durusmail: quixote-users: lighttpd SCGI + Quixote, Location / ?
lighttpd SCGI + Quixote, Location / ?
2005-08-16
2005-08-16
2005-08-16
2005-08-17
2005-08-17
2005-08-18
lighttpd SCGI + Quixote, Location / ?
nora central
2005-08-17
i will resend my fresh output from today:

error.log:

2005-08-17 09:57:42: (request.c.293) fd: 9 request-len: 464
GET /scgi-test/ HTTP/1.1
Host: 212.254.241.29
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.10)
Gecko/20050716 Firefox/1.0.6
Accept:
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,
image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Cookie: TRACKID=e78e92ed97f963160f535d03ad408627


2005-08-17 09:57:42: (response.c.1019) -- splitting Request-URI
2005-08-17 09:57:42: (response.c.1020) Request-URI  :  /scgi-test/
2005-08-17 09:57:42: (response.c.1021) URI-scheme   :  http
2005-08-17 09:57:42: (response.c.1022) URI-authority:  212.254.241.29
2005-08-17 09:57:42: (response.c.1023) URI-path     :  /scgi-test/
2005-08-17 09:57:42: (response.c.1024) URI-query    :
2005-08-17 09:57:42: (response.c.1068) -- sanitising URI
2005-08-17 09:57:42: (response.c.1069) URI-path     :  /scgi-test/
2005-08-17 09:57:42: (response.c.1167) -- logical -> physical
2005-08-17 09:57:42: (response.c.1168) Doc-Root     : /home/lighttpd/html/
2005-08-17 09:57:42: (response.c.1169) Rel-Path     : /scgi-test/
2005-08-17 09:57:42: (response.c.1170) Path         :
/home/lighttpd/html/scgi-test/
2005-08-17 09:57:42: (response.c.1171) Server-Name  : 212.254.241.29
2005-08-17 09:57:42: (response.c.118) fd: 9 response-header-len: 152
HTTP/1.1 500 Internal Server Error
Status: 500 Internal Server Error
Content-Type: text/plain
Expires: -1
Content-Length: 1317
Server: lighttpd
-----------------------

http://212.254.241.29/scgi-test/

Traceback (most recent call last):
   File "/usr/lib/python2.4/site-packages/quixote/publish.py", line 275,
in process_request
     output = self.try_publish(request)
   File "/usr/lib/python2.4/site-packages/quixote/publish.py", line 250,
in try_publish
     assert path[:1] == '/'
AssertionError

Form:

Cookies:
TRACKID         e78e92ed97f963160f535d03ad408627

Environment:
CONTENT_LENGTH  0
DOCUMENT_ROOT   /home/lighttpd/html/
GATEWAY_INTERFACE CGI/1.1
HTTP_ACCEPT
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,
image/png,*/*;q=0.5
HTTP_ACCEPT_CHARSET ISO-8859-1,utf-8;q=0.7,*;q=0.7
HTTP_ACCEPT_ENCODING gzip,deflate
HTTP_ACCEPT_LANGUAGE en-us,en;q=0.5
HTTP_CONNECTION keep-alive
HTTP_COOKIE     TRACKID=e78e92ed97f963160f535d03ad408627
HTTP_HOST       212.254.241.29
HTTP_KEEP_ALIVE 300
HTTP_USER_AGENT Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;
rv:1.7.10) Gecko/20050716 Firefox/1.0.6
PATH_INFO
QUERY_STRING
REDIRECT_STATUS 200
REMOTE_ADDR     212.254.241.18
REMOTE_PORT     32783
REQUEST_METHOD  GET
REQUEST_URI     /scgi-test/
SCGI            1
SCRIPT_FILENAME /home/lighttpd/html/scgi-test/
SCRIPT_NAME     /scgi-test/
SERVER_ADDR     212.254.241.29
SERVER_NAME     212.254.241.29
SERVER_PORT     80
SERVER_PROTOCOL HTTP/1.1
SERVER_SOFTWARE lighttpd/1.3.16




reply