Stupid question *but* worth asking... mod_mime is loaded, correct?

On 1/5/07, Jay Chandler <[EMAIL PROTECTED]> wrote:

Richard Lynch wrote:
> On Fri, January 5, 2007 1:34 am, Jay Chandler wrote:
>
>> Using FreeBSD 6.1 here with Apache 2.2 and PHP 5 (both installed from
>> ports)-- trying to get it to render .php pages correctly, but instead
>> it
>> insists on trying to save the files instead.
>>
>> I've added the following lines to httpd.conf:
>>
>> LoadModule php5_module libexec/apache22/libphp5.so
>>     DirectoryIndex index.html index.php
>>     AddType application/x-httpd-php .php
>>     AddType application/x-httpd-php-source .phps
>>
>
> Check your error.log file right after startup of Apache, and see if it
> complains about libphp5.so not being there, or something similar...
>
> Paths, permissions, or a failed compilation of PHP could yield various
> different error messages there.
>
> Most of them are more or less clear to read/understand...
>
>
[Fri Jan 05 15:23:11 2007] [notice] SIGHUP received.  Attempting to
restart
[Fri Jan 05 15:23:12 2007] [notice] Digest: generating secret for digest
authentication ...
[Fri Jan 05 15:23:12 2007] [notice] Digest: done
[Fri Jan 05 15:23:13 2007] [notice] Apache/2.2.3 (FreeBSD) mod_ssl/2.2.3
OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.0 with Suhosin-Patch configured --
resuming normal operations

And that's it-- nothing else.

--
Jay Chandler
Network Administrator, Chapman University
714.628.7249 / [EMAIL PROTECTED]
Today's Excuse: endothermal recalibration


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to