Results 1 to 1 of 1
Hi
I am trying to setup mass virtualhosting in my suse linux system
Currently my system is running with default host with its ip address.
the below steps i have ...
- 05-06-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 1
Linux mass virtualhosting problem
Hi
I am trying to setup mass virtualhosting in my suse linux system
Currently my system is running with default host with its ip address.
the below steps i have followed to configure mass virtual hosting
my default host's document root /srv/www/htdocs/
my system ipaddress 192.168.4.6
1.load and enable module mod_vhost_alias.
2. write the following code on my httpd.conf.
UseCanonicalName Off
# this log format can be split per-virtual-host based on the first field
LogFormat "%V %h %l %u %t \"%r\" %s %b" vcommon
# include the server name in the filenames used to satisfy requests
VirtualDocumentRoot /www/hosts/%0/docs
VirtualScriptAlias /www/hosts/%0/cgi-bin
3 .restart the apache2 service
service apache2 restart
But whenever i am trying to open any site the following error message given below.
You don't have permission to access the requested directory.
There is either no index document or the directory is read-protected.
If you think this is a server error, please contact the webmaster.
Error 403
Even i am trying to open the default site with on browser
the same error message given
What could be the issue. Is there any thing more configuration related work required . Please help it is very urgent.


Reply With Quote
