Hi folk
1. After adding Include vhosts/Vhosts_ispconfig.conf at the end of httpd.conf, httpd wont startup.
no error in /var/log/httpd/error_log
2. I commented off everthing related to my newly added site its was eable to startup.
3. Ucomment the entires for the newly added site, except for enteries related to errors, I was able restart http server.
4. Accessing
www.nooo.cc (the new web site )
I have persmission deny.
/var/log/httpd/error_log has "[Tue Apr 18 00:22:42 2006] [error] [client 192.9.200.198] (13)Permission denied: access to / denied"
5. Executed chmod -R a+rw /home/www, restart httpd, same problem
The /etc/httpd/vhosts/Vhosts_ispconfig.conf below.
Any ideal what the cause ?
###################################
#
# ISPConfig vHost Configuration File
# Version 1.0
#
###################################
#
NameVirtualHost 192.9.200.198:80
<VirtualHost 192.9.200.198:80>
ServerName localhost
ServerAdmin root@localhost
DocumentRoot /var/www/sharedip
</VirtualHost>
NameVirtualHost 192.9.200.198:80
<VirtualHost 192.9.200.198:80>
ServerName localhost
ServerAdmin root@localhost
DocumentRoot /var/www/sharedip
</VirtualHost>
#
#
#
######################################
# Vhost:
www.nooo.cc:80
######################################
#
#
<VirtualHost 192.9.200.198:80>
ServerName
www.nooo.cc:80
ServerAdmin
webmaster@nooo.cc
DocumentRoot /home/www/web3/web
#ServerAlias nooo.cc
DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
ScriptAlias /cgi-bin/ /home/www/web3/cgi-bin/
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
#ErrorLog /home/www/web3/log/error.log
#Alias /error/ "/home/www/web3/web/error/"
#ErrorDocument 400 /error/invalidSyntax.html
#ErrorDocument 401 /error/authorizationRequired.html
#ErrorDocument 403 /error/forbidden.html
#ErrorDocument 404 /error/fileNotFound.html
#ErrorDocument 405 /error/methodNotAllowed.html
#ErrorDocument 500 /error/internalServerError.html
#ErrorDocument 503 /error/overloaded.html
#AliasMatch ^/~([^/]+)(/(.*))? /home/www/web3/user/$1/web/$3
#AliasMatch ^/users/([^/]+)(/(.*))? /home/www/web3/user/$1/web/$3
</VirtualHost>
#
#
Recent comments
22 hours 27 min ago
1 day 5 hours ago
1 day 8 hours ago
1 day 10 hours ago
1 day 19 hours ago
2 days 4 hours ago
2 days 5 hours ago
2 days 8 hours ago
2 days 13 hours ago
2 days 13 hours ago