LiteSpeed Support Forums

LiteSpeed Support Forums (http://www.litespeedtech.com/support/forum/index.php)
-   Bug Reports (http://www.litespeedtech.com/support/forum/forumdisplay.php?f=9)
-   -   [solved] suExec not working for specific External App (http://www.litespeedtech.com/support/forum/showthread.php?t=5834)

Gerry 04-06-2012 08:30 AM

[solved] suExec not working for specific External App
 
We have Litespeed running with 3 External Apps (php4Lsapi, php5Lsapi, php53Lsapi), all of them doing suExec and workign as expected.

However, I have just added a new external all called phpDebugLsapi with script handler phpdebug to debug an issue we've been experiencing with a specific PHP version.

The issue is that suExec is not working with phpDebugLsapi while it works fine with the other ones.

This is the Apache vhost I'm testing with:

Code:

<VirtualHost 1.2.3.4:80>
        ServerName phpdebug.pompom.be
        DocumentRoot /web/testuser/pompom.be/phpdebug
        SuexecUserGroup web-testuser web
       
        AddType application/x-httpd-phpdebug php
</VirtualHost>

Any hints?

webizen 04-06-2012 01:00 PM

phpdebug handler is not supported.

http://www.litespeedtech.com/support...rol_panel_lsws

suEXEC capable suffixes are: "php, php4, php5, php53, phtml, php54, fastphp"

Gerry 04-10-2012 06:57 AM

Right, thanks. :)

Do you think the suffixes could be made configurable? That way, one could define as many suffixes as desired and have as many PHP versions installed als he would ilke.


All times are GMT -7. The time now is 02:55 AM.