Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'CGI's from the user's Sites folder' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
CGI's from the user's Sites folder
Authored by: jasont on Aug 02, '01 04:48:37AM

With the latest 1.0.4 and web update all you do is edit the scriptalias area of your apache configuration file and add this
ScriptAliasMatch ^/~([^/]*)/cgi-bin/(.*) /Users/$1/cgi-bin/$2

Then just place a cgi-bin directory in each users home area.
Still trying to figure out how to make the system autocreate one when I make a new user. Anyone?
-j



[ Reply to This | # ]