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

------------------------------------------------------
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/

Reply via email to