cgi perl script

Status
Not open for further replies.

balour

New Member
Messages
1
Reaction score
0
Points
0
Hello!

I have problem figuring what up with the Perl script I use.

I have 2 root path for the server:

/usr/local/apache/htdocs
/home/balour/public_html

Witch one is the good one

Gilles B.
 

dlukin

New Member
Messages
427
Reaction score
25
Points
0
If you are talking about reading/writing/using local modules, the path is /home/balour/public_html (even though the environmental variable DOCUMENT_ROOT is /usr/local/apache/htdocs the variable SCRIPT_FILENAME is /home/balour/public_html/cgi-bin/yadda.cgi )
 
Status
Not open for further replies.
Top