Page 1 of 1

addhandle

Posted: Sat Jul 14, 2007 3:17 pm
by pinehead18
I get php5 all installed. According to sever-info php5 is installed and working.

However, when i go to a .php file or .php file it just displays my <?php text so i know its not running.

So i added this to my apache config file


<IfModule mod_php5.c>
AddHandler application/x-httpd-php .inc .php .php5 .php4 .php3 .phtml
AddHandler application/x-httpd-php-source .phps
</IfModule>

And when i add that the server just starts then breaks.

HELP!

Thanks guys
\

Posted: Sat Jul 14, 2007 3:20 pm
by superdezign
We need more information. What do you mean by it "breaks?"

Posted: Sat Jul 14, 2007 3:42 pm
by pinehead18
The server stops
Can't access webpages etc.

Posted: Sun Jul 15, 2007 6:15 am
by superdezign
What version of Apache are you using? Have you followed the installation process for the correct version?