|
#26
|
||||
|
||||
|
This is the best answer of the year for me about Mambo!
Tx quietFinn! So I will probably get it enable soon. Will send an email to all clients and then get the job done at night.
__________________
█ Jean Boudreau - SysAdmin WannaBe @ Host And Mail █ Shared, Reseller cPanel Hosting and Backup Solutions █ http://www.hostnmail.com/ |
|
#27
|
||||
|
||||
|
Can anyone confirm that WHM.AutoPilot v.2.x works with PHPSuExec?
__________________
quietFinn - netFinn Finland "Be who you are and say what you feel because those who mind don't matter and those who matter don't mind." - Dr. Seuss |
|
#28
|
||||
|
||||
|
Mine is working fine. The only problem I had was with the mib_data folder. I had to chmod and chown all the files. If you see the dedicated server thread, the script I wrote doesn't change anything above /public_html/, so it doesn't do mib_data.
|
|
#29
|
||||
|
||||
|
has this been installed/configured in more shared servers?
I'm asking because one of my clients has a problem on a photo album. Before I debug I want to know if I need to do the changes for PHPSuExec or not. Vt
__________________
Vtrain is Linux User #237333 on http://counter.li.org/ "Don't meddle in the affairs of sysadmins, for they are subtle and quick to anger." |
|
#30
|
||||
|
||||
|
Quote:
__________________
quietFinn - netFinn Finland "Be who you are and say what you feel because those who mind don't matter and those who matter don't mind." - Dr. Seuss |
|
#31
|
||||
|
||||
|
Quote:
Vt.
__________________
Vtrain is Linux User #237333 on http://counter.li.org/ "Don't meddle in the affairs of sysadmins, for they are subtle and quick to anger." |
|
#32
|
|||
|
|||
|
I've recently started with HostGator and noticed that the PHPSuExec causes some features to work differently. Hopefully this will help others who are trying to debug similar issues.
One is http_auth which is the browser based authentication that pops up to prompt users for their login and password on protected pages/directories. PHP_AUTH_USER & PHP_AUTH_PW are no longer passed through PHPSuExec. So when you get the login box, you enter your username and password and you will never be able to login. I had about 4-5 pages that were password protected using this method, so I had to develop a login page to replace the http_auth logic. From what I've read, PHPSuExec also disables standard .htaccess authentication, but I have not been using this so maybe another user can validate/test this firsthand. As mentioned in the original post, php_flag & php_value statements need to be moved over to the new php.ini file. I noticed register_globals is on by default, but if you have a php.ini file it will automatically turn off register_globals, even if the php.ini file is blank. So be sure to add the register_globals=on flag to the php.ini file if you need register_globals on. Also, I've read that php.ini needs to be included in every subdirectory where you want it to be used, as opposed to the .htaccess file that by default is applied to every subdirectory. This doesn't affect my use of the php.ini file, but I could see how it may be a pain for others to copy this into multiple directories. Again, this is something I read while trying to debug my issue, so someone would need to verify this firsthand. Here is a sample of what I used to replace the http_auth code to check for username/password. PHP Code:
Next, whatever page you are trying to protect, just include the following code at the top of the page. PHP Code:
Garett |
|
#33
|
||||
|
||||
|
Quote:
The method that you discribe above is ok, but you should kill the session and issue a 401 error instead of just stopping the script. |
|
#34
|
|||
|
|||
|
So is this conversion to "phpsuexec" progressing?
What servers have/have not been upgraded to phpsuexec? On 02 May, a reply from HG's GatorAndre in this thread promised notification of an upgrade schedule by email or posting, but (I believe) this has not occured. -Jeff HG reseller |
|
#35
|
||||
|
||||
|
It should be in cue after template spelling and shared ssl pages update.
To know if your server has been change to PHPSuExec, you can use the phpinfo.php files. There is a thread about it I will try to find it and post the link to how to check if PHPSuExec has been enable or not on your server. Best regards,
__________________
█ Jean Boudreau - SysAdmin WannaBe @ Host And Mail █ Shared, Reseller cPanel Hosting and Backup Solutions █ http://www.hostnmail.com/ |
|
#36
|
||||
|
||||
|
It is on the first page of this thread
http://forums.hostgator.com/showpost...50&postcount=7 Best regards,
__________________
█ Jean Boudreau - SysAdmin WannaBe @ Host And Mail █ Shared, Reseller cPanel Hosting and Backup Solutions █ http://www.hostnmail.com/ |
|
#37
|
|||
|
|||
|
Chaloupe, I know about phpinfo() revealing the change, and I have been watching this thread with keen interest. But that was not my question. I was hoping for an authoritative (HG) answer about progress and a schedule, to be warned in advance when this will happen to my server. Being in the position of finding broken scripts, discovered hours or days after it happened, without notice, is just bad business.
Btw, Quote:
|
|
#38
|
||||
|
||||
|
DJ's CD player got cue on it and it is all in english.
it's a shortcut I use.
__________________
█ Jean Boudreau - SysAdmin WannaBe @ Host And Mail █ Shared, Reseller cPanel Hosting and Backup Solutions █ http://www.hostnmail.com/ Last edited by chaloupe; 05-18-2006 at 11:06 AM. |
|
#39
|
|||
|
|||
|
Quote:
I had to hear about it from my client when their site came up broken this morning. Gee, thanks guys.
|
|
#40
|
||||
|
||||
|
I have the phpinfo() on my server and I check everyday... I would really like to know when will this be applied to my server with a few days in advance...
Vt
__________________
Vtrain is Linux User #237333 on http://counter.li.org/ "Don't meddle in the affairs of sysadmins, for they are subtle and quick to anger." |
|
#41
|
|||
|
|||
|
How is this effort progressing?
Which servers have been converted to phpsuexec? Mine has not. Is there a schedule posted anywhere yet for when the remaining servers will be converted? In post #9 of this thread, GatorAndre promised that customers would be notified by email in advance of this conversion being done on our servers. Has anyone received such an email warning? From some other threads, it appears that at least some customers were NOT warned before changing over to phpsuexec. -jeff_s |
|
#42
|
||||
|
||||
|
After reading the latest post from Serra here: http://forums.hostgator.com/showthre...astpost&t=6864
I created a ticket, about two days ago: XGW-846059 Quote:
Vt
__________________
Vtrain is Linux User #237333 on http://counter.li.org/ "Don't meddle in the affairs of sysadmins, for they are subtle and quick to anger." |
|
#43
|
|||
|
|||
|
My clints and I using Movable Type for our weblogs. MT generates permition 666 for PHP files when we update it, but PHPSuExec sets permition 644 for php and cgi files!
How can we solve the problem and fix the errors? |
|
#44
|
||||
|
||||
|
PHPSuExec doesn't set permissions.
|
|
#45
|
|||
|
|||
|
Quote:
what shoud I do?>
|
|
#46
|
||||
|
||||
|
Quote:
__________________
quietFinn - netFinn Finland "Be who you are and say what you feel because those who mind don't matter and those who matter don't mind." - Dr. Seuss |
|
#47
|
|||
|
|||
|
Quote:
It's most likely the software you are using that's doing that I guess. |
|
#48
|
||||
|
||||
|
Is PHPSUEXEC planned to be running on gator19?
__________________
Regards, Gytis Repecka a.k.a. Kelmas NFS and Car Tuning forum | AutoNews.lt HostGator client since 2005 |
|
#49
|
||||
|
||||
|
Quote:
__________________
quietFinn - netFinn Finland "Be who you are and say what you feel because those who mind don't matter and those who matter don't mind." - Dr. Seuss |
|
#50
|
|||
|
|||
|
Quote:
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|