Hi,

just installed a new rootserver with suPHP 0.6.2 on a suse 10.1 system and
all works fine, but the suPHP_ConfigPath Entry is totally ignored.

What can I do?

 

This is my configure:

 

./configure \

        --sysconfdir=/etc \

        --with-apxs=/usr/sbin/apxs2 \

        --with-min-uid=500 \

        --with-min-gid=500 \

        --with-apache-user=wwwrun \

        --with-php=/usr/bin/php-cgi \

        --with-setid-mode=owner \

        --with-logfile=/var/log/suphp.log \

        --with-apr=/usr/bin/apr-1-config

 

        make && make install

 

This is my virtual host configuration:

 

<Directory /srv/www/vhosts/derstempelprofi.eu/subdomains/shop/httpdocs >

 

        #PHP-MODUL AUSSCHALTEN

        php_admin_flag engine off

 

        #SUPHP EINSCHALTEN

        suPHP_Engine On

 

        #HIER BITTE NUR DEN PFAD ZUR EIGENEN php.ini

        suPHP_ConfigPath
/srv/www/vhosts/derstempelprofi.eu/subdomains/shop/conf

 

        #HANDLER INSTALLIEREN

        AddHandler x-httpd-php .php .php3 .php4 .php5 .php6 .phtml .phtm
.pshtm

        suPHP_AddHandler x-httpd-php

 

</Directory>

 

This my suphp.conf:

 

[global]

 

logfile=/var/log/suphp.log

 

loglevel=info

 

[handlers]

;Handler for php-scripts

x-httpd-php=php:/usr/bin/php-cgi

 

;Handler for CGI-scripts

x-suphp-cgi=execute:!self

 

 

Andreas

 

_______________________________________________
suPHP mailing list
suPHP@lists.marsching.biz
http://lists.marsching.biz/mailman/listinfo/suphp

Reply via email to