Re: [suPHP] Security Bug in suPHP

2007-02-20 Thread suphp
Hello, I've tested different config (apache-2.0.59/php-5.2.1/suphp-0.6.2) to avoid the execution of file whose extension is .php.jpg. but it doesn't work perfectly : 1) httpd.conf : AddHandler x-httpd-php5 .php5 .p3 .pinc Directory / suPHP_AddHandler x-httpd-php /Directory All files

[suPHP] mistake typo

2007-02-20 Thread suphp
Sorry the config is : 1) httpd.conf : AddHandler x-httpd-php .php .p3 .pinc Directory / suPHP_AddHandler x-httpd-php /Directory All files are interpreted both with .php and .php.jpg :( . Patrick ___ suPHP mailing list suPHP

Re: [suPHP] suPHP + SSL

2008-04-09 Thread suphp
Patric a écrit : Hi all, Does suPHP work with SSL? I have a vhost that has been running suPHP successfully, and they have now changed over to a secure site, and my suPHP is not loading. vhost.conf entry: Directory /var/www/vhosts/domain_name/httpsdocs IfModule

Re: [suPHP] Implications of changing suPHP umask

2008-08-28 Thread suphp
Patric a écrit : Hi all, I have searched the archives but find no definitive answer, hoping somebody can give me some guidance. I am running suPHP on a virtual host, and using various CMS to upload images. Each of these upload the files as permissions 600. If I change the /etc

Re: [suPHP] How to limit custom php.ini options

2008-11-18 Thread suphp
Thomas De Groote a écrit : Hi all, I recently discovered the ability to have a custom php.ini when using suPHP (after using it for 5 years). Is there an option or a way to limit which settings can be changed in the custom php.ini? I do not want my users to change the memory or file