MrCBofBCinTX
Technical User
I'm learning mod_perl since I learned that this could make a lot of problems with chrooted apache go away easier.
All my scripts work fine under mod_cgi.
My attempts to get them to run with PerlRun are failing when I try to open a file.
errorlog isn't helpful:
[Sat Sep 20 13:32:31 2008] [error] PerlRun: `Cannot open file at /var/ line 63.\n'
Any suggestions?
All my scripts work fine under mod_cgi.
My attempts to get them to run with PerlRun are failing when I try to open a file.
Code:
open (OUTFILE, ">bwcform_$t") or die ("Cannot open file");
errorlog isn't helpful:
[Sat Sep 20 13:32:31 2008] [error] PerlRun: `Cannot open file at /var/ line 63.\n'
Any suggestions?