Hi, there!
When I type
C:\apache\bin>apache -S
I have this:
-------------%<-------------------------------------------
[Fri Dec 28 17:35:41 2001] [warn] Registry does not contain key SOFTWARE\Apache
Group\Apache\1.3.14
VirtualHost configuration:
wildcard NameVirtualHosts and _default_ servers:
*:80 is a NameVirtualHost
default server
(/apache/conf/httpd.conf:973)
port 80 namevhost
(/apache/conf/httpd.conf:973)
port 80 namevhost
(/apache/conf/httpd.conf:987)
-------------%<-------------------------------------------
Every thing seems to look all right, but when I point my browser to the server shows me the HTML index page from /apache/htdocs/domainone.
I copy the NameVirtualHost section of my httpd.conf
I don't know what's wrong...
Do I have to establish another port for ?
Thanks!!
-------------%<-------------------------------------------
NameVirtualHost *
<VirtualHost *>
ServerName DocumentRoot "/apache/htdocs/domainone"
ServerAlias domainone.net *.domainone.net
<Directory "/apache/htdocs/domainone">
Options FollowSymLinks MultiViews ExecCGI
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
<VirtualHost *>
ServerName DocumentRoot "/apache/htdocs/domaintwo"
<Directory "/apache/htdocs/domaintwo">
Options FollowSymLinks MultiViews ExecCGI
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
-------------%<------------------------------------------- Arlequín
arlequin@montevideo.com.uy
When I type
C:\apache\bin>apache -S
I have this:
-------------%<-------------------------------------------
[Fri Dec 28 17:35:41 2001] [warn] Registry does not contain key SOFTWARE\Apache
Group\Apache\1.3.14
VirtualHost configuration:
wildcard NameVirtualHosts and _default_ servers:
*:80 is a NameVirtualHost
default server
(/apache/conf/httpd.conf:973)
port 80 namevhost
(/apache/conf/httpd.conf:973)
port 80 namevhost
(/apache/conf/httpd.conf:987)
-------------%<-------------------------------------------
Every thing seems to look all right, but when I point my browser to the server shows me the HTML index page from /apache/htdocs/domainone.
I copy the NameVirtualHost section of my httpd.conf
I don't know what's wrong...
Do I have to establish another port for ?
Thanks!!
-------------%<-------------------------------------------
NameVirtualHost *
<VirtualHost *>
ServerName DocumentRoot "/apache/htdocs/domainone"
ServerAlias domainone.net *.domainone.net
<Directory "/apache/htdocs/domainone">
Options FollowSymLinks MultiViews ExecCGI
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
<VirtualHost *>
ServerName DocumentRoot "/apache/htdocs/domaintwo"
<Directory "/apache/htdocs/domaintwo">
Options FollowSymLinks MultiViews ExecCGI
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
-------------%<------------------------------------------- Arlequín
arlequin@montevideo.com.uy