Hello! HAve a problem with my server. When I try to enter on all web sites on my server have 500 error. I am tru to restart apache but nothing. It is hacking. Please help!
I try to delete directive <IfModule mod_php5.c> php_admin_value open_basedir "/var/www/web65/:/tmp/" </IfModule> And after that all ok. Why this directive does not work? P.S. Yesterday all work ok with this directive. But today not. No updates for php too. thnks.
Please take a look in the error.log file of this website and post the error log line that you got there for the 500 error.
With memmory all ok. Mem 3GBm used: 300MB buffers: 80MB cache: 2030MB CPU usage avr. 50% P.S. Today I install suPHP. All work great. But have a problem with permision. If user upload image file via web - this image file have 600 permisition by default and this file did not preview on web. How I can configure server to do 644 permisition to upload files? Thnks.
Yes. Now I am use umask 0022, by default it is 0077 Now all work great. But question about Apache directive still open. Why it did not work on mod_php5?