Tagged Questions
0
votes
1answer
383 views
CSS, JS and images are not loading while sharing WAMP over local network [closed]
I have share my wamp over my personal LAN . (Server IP : 192.168.0.100)
When I am trying to access wamp server it's working perfectly. But when I open website hosted on server using client machine ...
1
vote
0answers
179 views
Accessing My Xampp services from WAN [closed]
Hi and forgive me if I am unclear in this question as I am trying to get back to development after my fourth brain surgery in 2 years so I feel a little groggy.
I am trying to set (and learn how to ...
-1
votes
1answer
333 views
iPhone can't access Apache on home LAN [closed]
Apache is serving on 192.168.1.4:8888 on a Windows 7 computer. But I can't view the website with iPhone/iPad's Safari.
However, I have another linux computer and it can access the webserver and ping ...
0
votes
2answers
107 views
Virtual Hosts on a windows machine in local network [closed]
I am running an Apache 2.2.21 on Win7 x64, using sucessfully a row of different virtual hosts
local.projectOne
local.projectTwo
...
So far this was fine, using the hosts file to map'em all to ...
1
vote
1answer
146 views
How to redirect traffic with Apache and Dlink 524T ?
I would like to redirect all LAN http traffic to my Apache server (which is located temporarily on my laptop ). The basic idea is that every user who connects to the network and tries to connect to a ...
-2
votes
2answers
345 views
Solving problems regarding accessing localhost over LAN
I have two computers with IP addresses of 192.168.1.1 and 192.168.1.2 respectively. Both computers have Apache servers installed on them and both are listening to port 8080 rather than 80. I have ...
1
vote
1answer
138 views
Access content via a LAN connected machine which is Django-WSGI-Apache configured
I configured my system to be able to deploy Django stuff using Apache on my machine(Ubuntu 11.10).I followed the instructions given at ...
0
votes
1answer
544 views
How to set up apache on LAN (MAMP)
I have 2 computers on a LAN (OS X and Vista). MAMP installed on OS X. I want view the site being developed from my Vista machine. I shared the htdocs file on the LAN. Clearly only the html is ...
0
votes
2answers
2k views
Apache: redirect subfolder to another IP in the LAN
I have webserver1 behind a router currently serving all http traffic to mydomain.com. I just added webserver2, and want to redirect mydomain.com/server2 traffic to that box. To the user, the redirect ...
0
votes
2answers
449 views
DNS/Apache config to change ServerName on Mac OS X and LAN
I want to run an apache web server on a machine running OS X, with the server running on a small intranet LAN with no internet connection. I've set up web sharing and the web server is now accessible ...
0
votes
3answers
223 views
How to serve a webpage on connection to WiFi network
I would like to be able to serve a local webpage (on a LAN) when someone connects to a WiFi network. This happens quite often in libraries, cafes etc, so i'm sure it can be done, but I have no idea ...
0
votes
1answer
710 views
Make Apache server available on a LAN via custom ServerName
is it possible to set up an Apache server on a machine which is part of a LAN, then allow machines on the LAN to access the server via a custom ServerName (instead of Localhost). I want to serve a ...
0
votes
1answer
537 views
Can I run 2 different apache servers on the same machine on different ports?
Is it possible? If it is the case, how can I do it? I need it since I want to test communication between web servers on a local network and I do not have a local network. I just have one computer. I ...