Re: [Mailman-Users] mailman + apache2 (solved)

2006-02-10 Thread Stefan Fuhrmann
Hello all,
Im lucky to tell you now that it works:

http://www.howtoforge.com/forums/showthread.php?t=777&highlight=ispconfig+mailman


point then the brower to:
http://domain.tld/cgi-bin/mailman/create

should work now.

thanks

Stefan 




> Am Dienstag, 7. Februar 2006 18:16 schrieben Sie:
> > Stefan Fuhrmann wrote:
> > >Am Dienstag, 7. Februar 2006 02:45 schrieben Sie:
> > >> BTW, I'm not sure why you have the 'cgi-bin/' in the above URL,
> > >> Normally, if the ScriptAlias says '/mailman/' the URL uould just be
> > >> <http://domain.tld/mailman/create>
> > >
> > >When I browse this then I get "file not found"
> > >dont know what to do here!
> >
> > In a prior post you said:
> > >I set in Vhosts_ispconfig.conf (where the virutual hosts are created)
> > >
> > > >"ScriptAlias /mailman/ /var/www/web1/cgi-bin/"
> >
> > If that directive actually applies to domain.tld, then (assuming that
> > /var/www/web1/cgi-bin/ is the directory that contains Mailman's
> > wrappers) the URL <http://domain.tld/mailman/create> should cause
> > Apache to execute the "create" wrapper.
>
> Debian installs mailman to /usr/lib/cgi-bin/mailman. I linked it
> to /var/www/web1/cgi-bin/
> ScriptAlias is set to
> ScripAlias /mailman/ /var/www/web1/cgi-bin/
>
> this gives the aboves errors
>
> > Now it is clear that you do get to Mailman when you go to
> > <http://domain.tld/cgi-bin/mailman/create> so there is likely some
> > other Alias or ScriptAlias that handles that URL.
> >
> > What is in Apache's error_log for the attempt to get
> > <http://domain.tld/mailman/create>
>
> thats it what is created in apache2 error.log  when I try to access the
> URL:
>
> "[Fri Feb 10 00:13:00 2006] [notice] Apache/2.0.54 (Debian GNU/Linux)
> mod_python/3.1.3 Python/2.3.5 PHP/4.3.10-16 mod_ssl/2.0.54 OpenSSL/0.9.7e
> mod_perl/1.999.21 Perl/v5.8.4 configured -- resuming normal operations
> [Fri Feb 10 00:31:23 2006] [notice] caught SIGTERM, shutting down
> [Fri Feb 10 00:31:24 2006] [notice] suEXEC mechanism enabled
> (wrapper: /usr/lib/apache2/suexec2)
> [Fri Feb 10 00:31:25 2006] [notice] mod_python: Creating 20 session mutexes
> based on 20 max processes and 0 max threads.
> [Fri Feb 10 00:31:31 2006] [notice] Apache/2.0.54 (Debian GNU/Linux)
> mod_python/3.1.3 Python/2.3.5 PHP/4.3.10-16 mod_ssl/2.0.54 OpenSSL/0.9.7e
> mod_perl/1.999.21 Perl/v5.8.4 configured -- resuming normal operations"
>
> > In any case, this is not the cause of the "we hit a bug" you get when
> > you go to <http://domain.tld/cgi-bin/mailman/create>. That's a Mailman
> > message and we need Mailman's error log for that.
>
> I had a look in /var/log/mailman/error -> empty
> in /var/log/mailman/qrunner:
> "eb 09 06:27:58 2006 (929) VirginRunner qrunner caught SIGHUP.  Reopening
> logs.
> Feb 09 06:27:59 2006 (930) RetryRunner qrunner caught SIGHUP.  Reopening
> logs. Feb 09 06:27:59 2006 (918) ArchRunner qrunner caught SIGHUP. 
> Reopening logs. Feb 09 06:27:59 2006 (919) BounceRunner qrunner caught
> SIGHUP.  Reopening logs.
> Feb 09 06:27:59 2006 (920) CommandRunner qrunner caught SIGHUP.  Reopening
> logs.
> Feb 09 06:27:59 2006 (922) IncomingRunner qrunner caught SIGHUP.  Reopening
> logs.
> Feb 09 06:27:59 2006 (924) OutgoingRunner qrunner caught SIGHUP.  Reopening
> logs.
> Feb 09 06:27:59 2006 (923) NewsRunner qrunner caught SIGHUP.  Reopening
> logs. Feb 09 06:28:00 2006 (917) Master watcher caught SIGHUP.  Re-opening
> log files."
>
> but this is not the real log file, or?
>
> I looked also multiple times through the files you meant but was not able
> to find something what is discribing a path to a log file! So, where is it?
>
> tia
>
> stefan
> ~

