View Single Post
  #5  
Old 02-22-2004, 05:31 AM
_harri_ _harri_ is offline
Member
 
Join Date: Feb 2004
Posts: 11
this is the part of the log after clicking on the helloworld link in the browser

Method=[GET], URI=[/cgi-bin/helloworld],
QueryString=[]
Content Length=0
2004-02-22 14:24:40.453 [DEBUG] [192.168.0.7:2131-0] HttpIOLink::suspendRead()...
2004-02-22 14:24:40.453 [DEBUG] [192.168.0.7:2131-0] run cgi processor.
2004-02-22 14:24:40.459 [DEBUG] [192.168.0.7:2131-0:cgi:cgi] CGI process pid=3485!
2004-02-22 14:24:40.459 [DEBUG] [192.168.0.7:2131-0:cgi:cgi] request header is done
2004-02-22 14:24:40.459 [DEBUG] [192.168.0.7:2131-0:cgi:cgi] Request body done!
2004-02-22 14:24:40.468 [DEBUG] [192.168.0.7:2131-0:cgi:cgi] CgiConnection::onRead()
2004-02-22 14:24:40.468 [DEBUG] [192.168.0.7:2131-0:cgi:cgi] [EXT] EndResponse( endCode=0, protocolStatus=0 )
2004-02-22 14:24:40.468 [DEBUG] [192.168.0.7:2131-0:cgi:cgi] release ExtProcessor!
2004-02-22 14:24:40.469 [DEBUG] [192.168.0.7:2131-0:cgi:cgi] HttpIOLink::continueWrite()...
2004-02-22 14:24:40.469 [DEBUG] [192.168.0.7:2131-0:cgi:cgi] write resumed!
2004-02-22 14:24:40.469 [DEBUG] [192.168.0.7:2131-0:cgi:cgi] HttpIOLink::handleEvents() events=4!
2004-02-22 14:24:40.469 [DEBUG] [192.168.0.7:2131-0:cgi:cgi] HttpIOLink::suspendWrite()...
2004-02-22 14:24:41.288 [DEBUG] [192.168.0.7:2130-6:cgi:cgi] Close socket ...




this line was added in stderr.log after the click:
/opt/lsws/DEFAULT/cgi-bin/helloworld: line 5: cannot create temp file for here document: Permission denied


where does the script want to create a temp file?
Reply With Quote