You likely not need to do anything, just start writing php, e.g. create file
/var/www/html/phpinfo.php
and write
<?php
phpinfo();
?>

Now you should be able to access it from your browser using
http://localhost/phpinfo.php
If apache server is not running, run
/etc/init.d/httpd start
as root


Terry Lau wrote:

> Hello,
>
> I'm using Red Hat Linux 8.0. The Apache Server 2.0 and php 4.2.2 are
> installed when I install Linux. The server is installed in /var/. So,
> I don't know how to follow the installation instructions described in
> your web to set up php. Do I need to install apache and php again?
> Furthermore, I don't know what i need to edit the php.ini file and I
> have modified the httpd.conf file. Thus, could you feel free to
> describe the detailed instruction for me? Thanks for your help!
>
> Terry
>
>
> _________________________________________________________________
> 使用 MSN Messenger,與朋友在線上聊天: http://messenger.microsoft.com/tc
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to