How will you check and confirm that your server is using suPHP?

HostechSupport

Active member
Registered
Joined
Jan 19, 2013
Messages
68
Points
8
It's very simple to verify this. Have a simple 'php info' script.


Create a file named 'phpinfo.php' under the public_html of your domain


Insert the following code:


<? php
phpinfo();
?>


Access the file in your browser using the link http://yourdomain.com/phpinfo.php


At the top section search the line 'Server API'.

If you see CGI' then your account is hosted on a server with suPHP.

If it shows 'apache' then you are NOT on a suPHP server.
 
Latest Threads
Replies
0
Views
373
Replies
2
Views
310
Replies
1
Views
272
Replies
2
Views
860
Replies
1
Views
604
Recommended Threads
Replies
7
Views
3,408
Replies
0
Views
2,025
Replies
11
Views
13,585

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top