-- 
***
no-panic-systems

Stefan Fuhrmann
H3,7
68159 Mannheim
Germany
~~*
fon: +49.621.1568801
mailto: [EMAIL PROTECTED]
web: www.no-panic-systems.de
~~*
PGP- public key
http://pgpkeys.pca.dfn.de:80/pks/lookup?op=get&search=0x383884BB213EB1C1

PGP- fingerprint
FE34 1D07 34E3 AEC6 32A2 7057 3838 84BB 213E B1C1



pgp7uru9QOFZv.pgp
Description: PGP signature
--
Mailman-Users mailing list
Mailman-Users@python.org
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&file=faq01.027.htp

Re: [Mailman-Users] mailman + apache2

2006-02-09 Thread Stefan Fuhrmann
Am Dienstag, 7. Februar 2006 18:16 schrieben Sie:
> Stefan Fuhrmann wrote:
> >Am Dienstag, 7. Februar 2006 02:45 schrieben Sie:
> >> BTW, I'm not sure why you have the 'cgi-bin/' in the above URL,
> >> Normally, if the ScriptAlias says '/mailman/' the URL uould just be
> >> <http://domain.tld/mailman/create>
> >
> >When I browse this then I get "file not found"
> >dont know what to do here!
>
> In a prior post you said:
> >I set in Vhosts_ispconfig.conf (where the virutual hosts are created)
> > >"ScriptAlias /mailman/ /var/www/web1/cgi-bin/"
>
> If that directive actually applies to domain.tld, then (assuming that
> /var/www/web1/cgi-bin/ is the directory that contains Mailman's
> wrappers) the URL <http://domain.tld/mailman/create> should cause
> Apache to execute the "create" wrapper.
Debian installs mailman to /usr/lib/cgi-bin/mailman. I linked it 
to /var/www/web1/cgi-bin/ 
ScriptAlias is set to 
ScripAlias /mailman/ /var/www/web1/cgi-bin/

this gives the aboves errors

>
> Now it is clear that you do get to Mailman when you go to
> <http://domain.tld/cgi-bin/mailman/create> so there is likely some
> other Alias or ScriptAlias that handles that URL.
>
> What is in Apache's error_log for the attempt to get
> <http://domain.tld/mailman/create>
thats it what is created in apache2 error.log  when I try to access the URL:

"[Fri Feb 10 00:13:00 2006] [notice] Apache/2.0.54 (Debian GNU/Linux) 
mod_python/3.1.3 Python/2.3.5 PHP/4.3.10-16 mod_ssl/2.0.54 OpenSSL/0.9.7e 
mod_perl/1.999.21 Perl/v5.8.4 configured -- resuming normal operations
[Fri Feb 10 00:31:23 2006] [notice] caught SIGTERM, shutting down
[Fri Feb 10 00:31:24 2006] [notice] suEXEC mechanism enabled 
(wrapper: /usr/lib/apache2/suexec2)
[Fri Feb 10 00:31:25 2006] [notice] mod_python: Creating 20 session mutexes 
based on 20 max processes and 0 max threads.
[Fri Feb 10 00:31:31 2006] [notice] Apache/2.0.54 (Debian GNU/Linux) 
mod_python/3.1.3 Python/2.3.5 PHP/4.3.10-16 mod_ssl/2.0.54 OpenSSL/0.9.7e 
mod_perl/1.999.21 Perl/v5.8.4 configured -- resuming normal operations"


