I've successfully set up a small server for vhosting and I'm having a
couple of isolated problems.  I can access each vhost via http just
fine, but I cannot access any cgi scripts.  I have suexec enabled. 
apache.org docs have examples with user and group directives, but
uncommenting these directives gives a syntax error when restarting
httpd.  Is this my problem?

####### vhosts/Vhosts.conf ###########

<VirtualHost 192.168.0.5>
#User erin
#Group erin
SuexecUserGroup erin erin
DocumentRoot /home/erin/www
ServerName test2.com
#Setenv VLOG /home/erin/logs
#ErrorLogs /home/erin/error_log
#RewriteEngine On
#RewriteOptions inherit
</VirtualHost>

#######################################


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to