[Mailman-Users] Script not found...

Jimmi Pennerup jimmi at darkwave.se
Sun Apr 25 17:40:42 CEST 2004


Kai Schaetzl wrote:

>Jimmi Pennerup wrote on Sun, 25 Apr 2004 07:18:49 +0200:
>
>  
>
>>[Sun Apr 25 07:48:13 2004] [error] [client 192.168.0.11] script not 
>>found or unable to stat: /usr/local/lib/mailman/cgi-bin/create
>>
>>    
>>
>
>I assume the script resides there and Apache is allowed to run it as a 
>script? Check if the path in the script to python or any other 
>included/required programs is correct.
>
>
>Kai
>
>  
>
This happens when i try the path that apache are complaining about:

# /usr/local/lib/mailman/cgi-bin/create
Content-type: text/html
[snip... lots of html]

so I guess that the path is correc and that the create file works. 
and just to be sure that apache has exec rights I've done a chmod 777 on 
the cgi-bin directory.

this is what I have in my httpd.conf:

Alias /pipermail/ "/var/spool/mailman/archives/public/"

<Directory "/var/spool/mailman/archives/public/">
    AddDefaultCharset Off
</Directory>

ScriptAlias /mailman/ /usr/local/lib/mailman/cgi-bin/

<Directory "/usr/local/lib/mailman/cgi-bin">
    AllowOverride All
    Options +ExecCGI
    AddHandler cgi-script *
    Order allow,deny
    Allow from all
</Directory>

I've put my apacheserver on port 8003 but I guess that wont make any 
difference in this case..  but I've changed default.py:

DEFAULT_EMAIL_HOST = 'domain.se'
DEFAULT_URL_HOST = 'www.domain.se'
DEFAULT_URL_PATTERN = 'http://%s:8003/mailman/'

and of  coz mm_cfg.py:

add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)

I think that's all my config changes..   I hope someone can help me 
solve the puzzle..  =)..

//Jimmi




More information about the Mailman-Users mailing list