1. can't get cgi scripts to run in user's home directory
I wnat cgi scripts to run from all user's public_html directory
in access.conf I created this directory
# this should allow cgi scripts to be run from a user directory
<DirectoryMatch /home/*/public_html>
AllowOverride None
Options ExecCGI
</DirectoryMatch>
It didn't work, I would get user not allowed.
However if I changed the * to my user name I could get cgi to run from
my public_html directory.
How do I write the regular expression correctly so that all users or
perhaps all users that begin with "cis" can run cgi scripts from their
public_html directory
my access.conf file follows the default one exactly except for the above
lines added to the bottom.
Thanks
2. FS Something for everyone TXT Version
3. Users access to CGI from their HOME dir.?
5. Apache/Linux CGI: 'Forbidden' execution after restricting Linux access
6. Printing "watermark" in ps print queue?
7. apache: give /home/mailman/cgi-bin permissions to run cgi-scripts.
8. changing /icons directory using .htaccess
9. How can I enable cgi execution in user's home directories?
10. Question about access to users` home pages by Apache.
11. Accessing a user's home folder.
12. chroot'd FTP user can access system files via cgi
13. Restricting telnet access to user's home directory