>
> In any case, this is not the cause of the "we hit a bug" you get when
> you go to <http://domain.tld/cgi-bin/mailman/create>. That's a Mailman
> message and we need Mailman's error log for that.

I had a look in /var/log/mailman/error -> empty
in /var/log/mailman/qrunner: 
"eb 09 06:27:58 2006 (929) VirginRunner qrunner caught SIGHUP.  Reopening 
logs.
Feb 09 06:27:59 2006 (930) RetryRunner qrunner caught SIGHUP.  Reopening logs.
Feb 09 06:27:59 2006 (918) ArchRunner qrunner caught SIGHUP.  Reopening logs.
Feb 09 06:27:59 2006 (919) BounceRunner qrunner caught SIGHUP.  Reopening 
logs.
Feb 09 06:27:59 2006 (920) CommandRunner qrunner caught SIGHUP.  Reopening 
logs.
Feb 09 06:27:59 2006 (922) IncomingRunner qrunner caught SIGHUP.  Reopening 
logs.
Feb 09 06:27:59 2006 (924) OutgoingRunner qrunner caught SIGHUP.  Reopening 
logs.
Feb 09 06:27:59 2006 (923) NewsRunner qrunner caught SIGHUP.  Reopening logs.
Feb 09 06:28:00 2006 (917) Master watcher caught SIGHUP.  Re-opening log 
files."

but this is not the real log file, or?

I looked also multiple times through the files you meant but was not able to 
find something what is discribing a path to a log file! So, where is it?

tia

stefan
~


-- 


pgpXbypCT1gD6.pgp
Description: PGP signature
--
Mailman-Users mailing list
Mailman-Users@python.org
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&file=faq01.027.htp

Re: [Mailman-Users] mailman + apache2

2006-02-07 Thread Stefan Fuhrmann
Am Dienstag, 7. Februar 2006 02:45 schrieben Sie:
> Stefan Fuhrmann wrote:
> >When I browse now to the URL:
> >http://domain.tld/cgi-bin/mailman/create
> >
> >then I get:
> >
> >" Bug in Mailman version 2.1.5
> >
> >We're sorry, we hit a bug!
> >
> >Please inform the webmaster for this site of this problem. Printing of
> >traceback and other system information has been explicitly inhibited, but
> > the webmaster can find this information in the Mailman error logs. "
> >
> >So, what is wrong?
>
> Find the above error in Mailman's error log and if it is not self
> explanitory, post the complete error and traceback here and we'll help
> you decipher it.
>
> BTW, I'm not sure why you have the 'cgi-bin/' in the above URL,
> Normally, if the ScriptAlias says '/mailman/' the URL uould just be
> <http://domain.tld/mailman/create>

Okay I had a look in "/var/log/mailman/error" but its totaly empty.
Where else can I look?

tia
Stefan


pgp6n40wniCSi.pgp
Description: PGP signature
--
Mailman-Users mailing list
Mailman-Users@python.org
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&file=faq01.027.htp

Re: [Mailman-Users] mailman + apache2

2006-02-07 Thread Stefan Fuhrmann
Am Dienstag, 7. Februar 2006 02:45 schrieben Sie:
> Stefan Fuhrmann wrote:
> >When I browse now to the URL:
> >http://domain.tld/cgi-bin/mailman/create
> >
> >then I get:
> >
> >" Bug in Mailman version 2.1.5
> >
> >We're sorry, we hit a bug!
> >
> >Please inform the webmaster for this site of this problem. Printing of
> >traceback and other system information has been explicitly inhibited, but
> > the webmaster can find this information in the Mailman error logs. "
> >
> >So, what is wrong?
>
> Find the above error in Mailman's error log and if it is not self
> explanitory, post the complete error and traceback here and we'll help
> you decipher it.
>
> BTW, I'm not sure why you have the 'cgi-bin/' in the above URL,
> Normally, if the ScriptAlias says '/mailman/' the URL uould just be
> <http://domain.tld/mailman/create>
When I browse this then I get "file not found" 
dont know what to do here!



