Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: pbe on January 12, 2011, 12:01:03 PM

Title: httpd is not running with apache2-mod-php5
Post by: pbe on January 12, 2011, 12:01:03 PM

I am using apache2.tcz.
httpd starts and it is running – no problems.

After I installed apache2-mod-php5.tcz version 5.3.5 httpd is not running after start.   
Are there any additional extensions necessary for apache-mod-php5.tcz?
Title: Re: httpd is not running with apache2-mod-php5
Post by: TaoTePuh on January 12, 2011, 12:31:23 PM
I had to edit httpd.conf for php :

Code: [Select]
<IfModule php5_module>
        AddType application/x-httpd-php .php
</IfModule>
Title: Re: httpd is not running with apache2-mod-php5
Post by: pbe on January 12, 2011, 12:58:57 PM
This is for earlier versions see change-log

2010/09/14 PHP module is automatically added to Apache by mod_php5.conf file.

appache2-mode-php5 adds automatically "Include conf/php5/mod_php5.conf" to httpd.conf
Title: Re: httpd is not running with apache2-mod-php5
Post by: pbe on January 13, 2011, 10:40:46 AM
solved
after a complete new installation httpd is running