M. Onur ERGiN wrote:
>
>Another detail that may be useful is; one day my web server crashed, an it
>took some time to find out the problem. It was related to mod_mime_magic
>module. In the httpd.conf, there were a line: MIMEMagicFile
>/etc/httpd/conf/magic . This line was preventing me from starting the http
>service. and its status was : httpd stopped but subsys locked!
>
>When I changed that line to "MimeMagicFile /etc/httpd/conf/magic " (MIME -->
>Mime) I could be able to start the web service, and it is now working fine.
>Can the problem be somehow related to mod_mime_magic ?? (I suppose, it
>shouldn't be)
Two things here. Apache directive names (as opposed to arguments) are
case-insensitive, so your change above shouldn't make any difference.
And, assuming /etc/httpd/conf/magic is the default, I don't think this
could be involved.
If this were my problem, I would run a packet sniffer on the host and
make sure that the cookie is being properly returned in the GET and
POST requests.
Or I might start by modifying Mailman/Cgi/admin.py to log some
additional debugging information - in particular,
os.environ.get('HTTP_COOKIE').
--
Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers,
San Francisco Bay Area, California better use your sense - B. Dylan
------------------------------------------------------
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/
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