Quote:
Originally Posted by dwh
Doesn't raising your php limit potentially cause problems? You can have runaway processes? Has anyone had trouble with this?
Edit: I tried this out. It looks like a nice hack but I get permission denied. I turned off jailshell and can access the log from ssh, but it won't let me look at it from that apache_parse.php. Any ideas?
Using cpanel.
|
I've never done much with cPanel, but it's probably an issue with php's safe_mode or something similar. In safe mode, a script cannot open a file owned by another user.
Find out what user owns the log files, and change the ownership of the php script to the same user.