Results 1 to 4 of 4
I think that my eaccelerator extension is not working because i can't see optimization on php files.
I checked their website and there says that mod_php5 is a depedency.
Neither ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-05-2005 #1Just Joined!
- Join Date
- May 2005
- Posts
- 11
how to find out that mod_php5 is installed and it is working
I think that my eaccelerator extension is not working because i can't see optimization on php files.
I checked their website and there says that mod_php5 is a depedency.
Neither apache or php or eaccelator give some error but i think that is not working.
How can i figure out that mod_php5 is installed?
Reh Hat Linux
- 05-10-2005 #2Just Joined!
- Join Date
- May 2005
- Location
- Ontario, Canada - Eh!
- Posts
- 17
Re: how to find out that mod_php5 is installed and it is wor
Have you tried running a simple php script? This should tell you what's going on
Originally Posted by pentium10
#####################
<?php
phpinfo();
?>
#####################
Hope it helps
- 05-11-2005 #3Just Joined!
- Join Date
- Apr 2005
- Location
- Ahmedabad-INDIA
- Posts
- 2
how your php5 is installed ???
as a module of apache or as cgi script ???
if as module of Apache then check
LoadModule
tag in your httpd.conf file.
if you can find there entry of libphp5.so, it means your php5 is installed.
- 05-11-2005 #4Just Joined!
- Join Date
- May 2005
- Posts
- 11
thanks now is it works


Reply With Quote
