Can we get information on Apache server like we do with phpinfo()?
vincevincevince
5:22 pm on Mar 12, 2004 (gmt 0)
i'm not sure what you mean by that? you can access the phpinfo() function via php when you run php on apache.
bcolflesh
5:32 pm on Mar 12, 2004 (gmt 0)
All the Apache-specific functions for PHP are here:
us2.php.net/manual/en/ref.apache.php
These 2 might be close to what you need:
apache_get_modules -- Get a list of loaded Apache modules apache_get_version -- Fetch Apache version
bumpaw
9:03 pm on Mar 12, 2004 (gmt 0)
My host says that they are upgrading the server software to suexec mode and I was wanting to be able to check to see if it was done on each of 10 servers without having to keep asking. They are supposed to be in the process of upgrades. The servers are Apache.