Current time: 04-24-2024, 05:08 PM Hello There, Guest! (LoginRegister)


Post Reply 
suPHP problem
Author Message
Boss Online Offline
Junior Member
*

Posts: 11
Joined: Nov 2009
Reputation: 0
Post: #1
suPHP problem
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.
03-21-2012 06:30 PM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #2
RE: suPHP problem
why not using fastcgi or fcgid?

AFAIK suPHP is not supported by ispcp.

/J
03-21-2012 06:41 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Boss Online Offline
Junior Member
*

Posts: 11
Joined: Nov 2009
Reputation: 0
Post: #3
RE: suPHP problem
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.
03-21-2012 06:43 PM
Find all posts by this user Quote this message in a reply
ephigenie Offline
Project Leader
*******
Administrators

Posts: 1,578
Joined: Oct 2006
Reputation: 15
Post: #4
RE: suPHP problem
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...
(This post was last modified: 03-25-2012 08:29 PM by ephigenie.)
03-25-2012 08:28 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)