ChuckInAtl
Technical User
I have Windows Apache 2.2 on Win 7 box.
I have a public ip that points to a internal ip 192.168.0.10.
I have 2 virtual host that read
#============= Webfuse.net Main Server Name =====================
<VirtualHost 192.168.1.10:80>
ServerName DocumentRoot "C:/#ServerAdmin webmaster@webfuse.net
</VirtualHost>
#==============Webfuse.Net========================
<VirtualHost 192.168.1.10:80>
ServerName DocumentRoot "C:/ServerAlias webfuse.com *.webfuse.com
ServerAdmin webmaster@webfuse.com
#<Directory "C:/# Options FollowSymLinks MultiViews
# Order allow,deny
# Allow from all
#</Directory>
#ErrorLog "C:/#ErrorLog "C:/</VirtualHost>
#==============Cucar.com========================
<VirtualHost 192.168.1.10:80>
ServerName DocumentRoot "C:/ServerAlias cucar.com *.cucar.com
ServerAdmin webmaster@cucar.com
#<Directory "C:/# Options FollowSymLinks MultiViews
# Order allow,deny
# Allow from all
#</Directory>
#ErrorLog "C:/#ErrorLog "C:/</VirtualHost>
My httpd.conf file has ServerName
DocumentRoot "C:/
<Directory "C:/
Neither webfuse nor cucar load as or or without the
Both pages load as localhost/webfuse and localhost/cucar??
Any help would be greatly appreciated,
Chuck
I have a public ip that points to a internal ip 192.168.0.10.
I have 2 virtual host that read
#============= Webfuse.net Main Server Name =====================
<VirtualHost 192.168.1.10:80>
ServerName DocumentRoot "C:/#ServerAdmin webmaster@webfuse.net
</VirtualHost>
#==============Webfuse.Net========================
<VirtualHost 192.168.1.10:80>
ServerName DocumentRoot "C:/ServerAlias webfuse.com *.webfuse.com
ServerAdmin webmaster@webfuse.com
#<Directory "C:/# Options FollowSymLinks MultiViews
# Order allow,deny
# Allow from all
#</Directory>
#ErrorLog "C:/#ErrorLog "C:/</VirtualHost>
#==============Cucar.com========================
<VirtualHost 192.168.1.10:80>
ServerName DocumentRoot "C:/ServerAlias cucar.com *.cucar.com
ServerAdmin webmaster@cucar.com
#<Directory "C:/# Options FollowSymLinks MultiViews
# Order allow,deny
# Allow from all
#</Directory>
#ErrorLog "C:/#ErrorLog "C:/</VirtualHost>
My httpd.conf file has ServerName
DocumentRoot "C:/
<Directory "C:/
Neither webfuse nor cucar load as or or without the
Both pages load as localhost/webfuse and localhost/cucar??
Any help would be greatly appreciated,
Chuck