Re: I think AuthCookie(DBI) is causing segfaults?
Tuomo Salo <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Nov 11, 2010 at 12:58:23AM +0100, Tosh Cooey wrote: > Maybe Apache MPM prefork? How can I tell? Running httpd with the -l (ell) command line option will print a list of module names. If you see "prefork.c", you are using prefork, and if you see "worker.c", you are using the threaded MPM. -Tuomo