sastro Posted October 3, 2010 Share Posted October 3, 2010 Here is the virtual host <VirtualHost 127.0.0.1:8007> DocumentRoot "/home/myweb/public_html" ServerName myweb.com php_admin_value error_log /var/log/httpd/php_error_log <Directory "/home/myweb/public_html"> allow from all Options +Indexes </Directory> </VirtualHost> Also i chowned /var/log/httpd/php_error_log to apache and chmod to 777 but file php_error_log still empty after i run the script <?php include; echo dasfs';?> Thanks in advanced Quote Link to comment https://forums.phpfreaks.com/topic/215064-php_admin_value-error_log-varloghttpdphp_error_log/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.