So lines 184, 185, and 186 are populated with
# Include module configuration:
Include /etc/apache2/mods-enabled/*.load
Include /etc/apache2/mods-enabled/*.conf
You must have quite a few special directives at the top of your apache2.conf file?
The above lines in my server are at lines 115, 116, and 117
Move to 'etc/apache2/mods-available/' and run 'cat php5.conf'- the results should look like this:
Code:
<IfModule mod_php5.c>
# AddType application/x-httpd-php .php .phtml .php3
# AddType application/x-httpd-php-source .phps
</IfModule>
Now run 'cat php5.load' which should look like the following:
Code:
LoadModule php5_module /usr/lib/apache2/modules/libphp5.so
Recent comments
18 hours 44 min ago
21 hours 39 min ago
22 hours 53 min ago
1 day 16 min ago
1 day 1 hour ago
1 day 3 hours ago
1 day 4 hours ago
1 day 20 hours ago
1 day 21 hours ago
2 days 1 hour ago