AW: [cgiwrap-users] RE: #!/usr/bin/php
Brought to you by:
nneul
From: Daniel N. <dr...@gm...> - 2002-08-09 18:29:56
|
Hi, The script physical lies in '/var/chroot/_nossh/k060881/htdocs/phpmagic.de/test.php' but at end cgiwrap tries to find it in '/var/chroot/_nossh/k060881/htdocs/test.php' This is the current output. <OUTPUT> Initializing Logging Redirecting STDERR to STDOUT Setting SIGXCPU to default behaviour Environment Variables: QUERY_STRING: '' SCRIPT_NAME: '/cgi-bin/cgiwrap/cgiwrapd' SCRIPT_FILENAME: '/usr/lib/cgi-bin/cgiwrap/cgiwrapd' PATH_INFO: '/k060881/test.php' PATH_TRANSLATED: '/var/chroot/_nossh/k060881/htdocs/phpmagic.de/k060881/test.php' REMOTE_USER: '<NULL>' REMOTE_HOST: '<NULL>' REMOTE_ADDR: '80.142.156.229' Trying to extract user from PATH_INFO. Retrieved User Name: 'k060881' User Data Retrieved: UserID: 'k060881' UID: '1004' GID: '2000' Home Dir: '/var/chroot/_nossh/k060881' Script Base Directory: '/var/chroot/_nossh/k060881/htdocs' Fetching script string Trying to extract script from PATH_INFO Extracted PATH_INFO 'test.php' ***************** * CGIWrap Error * ***************** Script File Not Found! **************************************** * Local Information and Documentation: * **************************************** Web Site: http://www.phpmagic.de Contact Name: WebVector Contact EMail: su...@ph... Contact Web Site: http://support.phpmagic.de **************** * Server Data: * **************** Server Administrator/Contact: web...@ph...> Server Name: phpmagic.de Server Port: 80 Server Protocol: HTTP/1.1 ***************** * Request Data: * ***************** User Agent/Browser: Mozilla/4.0 (compatible; MSIE 5.0; Windows XP) Opera 6.04 [de] Request Method: GET Remote Address: 80.142.156.229 Remote Port: 2169 Extra Path Info: /k060881/test.php </OUTPUT> |