| Article: |
Apache Web-Serving with Mac OS X: Part 2 | |
| Subject: | CGI - ScriptAliasMatch | |
| Date: | 2002-03-11 13:00:22 | |
| From: | kenyatta | |
|
I was trying to figure out how to allow all my users /cgi-bin/ directories to permit cgi scripts. I came across the ScriptAliasMatch directive from the apache website. There was a small tutorial that used pattern matching to catch /Users/(any user)/Sites/cgi-bin/(any script) I tested the printenv and test-cgi scripts from the /Library/WebServer/CGI-Executables/
|
||
Showing messages 1 through 2 of 2.
-
CGI - ScriptAliasMatch
2002-03-11 17:05:32 Morbus Iff |
[View]
-
CGI - ScriptAliasMatch (THANKS!!)
2002-03-11 17:24:41 kenyatta [View]
Thanks for the info!



Regardless, based on what you've got for ScriptAliasMatch, you should be all set for Perl scripts (I've yet to run across a production level tcsh script to run over CGI).