On Friday, May 25, 2001, Mark Johnson wrote:

> Sorry, this is probably a really newbie question.  It doesn't appear that I
> have PHP enabled for apache.  Is there a way that I can check to see if
> Apache is compiled with PHP support or is there a flag that I can pass it to
> enable php?

Create a file called phpinfo.php in your web directory containing:

<?php
  phpinfo();
?>

When you load that page in your browser, it should tell you all about
your PHP configuration if it works.  It it doesn't work, you'll know.

-- 
[EMAIL PROTECTED], ICQ#: 25370820, OpenPGP key at www.keyserver.net
1024D/39F0BBF4     2024 B7CB 10BF 6BE7 2ECE  E0FD 1360 0181 39F0 BBF4

Current Linux uptime: 2 days 1 hour 9 minutes.

Reply via email to