Elvis Fernandes wrote:
>
>On checking the apache/error_log, I see the following message that has some
>"(8)Exec format error:"
>
>[Mon Mar 06 16:40:09 2006] [error] [client 143.103.41.10] File does not
>exist: /disk1/mailman/favicon.ico

Above is not a problem.
>[Mon Mar 06 16:40:10 2006] [error] [client 143.103.41.10] (8)Exec format
>error: exec of
>'/disk1/mailman/cgi-bin/archives/private/sysadmin/2006-January/000161.html'
>failed, referer:
>http://utc80/mailman/Sysadmin/namazu.cgi?query=james&submit=Search%21&max=20&result=normal&sort=score


This is definitely a problem. It appears that the namazu.cgi script is
trying to redirect the query to something like
http://utc80/mailman/archives/private/sysadmin/2006-January/000161.html
which should really be
http://utc80/mailman/private/sysadmin/2006-January/000161.html - it
looks like you may have configured a path where you should have
configured a URL.


>[Mon Mar 06 16:40:10 2006] [error] [client 143.103.41.10] Premature end of
>script headers: 000161.html, referer:
>http://utc80/mailman/Sysadmin/namazu.cgi?query=james&submit=Search%21&max=20&result=normal&sort=score


This is probably a consequence of the above error.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
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&amp;file=faq01.027.htp

Reply via email to