User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4) Gecko/20030624 Netscape/7.1
I think that by default it's turned on. try the following script and name it info.php and access it.
Other than that, I have no idea what it does. this script came with Apple's server
Louie Miranda wrote:
Have anyone tried this? I am having a hard time.
--- clip ---
<?php
// To enable PHP, just uncomment the following lines in httpd.conf:
// #LoadModule php4_module
// #AddModule mod_php4.c
// To test PHP, just invoke this page from a browser:
// http://mydomain.com/info.php
phpinfo();
?>