On Sun, Aug 10, 2003 at 06:13:31PM -0500, Michael and Erin Spiceland wrote:
> I'm using apache on Linux.
> 
> I just set up a very simple IP based vhost configuration.  Each user
> will have a www/ directory in their home directory for html stuff and
> www/cgi-bin/ for the cgi stuff.  Does anyone know the best method for
> allowing the cgi-bin?

It's already set up in /etc/httpd/conf/commonhttpd.conf:

<Directory /home/*/public_html/cgi-bin>
    Options +ExecCGI -Includes -Indexes
    SetHandler cgi-script
    <IfModule mod_access.c>
      Order allow,deny
      Allow from all
    </IfModule>
</Directory>

If you've changed "public_html" to "www" then I imagine changing that
here and restarting httpd will fix it for you.

I don't know squat about suExec, sorry.

Todd

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

Reply via email to