On Thursday 19 April 2012 14:01:37 John Iliffe wrote: > After factoring in the suggestions from a number of folks here (thanks!) > I still have problems getting a working configuration. > > Many pages depend on PHP and I upgraded PHP to version 5.4.0, compiled > it as an apxs module in conjunction with Apache 2.4.1 resulting in > > /usr/apache-2.4.1/modules/libphp5.so > > and in the config file: > > LoadModule php5_module modules/libphp5.so > > <Filesmatch \.php$> > SetHandler application/x-httpd-php > </Filesmatch> > > These were actually inserted by the PHP make install function. > > When I try to serve a PHP based page I get a browser message: > "You have attempted to open a file of type PHP; what should FireFox > do with it?" and it gives options to open with KWrite or save to > disk. > > Obviously PHP should have processed the file before it was served. It > looks like PHP is not starting but in the past this has never been > necessary and I don't see anything specific in the docs for either > Apache or PHP as to how to do it. > > Thanks. > > John > Don't know if this is related but it might be so here is the error log from this start up: [Thu Apr 19 13:48:27.358211 2012] [lbmethod_heartbeat:notice] [pid 12318:tid 47514566294192] AH02282: No slotmem from mod_heartmonitor [Thu Apr 19 13:48:27.388802 2012] [mpm_event:notice] [pid 12318:tid 47514566294192] AH00489: Apache/2.4.1 (Unix) OpenSSL/0.9.8e-fips-rhel5 PHP/5.4.0 configured -- resuming normal operations [Thu Apr 19 13:48:27.388934 2012] [core:notice] [pid 12318:tid 47514566294192] AH00094: Command line: '/usr/apache-2.4.1/bin/httpd' [Thu Apr 19 13:48:42.392567 2012] [core:notice] [pid 12318:tid 47514566294192] AH00052: child pid 12319 exit signal Segmentation fault (11) [Thu Apr 19 13:48:42.392689 2012] [core:notice] [pid 12318:tid 47514566294192] AH00052: child pid 12321 exit signal Segmentation fault (11) [Thu Apr 19 13:48:42.392748 2012] [core:notice] [pid 12318:tid 47514566294192] AH00052: child pid 12331 exit signal Segmentation fault (11) Looks like al the child processes segfaulted on the first request. John > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx