Re: Apache
- From: Matthew Seaman <m.seaman@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 07 Mar 2006 09:28:36 +0000
Pgold wrote:
Hi guys, i'm trying to start apache using: apachectl start. But apache
simply won't start, configurations files seems ok. If I try httpd -X i
receive a Segmentation fault(core dumped).
Anyone know what this could be? Nor help debugging the core output?
segfaults on apache startup are usually due to loading DSO modules either
linked against a different set of shlibs or to a DSO that assumes threading
when the base apache doesn't (or vice versa).
You should try a binary search amongst the modules you load into apache to
see if you can isolate the one that is triggering the problem. (You can pretty
much assume that any DSOs installed from the same package as the base apache
will be OK)
Another thing to try is to make sure that all the apache related stuff is either
installed from packages downloaded from the FTP servers or locally compiled from
ports. That includes any PHP modules. While a mixture of the two *should* work,
it is possible to end up for example with different modules linked against different
versions of OpenSSL libs quite easily.
Cheers,
Matthew
--
Dr Matthew J Seaman MA, D.Phil. Flat 3
7 Priory Courtyard
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
Kent, CT11 9PW, UK
Attachment:
signature.asc
Description: OpenPGP digital signature
- References:
- Apache
- From: Pgold
- Apache
- Prev by Date: Authentication with auto replication
- Next by Date: Canon Pixma photo printers and Codehost brightq
- Previous by thread: Re: Apache
- Next by thread: Apache
- Index(es):
Relevant Pages
|
|