parser


 

 
   search options

I think I see the reason

Александр Петросян (PAF) 18.04.2005 12:09

as you say, DOCUMENT_ROOT is that long.
please note this:

http://www.itequips.com/_test.html reports that
/html/_test.html
read failed: No such file or directory (2), actual filename '/html/_test.html'
note the last part: actual filename, see?

it's way too short.
it seems that your hoster provides CGI scripts with some strange DOCUMENT_ROOT/other environment variable.

please verify this:
#cgi-bin/auto.p
@auto[]
...
^throw[test;
DOCUMENT_ROOT = $env:DOCUMENT_ROOT
PATH_INFO = $env:PATH_INFO
SCRIPT_NAME = $env:SCRIPT_NAME
]