I need to be able to post errors for a single domain, preferably to log in the domains /www/logs directory.
Apparently one can do this using home/domainName/pubic_html/.htaccess, but I have been unable to.
I get Internal Server Error when trying the following:
php_value error_reporting 7
php_flag display_errors On
or
enable PHP error logging
php_flag log_errors on
php_value error_l
I have previously built sites using PHP, where I automatically included header and footer html using the following lines in .htaccess on an Apache host:
php_value auto_prepend_file "/var/www/html/parts/header.htm"
php_value auto_append_file "/var/www/html/parts/footer.htm"
In these files I could put executable PHP code.
My current project is written in Perl, not in PHP.
Is there any way to a
Currently looking at running CageFS with PHP Selector but really need PHP running as FCGI (with APC) to avoid the heavy performance impact of suPHP.
One issue I'm having at the the moment though is when running as FCGI, PHP version changes don't take effect until apache is restarted. This isn't he case when running suPHP.
Hi is it possible? My script not work with mod_fcgid, but work with suphp so I would like run one domain with suphp and other with mod_fcgid+xcache on one server. I don't want run every sites with suphp because xcaxhe don't work with it.
I just want to know why people say eAccelerator won't work if SuPHP is enabled, because in my server I was running e-accelerator and now i have enabled suphp and it seems to be working fine so far at least ...
Questions are
is this a good idea to run both ?
if i am to disable the e-accelerator how do i do that ?
is there any alternative to do acceleration other than the e-accelerator when usi
When Apache is compiled as CGI/SuPHP, it allows users to create their own php.ini file under their home directory and modify the php values as per their wish. This may increase security concerns on the server and hence to avoid this, force every user to use a common php.ini file.
This can be achieved by defining [...]
Update:
I have updated the file, I did comment that I was getting a 500 server error, but I don't know if that is was just a passing thing or if something in my .htaccess messed things up! Anyway this is the file I am now using and this works, by that no more 500 error but still will not keep me on my localhost, vaio-server but keeps transferring me to my live site!
Any Ideas??
https://aur.archlinux.org/packages/suphp/All prerequisites have been installed 3 three times over (via pacman, apache, etc, all from arch repos) , the system and everything is up to date (syy+syu).At first I had a build error which mentioned not being able to find apr.h and such, which I got past with the following change to the package's make command;make CFLAGS+=-I/usr/include/apr-1/That ch
I have an odd problem with suphp.
I have logged in as tom and added some php to a directory in my web server.
Now I'm getting this error:
Directory /home/.../web/public_html is not owned by tom
I can't/won't change the ownership of public_html as various different users may be contributing to the site in this way.
Is there a configuration in suphp I need to edit in order to allow this to wor