|
|
#2 (permalink) |
|
Registered User
Seasoned Poster
Joined in Feb 2007
65 posts
Gave thanks: 4
Thanked 5 times
|
Create a phpinfo.php containing:
Code:
<?php phpinfo(); ?> |
|
|
|
|
|
#4 (permalink) |
|
Surpass Fan
Seasoned Poster
Joined in Jul 2003
53 posts
Gave thanks: 0
Thanked 0 times
|
Well, we had a reply from the admins that it wasn't on there so I asked when so I could have our clients start to prepare for it, but they went ahead and just did it. Yikes! So half the sites we host for are now down for the count.
__________________
Three Pillars Media - Reseller - phantom dime99 - |
|
|
|
|
|
#6 (permalink) | |
|
Surpass Fan
Excelling Contributor
Joined in Nov 2005
Lives in Colorado
Hosted on DEDI
934 posts
Gave thanks: 2
Thanked 94 times
|
Quote:
__________________
Where would you be if you were at the highest court in the land (US)? |
|
|
|
|
|
|
#7 (permalink) |
|
Registered User
Seasoned Poster
Joined in Feb 2007
65 posts
Gave thanks: 4
Thanked 5 times
|
There's another major cause for broken scripts when switching from mod_php to PHPsuexec: PHP commands in .htaccess files. Since PHP is no longer running as part of Apache, it no longer understands any PHP commands placed in a .htaccess file. To get that problem solved just placed the PHP commands that were .htaccess files and place then in standalone php.ini files.
However note that with this method, php.ini files unlike .htaccess files, are not recursive. So if other subdirectories needs what you placed in the php.ini file you'll need to make a copy of it in those subdirectories also. |
|
|
|
| This user thanks decx for this great post! | Skipdawg (March 2nd, 2007) |