Skip to Content.
Sympa Menu

sm-discuss - [SM-Discuss] Problem serving php files after PHP5 upgrade

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Cory S <fubeca AT gmail.com>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: [SM-Discuss] Problem serving php files after PHP5 upgrade
  • Date: Mon, 6 Dec 2004 16:02:45 -0700

Over the weekend I upgraded my box to Apache 1.3.33 and PHP 5.0.2.
Somewhere along the line support for handling php files quit working.

I verified that I have the following lines in /etc/httpd/httpd.conf:
LoadModule php5_module libexec/libphp5.so
AddModule mod_php5.c
AddType application/x-httpd-php .php .phtml

The apache log shows that the PHP module is indeed being loaded:
[Mon Dec 6 15:38:01 2004] [notice] Apache/1.3.33 (Unix) PHP/5.0.2 configured
--
resuming normal operations

Does anyone know what could have gone wrong?

Thanks




Archive powered by MHonArc 2.6.24.

Top of Page