Hi there.
Yesterdey I wrote then httpd did not work.
Here's what to do in order to
HTTPD work properly:
1. If you had install php-gtk, comment the line in php.ini, which appending php-gtk to php;
2. Make sure that you have configured DocumentRoot;
3. Make sure that you have configured DirrectoryIndex like:
- DirectoryIndex index.html index.html.var index.php
4. Make sure that you have configured all sections like
<Dirrectory ...>;
5. Make sure that you have next lines in httpd.conf:
- AddType application/x-httpd-php .php;
- AddType application/x-httpd-php-source .phps;
- LoadModule php5_module modules/libphp5.so
6. Restart
HTTPD.
It will works!