OK, I assume we are talking about Apache web server here. If that's the
case I would suppose you are missing the following in your "httpd.conf":
-----
<Directory /home/*/public_html/cgi-bin/>
Options ExecCGI
SetHandler cgi-script
</Directory>
-----
The whole documentation about "mod_userdir" which enables "per-user web
directories: can be found at:
http://httpd.apache.org/docs/2.0/howto/public_html.html#page-header



-- 
gentoo-user@gentoo.org mailing list

Reply via email to