LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   apache error_log always full (https://www.linuxquestions.org/questions/linux-software-2/apache-error_log-always-full-465512/)

Suinatsa 07-19-2006 07:06 AM

apache error_log always full
 
Hey guys,

my apache error_log is getting full and all what is in there are the following lines.

APPLYING (upload_tmp_dir)(/srv/www/homepage24/phptmp/)
APPLYING (safe_mode)(off)
APPLYING(open_basedir)(/srv/www/homepage24/:/srv/www/phpMyAdmin/:/srv/www/htdocs/confixx/html/gesperrt/:/srv/www/homepage24/
html/:/srv/www/homepage24/html/cgi-bin/)

I already set the LogLevel on warn!

Does anybody know which program causes those lines?

THX

Suinatsa

unSpawn 07-21-2006 03:44 AM

upload_tmp_dir (..) safe_mode
Looks like PHP to me.


I already set the LogLevel on warn!
Check your php.ini for error_reporting / display_startup_errors / whatever else. See http://www.php.net/errorfunc for details. And you can make PHP log to a separate logfile, just remember to logwatch / logrotate it.


All times are GMT -5. The time now is 04:35 PM.