-- 


pgpEgMK09hYtA.pgp
Description: PGP signature
--
Mailman-Users mailing list
Mailman-Users@python.org
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&file=faq01.027.htp

[Mailman-Users] mailman log

2006-02-07 Thread Stefan Fuhrmann
Hello all,
I have a debian sarge here and can not find the mailman log.
Can someone tell me where it is?

tia

Stefan

-- 


pgpedm19lzFuE.pgp
Description: PGP signature
--
Mailman-Users mailing list
Mailman-Users@python.org
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&file=faq01.027.htp

Re: [Mailman-Users] mailman + apache2

2006-02-06 Thread Stefan Fuhrmann

>
> How are you configuring Apache to understand that a URL like
>  for example is supposed to
> execute the Cgi program whose (default configuration) location is
> /usr/local/mailman/cgi-bin/listinfo? The normal way this is done is
> with
>
> ScriptAlias /mailman/ /usr/local/mailman/cgi-bin/

I set in Vhosts_ispconfig.conf (where the virutual hosts are created)
"ScriptAlias /mailman/ /var/www/web1/cgi-bin/"

When I browse now to the URL:
http://domain.tld/cgi-bin/mailman/create

then I get:

" Bug in Mailman version 2.1.5

We're sorry, we hit a bug!

Please inform the webmaster for this site of this problem. Printing of 
traceback and other system information has been explicitly inhibited, but the 
webmaster can find this information in the Mailman error logs. "

So, what is wrong?

Stefan


pgpkbM2zg753Y.pgp
Description: PGP signature
--
Mailman-Users mailing list
Mailman-Users@python.org
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&file=faq01.027.htp

Re: [Mailman-Users] mailman + apache2

2006-02-05 Thread Stefan Fuhrmann
Am Sonntag, 5. Februar 2006 23:15 schrieben Sie:
> Stefan Fuhrmann wrote:
> >I setup a debian sarge with ispconfig and mailman.
> >When I point my browser to http://domain.tld/mailman/create then there is
> > no page displayed. The download window pops up and I can download a "bin"
> > - file.
> >I followed the instruction about apache2 from manual but this dont help.
> >Maybe its a little think to do. I assume that I have to add something to
> >DirectoryIndex. But what?
>
> Probably not.
>
> What you are seeing is Apache is apparently delivering the contents of
> the wrapper in Mailman's cgi-bin directory instead of executing it.
Yes , Okay.
>
> Are you loading the Apache cgi module? Do you have the appropriate

yes, its loaded!

> ScriptAlias /mailman/ path/to/mailman's/cgi-bin/

Note!!: Im using apache2 with "ispconfig" (hosting management software, 
http://ispconfig.org) which creates virtual hosts. 
CGI is enabled in ispconfig and the path is set correctly:
"ScriptAlias  /cgi-bin/ /var/www/web1/cgi-bin/"
The files within the cgi-bin are symlinked to there location: /usr/lib/cgi-bin

When I now browse to the URL it says me I dont have the rights to access and 
pop up the download window.

Is it a rights problem? What are the correct values?


tia

stefan







pgpJlQWDbLvgY.pgp
Description: PGP signature
--
Mailman-Users mailing list
Mailman-Users@python.org
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&file=faq01.027.htp

[Mailman-Users] mailman + apache2

2006-02-05 Thread Stefan Fuhrmann
Hello all,

I setup a debian sarge with ispconfig and mailman.
When I point my browser to http://domain.tld/mailman/create then there is no 
page displayed. The download window pops up and I can download a "bin" - 
file.
I followed the instruction about apache2 from manual but this dont help. 
Maybe its a little think to do. I assume that I have to add something to 
DirectoryIndex. But what?
Or I'm wrong?

Can someone help?

tia

stefan

-- 


pgpUp8UbmQ2eC.pgp
Description: PGP signature
--
Mailman-Users mailing list
Mailman-Users@python.org
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&file=faq01.027.htp