Beforehand I'm sorry for my english, I use an electronic translator.
I hope, you will answer my question. Because till now nobody could answer me my question. 🙂 I have installed PHP as DSO module for Apache (on my FreeBSD box). Apache server is worked under "nobody" username. It's necessary to customize the virtual server so that PHP-scripts were fulfilled from the owner of the file. In Apache server is certain suexec, but in my
case it will not work, because I have a module (not binary php). Please don't advise me to reinstall PHP as binary 🙂
How to solve this problem? 🙁
My piece from httpd.conf:
<Directory "/usr/null/shop/htdocs">
AllowOverride AuthConfig
php_admin_value doc_root /usr/null/shop
php_admin_value open_basedir /usr/null/shop
php_admin_value error_log /usr/null/shop/logs/phperror.log
1 Mb memory limit
php_admin_value memory_limit 1048576
Last error will be in $php_errormsg
php_admin_value track_errors on
php_admin_value safe_mode on
</Directory>