How To Find Is my PHP installed as CGI or as an Apache module
How To Find Is my PHP installed as CGI or as an Apache module
Post Description: how to find is my php installed as cgi or as an apache module Linux Hosting
Post Tags:
This Post Has Been Viewed 485 Times Since Tue Jan 08, 2008 11:35 am Author unix help with 3 replies
Post Description: how to find is my php installed as cgi or as an apache module Linux Hosting
Post Tags:
This Post Has Been Viewed 485 Times Since Tue Jan 08, 2008 11:35 am Author unix help with 3 replies
How To Find Is my PHP installed as CGI or as an Apache module
Advertise On This Page
how can i find out if my linux dedicated server i leased from you guys at www.webune.com was installed with cgi or apache module?
Leave Your Comments
|
|
Share: Subscribe - Keep Up With This Topic
You can use this HTML code to put it on your website to show your friends this wallpaper. Use this code on your profile like myspace, friendster, Facebook or others. Just Copy and Paste it in your HTML on your websites
To embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it.
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums
|
Links Related to : How To Find Is my PHP installed as CGI or as an Apache module
No Links Have Been Added To This Topic
Comments and replies About How To Find Is my PHP installed as CGI or as an Apache module
:: 1 :: Reply #35429 Reply By unix admin On Tue Jan 08, 2008 11:42 am
yes, please make a tutorial showing so i can learn how to find this information. thanks
:: 2 :: Reply #35430 Reply By webmaster On Tue Jan 08, 2008 11:45 am

today i wanted to run a php file as executable but before i can do that i need to know if have my apache web server is installed as an apache or cgi module. so to find out its easy. this is what i had to do:
first create a phpinfo.php file [ how to create phpinfo.php file ]
now look for where it says: server api
here is my example, on the image above you can see mine apacher server was installed a an apache module. if it says cgi, you have php compiled as cgi, if it reads apache, you have it running as an apache module.
first create a phpinfo.php file [ how to create phpinfo.php file ]
now look for where it says: server api
here is my example, on the image above you can see mine apacher server was installed a an apache module. if it says cgi, you have php compiled as cgi, if it reads apache, you have it running as an apache module.
:: 3 :: Reply #36933 Reply By Dhaval On Fri Jan 18, 2008 4:35 am
i am getting "apache 2.0 filter" text in server api. what does it mean? i am using shared server.