boredcrazy
03-28-2001, 12:07 AM
Here's my dilema.
I wrote this script on my virtual host that needs to read several text file which are inside of the cgi-bin.
For example, I would open
cgi-bin/data/x.txt
using
cgi-bin/x.pl
This worked fine with my virtual host... Now I've got an old used machine with corel linux and apache running and I want to put my proggie on it.
The scripts are working fine, but they return an error whenever they need to open a file.
All my files are CHMOD 777 so I can't figure out what's going on...
I think apache may be locking all subdirectories within the cgi-bin folder
Or even worse, preventing me from reading ANY file within the cgi-bin directory...
Please help
I wrote this script on my virtual host that needs to read several text file which are inside of the cgi-bin.
For example, I would open
cgi-bin/data/x.txt
using
cgi-bin/x.pl
This worked fine with my virtual host... Now I've got an old used machine with corel linux and apache running and I want to put my proggie on it.
The scripts are working fine, but they return an error whenever they need to open a file.
All my files are CHMOD 777 so I can't figure out what's going on...
I think apache may be locking all subdirectories within the cgi-bin folder
Or even worse, preventing me from reading ANY file within the cgi-bin directory...
Please help