Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started 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?
-
I had to edit httpd.conf for php :
<IfModule php5_module>
AddType application/x-httpd-php .php
</IfModule>
-
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
-
solved
after a complete new installation httpd is running