Jana Nguyen quoted an off list post.
>
>Jason Novotny wrote:
>
<snip>
>>
>>    but I still seem to get:
>>
>> [Mon Aug 21 14:48:06 2006] [error] [client 132.239.132.180] 
>> (13)Permission den
>> ied: exec of '/usr/local/mailman/cgi-bin/create' failed
>> [Mon Aug 21 14:48:06 2006] [error] [client 132.239.132.180] Premature 
>> end of s
>> cript headers: create
>>
>>
>> In my httpd.conf I have the following:
>>
>> ScriptAlias /mailman/ "/usr/local/mailman/cgi-bin/"
>> Alias   /pipermail/ "/usr/local/mailman/archives/public/"
>>
>> ScriptAlias /cgi-bin/ "/var/www/sites/lists.gridsphere.org/cgi-bin/"
>>
>>    The weird thing is that I placed a "test" cgi script in the 
>> /cgi-bin/ alias and it executes fine. However when I place that same 
>> test script into /usr/local/mailman/cgi-bin/  it doesn't work and I 
>> get the same permissions problem from before....


Try adding

<Directory /usr/local/mailman/cgi-bin>
    Options +ExecCGI
</Directory>

to your httpd.conf.

Also, I don't know why you have quotes (") around the directory paths
in your Alias and ScriptAlias directives, but since your

ScriptAlias /cgi-bin/ "/var/www/sites/lists.gridsphere.org/cgi-bin/"

apparently works, I guess they don't do any harm.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to