Php
Robert Meyer
meyer_rm at yahoo.com
Wed Aug 6 09:35:24 EDT 2003
Well, there are a couple of ways to do it.
First, check your httpd.conf file to find out if you have a chunk of code that
looks like:
<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from 127.0.0.1
</Location>
If that's there, make sure you set this above it someplace:
ExtendedStatus On
Restart httpd and then from the server that has apache, start a browser and go
to 'http://localhost/server-status' It should spill it's guts for you. This
is probably the easiest way to do it.
Cheers!
Bob
--- Ray Cherry <raymond2375 at yahoo.com> wrote:
> Hey u Guys
>
> how do I know if...php module is install on my apache
>
> Ray S
>
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
More information about the nflug
mailing list