ispCP - Board - Support
suPHP problem - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Contributions Area (/forum-40.html)
+--- Forum: Howtos (/forum-41.html)
+--- Thread: suPHP problem (/thread-15937.html)



suPHP problem - Boss Online - 03-21-2012 06:30 PM

Quote:
PHP Code:
1. Install suPHP

apt
-get install libapache2-mod-suphp

2. Disable the php5 apache module

a2dismod php5

3. Restart Apache


 
/etc/init.d/apache2 restart

4. You can test 
if suPHP is working correctly by creating a php file containing the following lines:

<?
php
system
('id');
?>

The script will return user/group id and name. Make sure you set the file owner to a user/group with id greater than 99. 

after this i cannot login in admin panel. but i need this.


RE: suPHP problem - joximu - 03-21-2012 06:41 PM

why not using fastcgi or fcgid?

AFAIK suPHP is not supported by ispcp.

/J


RE: suPHP problem - Boss Online - 03-21-2012 06:43 PM

fcgid <<

i have hosted online game site and need rewrite index/category/site_link_name.html to open.

after installing suPHP all worked perfectly. but not worked admin panel.


RE: suPHP problem - ephigenie - 03-25-2012 08:28 PM

yes - because suphp is not supported.
ALL PHP scripts should work with fcgid / fastcgi as well.
AND this provides the same security measures as suphp.
1 user per website ...

And rewrite rules are no problem at all...