store | blogs | forums | twitter | facebook | wiki | mailing lists | downloads | support portal
Atomic Secure Linux
It is currently Tue May 21, 2013 9:20 am

» Feed - Atomicorp

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic Share/Bookmark  [ 4 posts ] 
Author Message
 Post subject: suPHP good or bad ?
Unread postPosted: Tue Nov 01, 2011 11:47 am 
Offline
Forum Regular
Forum Regular

Joined: Sun Mar 29, 2009 6:52 pm
Posts: 348
Hello.

So I have everyday many many support tickets from people complaining because they didn't use the ftp layer and messed up with their file permissions that have been changed to apache:apache owner.

So I was thinking of installing suphp to solve that problem. Cpanel uses it natively.
I've read some good and some pretty nasty things such as that server load skyrockets etc.
I also found a tutorial. I have never used suphp. Has anyone tried this at production ? Is it working well ? Did you discover any pitfalls ?

This is a guide that I found and seems nice.
Code:
http://linuxhostingsupport.net/blog/how-to-install-suphpphpsuexec-on-plesk


Thanks

_________________
Hello IT.
Phone : Blah Blah ....
Have you tried turning it on and off again ?
Phone : Blah Blah ....
....
I'm sorry, are you from the Past ?!
http://www.youtube.com/watch?v=-E4fm4Wqego


Top
 Profile  
 
 Post subject: Re: suPHP good or bad ?
Unread postPosted: Tue Nov 01, 2011 12:18 pm 
Offline
Forum User
Forum User

Joined: Tue Apr 20, 2010 2:49 am
Posts: 74
I think mod_ruid2 (search for it on these here forums, Scott provides an rpm for it) is a far better method of achieving this, however I've not put either in production. We currently continue with mod_php and keep failing to provide a permissions and ownerships utility to our customers.

This way you keep the efficiency of mod_php without the burden of apache file ownerships and you can of course switch off open_basedir restrictions and make gains there.

paul


Top
 Profile  
 
 Post subject: Re: suPHP good or bad ?
Unread postPosted: Tue Nov 01, 2011 1:49 pm 
Offline
Forum Regular
Forum Regular

Joined: Tue Jul 15, 2008 2:38 pm
Posts: 704
Location: Sweden
Proud user of mod_ruid2. Works like a charm!


Top
 Profile  
 
 Post subject: Re: suPHP good or bad ?
Unread postPosted: Wed Nov 23, 2011 7:40 am 
Offline
Forum Regular
Forum Regular

Joined: Sun Mar 29, 2009 6:52 pm
Posts: 348
Hi again guys.

Welcome I am starting to get crazy with the permissions thing. So I tried installing suphp.
It worked allthough some sites experienced issues and I had to disable it again. :(

Some Joomla sites work great while others crashed.

An example :
Joomla website error :
Code:
Database Error: Unable to connect to the database:The MySQL adapter "mysql" is not available.


Apache error log :
Code:
[Wed Nov 23 11:18:12 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './curl.so' - ./curl.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:12 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './dom.so' - ./dom.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:12 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './eaccelerator.so' - ./eaccelerator.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:12 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './fileinfo.so' - ./fileinfo.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:12 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './gd.so' - ./gd.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:12 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './imap.so' - ./imap.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:12 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './json.so' - ./json.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:12 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './ldap.so' - ./ldap.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:12 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './mbstring.so' - ./mbstring.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:12 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './mysql.so' - ./mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:12 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './mysqli.so' - ./mysqli.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:12 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './pdo.so' - ./pdo.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:12 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './pdo_mysql.so' - ./pdo_mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:12 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './pdo_sqlite.so' - ./pdo_sqlite.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:12 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './phar.so' - ./phar.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:12 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './wddx.so' - ./wddx.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:12 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './xmlreader.so' - ./xmlreader.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:12 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './xmlwriter.so' - ./xmlwriter.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:12 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './xsl.so' - ./xsl.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:12 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './zip.so' - ./zip.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:17 2011] [error] [client ] Failed loading /usr/local/zo/ZendExtensionManager.so: /usr/local/zo/ZendExtensionManager.so: cannot open shared object file: No such file or directory
[Wed Nov 23 11:18:17 2011] [error] [client ] Failed loading /usr/local/zo/4_3/ZendOptimizer.so: /usr/local/zo/4_3/ZendOptimizer.so: cannot open shared object file: No such file or directory
[Wed Nov 23 11:18:17 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './curl.so' - ./curl.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:17 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './dom.so' - ./dom.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:17 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './eaccelerator.so' - ./eaccelerator.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:17 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './fileinfo.so' - ./fileinfo.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:17 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './gd.so' - ./gd.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:17 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './imap.so' - ./imap.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:17 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './json.so' - ./json.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:17 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './ldap.so' - ./ldap.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:17 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './mbstring.so' - ./mbstring.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:17 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './mysql.so' - ./mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:17 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './mysqli.so' - ./mysqli.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:17 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './pdo.so' - ./pdo.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:17 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './pdo_mysql.so' - ./pdo_mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:17 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './pdo_sqlite.so' - ./pdo_sqlite.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:17 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './phar.so' - ./phar.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:17 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './wddx.so' - ./wddx.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:17 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './xmlreader.so' - ./xmlreader.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:17 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './xmlwriter.so' - ./xmlwriter.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:17 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './xsl.so' - ./xsl.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Wed Nov 23 11:18:17 2011] [error] [client ] PHP Warning: PHP Startup: Unable to load dynamic library './zip.so' - ./zip.so: cannot open shared object file: No such file or directory in Unknown on line 0


Hope someone can help. It is getting crazy with the permissions. There are actually sites that have problem every day due to the apache ownership changes ... !

_________________
Hello IT.
Phone : Blah Blah ....
Have you tried turning it on and off again ?
Phone : Blah Blah ....
....
I'm sorry, are you from the Past ?!
http://www.youtube.com/watch?v=-E4fm4Wqego


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic Share/Bookmark  [ 4 posts ] 

» Feed - Atomicorp

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group