php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18948 Apache fails to start, ssl cert error?
Submitted: 2002-08-16 16:43 UTC Modified: 2002-08-16 19:16 UTC
From: shena at darklock dot com Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.2.2 OS: Cobalt RAQ3i
Private report: No CVE-ID: None
 [2002-08-16 16:43 UTC] shena at darklock dot com
When compiling php 4.2.2 with the lines:

./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/sbin/apxs --enable-versioning --with-gettext --enable-safe-mode --with-openssl --with-ttf --with-zlib --enable-debugger --enable-ftp --with-xml --enable-inline-optimization --with-bz2 --with-dom --with-gdbm --with-regex=system --enable-magic-quotes --enable-sockets --enable-track-vars

doing a make, make install etc, on apache 1.3.6 I get this error from apache when trying to start it:

Setting up Web Service: Site home has invalid certificate: 4999 ssl_cant_files_missing /usr/sbin/httpd

Then, apache fails to start.

If I remove the module from httpd.conf and restart apache, it works fine, although I still get the error. 

If I recompile php without gettext it will work fine with apache.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-16 17:27 UTC] tal@php.net
It seems like an apache bug. If you can prove it's not, re-open the report and give us some proof, young man!

-Tal
 [2002-08-16 18:06 UTC] shena at darklock dot com
Man? ;) 

It may be an SSL/Apache/PHP interaction error. I actually managed to still get the error even when I took out "gettext". I had to completely disable OpenSSL and compile PHP without SSL in order to run apache+php together. (sigh)
 [2002-08-16 19:16 UTC] sniper@php.net
Update your apache.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 14:01:30 2024 UTC