Date: Wed, 11 Jan 2012 12:54:16 -0800 From: Waitman Gobble <gobble.wa@gmail.com> To: Robert Fitzpatrick <robert@webtent.org> Cc: FreeBSD <freebsd-questions@freebsd.org> Subject: Re: Apache segmentation fault Message-ID: <CAFuo_fxLPPkyXe8c=XfvMiO75XEvq5f=jio3_iyCqL=cz8kA1w@mail.gmail.com> In-Reply-To: <4F0DEA64.5090807@webtent.org> References: <4F0DEA64.5090807@webtent.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Jan 11, 2012 12:39 PM, "Robert Fitzpatrick" <robert@webtent.org> wrote: > > Upgraded php52 to php53 by pkg_delete of php5 and porinstall php52. Then > I had to manually resort back to php52 by pkg_delete and then > portinstall and now getting a seg fault when restarting apache22 on this > FreeBSD 8.1 server. I narrowed it down to not the php module, but the > two ldap modules I have in apache... > > mail# cat httpd.conf|grep ldap > #LoadModule authnz_ldap_module libexec/apache22/mod_authnz_ldap.so > #LoadModule ldap_module libexec/apache22/mod_ldap.so > > With these two lines commented out, apache restarts without the seg > fault. Tried to force pkg_delete on apache and then portinstall to > rebuild these modules, but same issue afterward. The php module loads > without error, but getting download prompts when trying to access php > pages. Not getting any help from messages or httpd-error logs and all > was working before I messed it up. > > My question is what I should try next to try and fix this issue. Should > I force pkg_delete and rebuild all php packages or ldap packages? Or > some other approach? > > Thanks for any help, Robert > > -- > Robert <robert@webtent.org> > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " freebsd-questions-unsubscribe@freebsd.org" hi, you probably need to replace php.ini ... 5.3 barfs with a 5.2 config file... not sure if the pkg thingy would wipe your config. waitman
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFuo_fxLPPkyXe8c=XfvMiO75XEvq5f=jio3_iyCqL=cz8kA1w>