Re: [users@httpd] Apache won't start, strace output enclosed

2014-01-17 Thread Yehuda Katz
SSLCACertificateFile is only for client certificate authentication. Are you trying to use that? If not, removing that line should solve that particular error. If you do want to use client certificate auth, then there is probably some other problem with your certificate. - Y On Fri, Jan 17, 2014

Re: [users@httpd] Apache won't start, strace output enclosed

2014-01-17 Thread David Benfell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 01/16/2014 11:46 PM, Mathijs Schmittmann wrote: > - Original Message - Hi all, > > Ack! > > This is apache 2.2.25 compiled from source but on a CentOS 6.5 > system. Notably, I included all modules in the build. > >> You might want to s

Re: [users@httpd] Apache won't start, strace output enclosed

2014-01-16 Thread Mathijs Schmittmann
- Original Message - > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Hi all, > > Ack! > > This is apache 2.2.25 compiled from source but on a CentOS 6.5 system. > Notably, I included all modules in the build. You might want to start to build with a minimal set of modules, to exc

[users@httpd] Apache won't start, strace output enclosed

2014-01-16 Thread David Benfell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi all, Ack! This is apache 2.2.25 compiled from source but on a CentOS 6.5 system. Notably, I included all modules in the build. I was trying to add a subdomain, ran into memory allocation problems and so tweaked the settings accordingly. Here ar