[Mailman-Users] web interface problem

Richard Barrett r.barrett at openinfo.co.uk
Wed Jul 9 14:10:49 CEST 2003


At 12:26 09/07/2003, bazofia wrote:
>Hi.
>
>I just try create new lists from the mailman web interface and nothing 
>happens!


What do you mean by 'nothing happens'?

After you click the 'Create List' button on the create list web admin GUI 
page, what is displayed?

The log entries you cite do not show that you have submitted the completed 
list creation web form to your server; no POST operation appears in the 
Apache server log as a consequence of you clicking the 'Create List' button 
on the form; the method for the FORM tag on the create web page is "POST" 
so if you submit the form then a POST operation should be logged by Apache. 
For instance, my Apache server logs the following entries when I create a 
list successfully.

mm.mydomain.tld - - [09/Jul/2003:12:52:51 +0100] "GET /mailman/create 
HTTP/1.0" 200 8834
mm.mydomain.tld - - [09/Jul/2003:12:53:50 +0100] "POST /mailman/create 
HTTP/1.0" 200 1454

I am also a little confused by the HTTP 302 response code (temporary 
redirect response) shown for the first attempt to access /mailman/create in 
the Apache log entries you cite. Do you have some sort of MM URI rerwiting 
set up on your Apache server? If so, maybe that is interfering with things.

>I got no errors, and there are no lists (except the mailman list I created 
>from commandline) in both http://lists.site.com/mailman/listinfo 
>and   /usr/local/mailman/lists.site.com/lists/
>
>I have no errors in apache web server error log
>
>(access.log)
>[09/Jul/2003:13:22:40 +0200] "GET /mailman/create HTTP/1.1" 302 244
>[09/Jul/2003:13:22:40 +0200] "GET /icons/mailman.jpg HTTP/1.1" 304 -
>[09/Jul/2003:13:22:41 +0200] "GET /icons/gnu-head-tiny.jpg HTTP/1.1" 304 -
>[09/Jul/2003:13:22:41 +0200] "GET /icons/PythonPowered.png HTTP/1.1" 304 -
>[09/Jul/2003:13:23:22 +0200] "GET /mailman/create HTTP/1.1" 200 9307
>[09/Jul/2003:13:23:22 +0200] "GET /icons/mailman.jpg HTTP/1.1" 304 -
>[09/Jul/2003:13:23:23 +0200] "GET /icons/gnu-head-tiny.jpg HTTP/1.1" 304 -
>[09/Jul/2003:13:23:23 +0200] "GET /icons/PythonPowered.png HTTP/1.1" 304 -
>
>
>
>any idea about what is happening?
>does mailman binaries generate any type os logs/debug? maybe the cgis 
>aren't even calling the mailman binaries at all!
>
>any idea/comment will be highly appreciated
>
>
>bz
>
>(mailman-2.1.2, qmail-1.03, vpopmail-5.2.1, apache-1.3.27)

------------------------------------------------------------------------------
Richard Barrett                                      http://www.openinfo.co.uk





More information about the Mailman-Users mailing list