LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   PHP installation (https://www.linuxquestions.org/questions/linux-software-2/php-installation-42686/)

rhuser 01-24-2003 08:43 PM

PHP installation
 
I have installed Apache httpd-2, and php 4.3.0 on Red hat Linux 8. i have found alot of problems on the way to do this, but i have done it. now as i create my first test php page with simple
<? echo "Hello World"; ?>
i just get a blank page, and in other cases i get a promp asking to where i want to save the file to. could you please help

bulliver 01-24-2003 10:57 PM

rpm or source??

I can almost garauntee it's a problem with your php entries in httpd.conf

What happens when you do the http://localhost/ thing? Do you get the test page or an error?

markus1982 01-25-2003 03:20 AM

Probably your request handler is not set up correctly. For a example of httpd.conf check this thread ... it includes an example how to build Apache v2.0.44 with PHP v4.3.0 also :-)


All times are GMT -5. The time now is 08:30 PM.