Dear Joe,
On 03.07.2014 10:34, Joe Gillotti wrote:
Are you using apache/suphp/php compiled from source or from stock
Debian's apt repo? If the
latter perhaps you could file this as a debian bug for those packages,
thank you for your response! I'm using stock packages from the Debian
LTS repo, only. I've seen this error 2012, too. It's not a new problem.
Sure, I could file a bug to the debian team.
I'm also using apache2-suexec-custom instead of apache2-suexec:
# aptitude search suexec
p apache2-suexec - Standard suexec program for Apache 2
mod_suexec
id apache2-suexec-custom - Configurable suexec program for Apache 2
mod_suexec
once you have garnered some additional info of course.
Do you have any hints to track this down? What should I do? Because
it's not reproducible I cannot use GDB, strace or something like that.
Could you post some of your configs?
This is my suphp.conf:
----------------- Snip --------------------
[global]
logfile=/var/log/suphp/suphp.log
loglevel=info
webserver_user=www-data
docroot=/
allow_file_group_writeable=false
allow_file_others_writeable=false
allow_directory_group_writeable=false
allow_directory_others_writeable=false
check_vhost_docroot=true
errors_to_browser=false
env_path=/bin\:/usr/bin\:/usr/local/bin
umask=0022
min_uid=10000
min_gid=10000
[handlers]
application/x-httpd-php="php:/usr/bin/php-cgi"
x-suphp-cgi="execute:!self"
----------------- Snap --------------------
This is a part of my vhost-configuriation:
----------------- Snip --------------------
<Directory /var/www/user1/htdocs/>
suPHP_Engine on
suPHP_AddHandler application/x-httpd-php
suPHP_ConfigPath /etc/php5/users/user1/
[...]
</Directory>
----------------- Snap --------------------
There is a php.ini for every user.
This is the suphp.conf from apache2/mods-enabled/
----------------- Snip --------------------
<IfModule mod_suphp.c>
AddType application/x-httpd-php .php .php3 .php4 .php5 .phtml
suPHP_AddHandler application/x-httpd-php
<Directory />
suPHP_Engine on
</Directory>
<Directory /usr/share>
suPHP_Engine off
</Directory>
</IfModule>
----------------- Snap --------------------
Again, thank you for your help!
_______________________________________________
suPHP mailing list
[email protected]
https://lists.marsching.com/mailman/listinfo/suphp