apache, postgresql, perl
Tom Allison
tom at tacocat.net
Wed Jun 25 18:19:20 PDT 2008
Daniel J. Luke wrote:
> On Jun 25, 2008, at 2:54 AM, Tom Allison wrote:
>> Of course, as the result of this, right now I can't even get users to
>> run any cgi (eg: /~tom/works.cgi)
>>
>> <Directory "/Users/*/Sites">
>> AllowOverride FileInfo AuthConfig Limit Indexes
>> Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
>> ExecCGI
>> <Limit GET POST OPTIONS>
>> Order allow,deny
>> Allow from all
>> </Limit>
>> <LimitExcept GET POST OPTIONS>
>> Order deny,allow
>> Deny from all
>> </LimitExcept>
>> </Directory>
>
>
> Whats your #! line look like in your test cgi script (should be
> something like #!/opt/local/bin/perl)
Well, that idea is a bust.
Best I can get the source code displayed as text/ascii.
Shouldn't the AddHandler and ExecCGI cover this?
More information about the macports-users
mailing list