Tagged Questions
0
votes
1answer
79 views
Display the correct website from webserver when accessing via IP and prot forwarding
I have set up port forwarding to point to my works webserver so that selected users can access a site via our external IP address when off site. The forwarding to the server works, but on this server ...
0
votes
0answers
72 views
Is there any software to visualise Apache HTTPd configuration?
I need to graphically represent Apache 2 HTTPd configuration. Is there any software or scripts that can do this for me?
Any suggestions would be appreciated. Thanks!
2
votes
1answer
383 views
Default handling for unmatched domains/subdomains in Apache
I have an Apache2 configuration with multiple VirtualHosts. My DNS is set to accept *.<domain>.<tld> on multiple domains. Everything is working correctly but if I go to ...
0
votes
1answer
37 views
Accessing Apache sites on Macintosh (Snow Leopard) using internal IP address of machine
I am trying to access web sites on my Mac using the internal IP and receive the following error - 'Forbidden You don't have permission to access /index.html on this server.' This error was generated ...
1
vote
1answer
1k views
Apache Sites Available file in Windows
I'm trying to install the WebNotes Framework in Windows 7. The only installation guide is focused on the Linux environment. I'm trying to find out the corresponding file names in Windows.
I've found ...
1
vote
2answers
4k views
Apache2 2.2.14 setup multiple virtual hosts for local testing - Configuration error
Ok I have setup a Apache2 Virtual Host by this method.
under /etc/apache2/sites-available I've create a dummy_site_1.conf
dummy_site_1.conf
<VirtualHost local.dummy_site_1:80>
ServerName ...