[ale] Files created by Perl

Mike Harrison meuon at geeklabs.com
Tue Jan 23 04:25:50 EST 2007


> I build some text files and same them to disk.
> If I run the script by hand the files are generated, but if I call the 
> script from a Web browser then the files are not built.
> I thought there might be a problem in the config file for apache.  Can 
> someone please help me.

Your directory, files, etc, must be writable by your webserver. 

chown apache:apache * 
chown apache:apache . 

or maybe:

chown www-data:www-data *

or maybe

chmod 744 *

or.. Lots of variations possible, but be careful out there. 
de-taint any inputs... 




More information about the Ale mailing list