iwanalearn
Technical User
Yes I'm new to apache.
I have virtual websites on an NT server. I'm moving them over to Suse 9.0 Linux box.
I've followed the instruction found here and this is what happens.
If at a browser I type in the web address I get an index list of the folder on the webserver.
Same thing happens if I type in etc.
The same list of folder shows. I have a firewall and am using NAT.
Here is part of my configuration:
NameVirtualHost 192.168.0.100
<VirtualHost 192.168.0.100>
ServerAdmin webmaster@mysite.com
DocumentRoot /srv/ ServerName mysite.com
ServerAlias ErrorLog /srv/ CustomLog /srv/ combined
<Directory "/srv/ Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
ScriptAlias /cgi-bin/ "/srv/
<Directory "/srv/ AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
The other virtual hosts are cofigured the same but with their web addresses.
I have UseCanonicalName Off
Thanks for the help
I have virtual websites on an NT server. I'm moving them over to Suse 9.0 Linux box.
I've followed the instruction found here and this is what happens.
If at a browser I type in the web address I get an index list of the folder on the webserver.
Same thing happens if I type in etc.
The same list of folder shows. I have a firewall and am using NAT.
Here is part of my configuration:
NameVirtualHost 192.168.0.100
<VirtualHost 192.168.0.100>
ServerAdmin webmaster@mysite.com
DocumentRoot /srv/ ServerName mysite.com
ServerAlias ErrorLog /srv/ CustomLog /srv/ combined
<Directory "/srv/ Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
ScriptAlias /cgi-bin/ "/srv/
<Directory "/srv/ AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
The other virtual hosts are cofigured the same but with their web addresses.
I have UseCanonicalName Off
Thanks for the help