[Mailman-Users] script not found

2004-10-15 Thread Moussa Fall
I am using RH9 with Postfix and Mailman 2.1.1.
No problem for installation and for creating first list (mailman).
After I created a new list, I went to the browser to configure it on the admin page. I 
got the first page fine. After selecting the options, I wanted to save them and got on 
my browser the error msg "Object not found".
I checked the Apache error log and found the message: "script not found or unable to 
stat: /var/mailman/cgi-bin/mailman. I found nothing on that directory.
Any clue to solve this?
Thank you.


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


Re: [Mailman-Users] Script not found...

2004-04-25 Thread Kai Schaetzl
Jimmi Pennerup wrote on Sun, 25 Apr 2004 17:40:42 +0200:

> 
> AllowOverride All
> Options +ExecCGI
> AddHandler cgi-script *
> Order allow,deny
> Allow from all
> 
>

Hm, I simply use a ScriptAlias in the VirtualHost, excerpt:

DocumentRoot "/usr/local/mailman"
ScriptAlias/mailman/   /usr/local/mailman/cgi-bin/
Alias  /pipermail/ /usr/local/mailman/archives/public/

   Options +FollowSymLinks




Kai

-- 

Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com
IE-Center: http://ie5.de & http://msie.winware.org




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


Re: [Mailman-Users] Script not found...

2004-04-25 Thread Kai Schaetzl
Texas critter wrote on Sun, 25 Apr 2004 11:13:30 -0500:

> That may be the problem?  Setting a cgi-bin to 777 can trigger a security
> issue.  Try setting it to 755 instead and see if it works?
>

Indeed, check the suexec.log file, if there are any warnings/errors.
User and Group have either to match against the Apache user or against the 
User/Group directive you use.


Kai

-- 

Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com
IE-Center: http://ie5.de & http://msie.winware.org




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


Re: [Mailman-Users] Script not found...

2004-04-25 Thread texas critter
Jimmi Pennerup wrote:

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

That may be the problem?  Setting a cgi-bin to 777 can trigger a security
issue.  Try setting it to 755 instead and see if it works?

hth,
texas critter

--
EL-M FAQ: http://www.emaillist-managers.com/



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


Re: [Mailman-Users] Script not found...

2004-04-25 Thread Jimmi Pennerup
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/"


   AddDefaultCharset Off

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


   AllowOverride All
   Options +ExecCGI
   AddHandler cgi-script *
   Order allow,deny
   Allow from all

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/


Re: [Mailman-Users] Script not found...

2004-04-25 Thread Kai Schaetzl
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

-- 

Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com
IE-Center: http://ie5.de & http://msie.winware.org




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


[Mailman-Users] Script not found...

2004-04-24 Thread Jimmi Pennerup
Hi.
I've tried to get Mailman running, everything seems to be in order exept 
that I cant get the www interface to work. I keep get this error message 
in apaches errorlog:

[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

Have anyone had this problem before?.. 

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


[Mailman-Users] script not found or unable to stat

2004-01-06 Thread Andrew Mellinger
Greetings!

  I've been a loyal mailman user for sometime, and I recently upgraded to
2.1.3 (via the NetBSD package.)  I am now getting this error message


"script not found or unable to stat: /usr/pkg/lib/mailman/cgi-bin/listinfo"

when I try to use listinfo.  I have validated that the script is indeed
there, but Apache (1.3.28) won't run it.

Obviously Apache is trying to run it (the ScriptAlias is working properly)
but there is something wrong with all the .cgis in the directory.  Is it a
permission issue?  Are the scripts corrupt?

  Any advice would be appreciated.

-Andrew


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

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org