From my reading of the Apache docs, the following should work:
#
# Use name-based virtual hosting.
#
NameVirtualHost *:80
<VirtualHost *>
ServerName site1.adomain.com
DocumentRoo...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_21243701.htm...
Hi experts,
I keep getting the following message (this is an example): Forcing reload of web server: Apache2[Wed Sep 14 13:38:48 2005] [warn] NameVirtualHost training:80 has no VirtualHosts
H...
http://www.experts-exchange.com/Operating_Systems/Linux/Linux_Administration/Q_21561772.ht...
Zones:
Linux AdminDate Answered: 09/26/2005 Rating: 8.8 Views: 195
aaaarrrrrrgh....
I am getting a 403 error for some unknown reason. i have tried everythng that i could think of. I gave read permissions to ALL users and allowed access from anywhere using .htacce...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_21881226.htm...
Hello,
I am setting up apache on a centos server and the spec requires virtual hosts. I have configured these hosts as I know how, but apache continually gives me these errors:
[Tue Jun 20 13:...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_21892977.htm...
Hi,
Got an Ubuntu server, DHCP, running Apache2
Want to setup multiple virtual hosts e.g.
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName XYZ
N...
http://www.experts-exchange.com/OS/Linux/Administration/Q_21918853.html
Zones:
Linux AdminDate Answered: 07/16/2006 Rating: 7.4 Views: 0
How can I configure apache (1.3.x) ?
I have multiple domains and one IP. So I need VirtualHost.
when I run apache I have:
[Fri Nov 29 10:06:07 2002] [warn] VirtualHost test2.domain.com:80 over...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_20410818.htm...
I have followed the namevirtualhost settings on apache's website. I dont know where i'm getting it wrong, as the first virtualhost overrides the other.
When I type www.domain1.com it's fine, bu...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_24323532.htm...
the configuration reads as follows.
in httpd.conf
Listen 0.0.0.0:80
<IfDefine SSL>
LoadModule ssl_module libexec/mod_ssl.so
</IfDefine>
ServerAdmin admin@mycompany.com.mx
UseCanonicalNa...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_24831388.htm...