![]() |
FAQ/Help |
Calendar |
Search |
#1
|
|||
|
|||
I get this error somebody please help me
CGI ERROR ========================================== Error Message : unable to open directory in auth_cleanup: /cgi-bin/oj/ojauth. Reason: No such file or directory Script Location : oj.cgi Perl Version : 5.006 Setup File : default.cfg Form Variables ------------------------------------------- pw : userid : Environment Variables ------------------------------------------- DOCUMENT_ROOT : /d01/sec/s35/a0005afx GATEWAY_INTERFACE : CGI/1.1 HTTP_ACCEPT : */* HTTP_ACCEPT_ENCODING: gzip, deflate HTTP_ACCEPT_LANGUAGE: en-us HTTP_CONNECTION : Keep-Alive HTTP_HOST : force.netfirms.com HTTP_USER_AGENT : Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt; AtHome0107) PATH : /usr/local/bin:/usr/bin:/bin QUERY_STRING : REMOTE_ADDR : 24.10.170.104 REMOTE_PORT : 1612 REQUEST_METHOD : GET REQUEST_URI : /cgi-bin/oj.cgi SCRIPT_FILENAME : /d01/sec/s35/a0005afx/cgi-bin/oj.cgi SCRIPT_NAME : /cgi-bin/oj.cgi SCRIPT_URI : http://force.netfirms.com/cgi-bin/oj.cgi SCRIPT_URL : /cgi-bin/oj.cgi SERVER_ADMIN : Your Webmaster SERVER_NAME : force.netfirms.com SERVER_PORT : 80 SERVER_PROTOCOL : HTTP/1.1 SERVER_SOFTWARE : Apache/1.3.9 (Unix) Now I've tried putting /d01/sec/s35/a0005afx in my progdir but then I get a Internal server error if I remember correctly........I dunno I just need help any help ![]() |
#2
|
||||
|
||||
Assuming you have two subdirectories called "html" and "cgi-bin" under /d01/sec/s35/a0005afx, then: $mydir = "/d01/sec/s35/a0005afx/html"; and $progdir = "/d01/sec/s35/a0005afx/cgi-bin"; that should fix things.
__________________
Don't throw away your shot. |
Reply |
|