php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3522 Apache won't start with mod_ssl and mod_perl as DSO
Submitted: 2000-02-17 18:33 UTC Modified: 2000-05-15 17:39 UTC
From: hsodan at majur dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0.14 OS: Radhat 6.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: hsodan at majur dot com
New email:
PHP Version: OS:

 

 [2000-02-17 18:33 UTC] hsodan at majur dot com
I had mod_php as DSO installed and it worked fine. I added jserv as DSO and it also worked fine. Than I decided to merge a standalone secure server with standard apache by applying mod_ssl as DSO. Howewer mod_ssl instalation made parches to apache source and recompiled it. After that starting apache would complain on jserv and php modules not having DEAPI support compiled in. It also would not actualy start. After commenting php lines in httpd.conf apache started fine with jserv and ssl (still complaining on jserv lack on DEAPI support but running it fine). I recompiled mod_php with DEAPI support. After allowing DSO loading in httpd.conf apache would not complain on mod_php but would not start either. It seems this bug is very simmilar as 3478. My apache is 1.3.11 !
config line:
--with-apxs=/usr/local/apache_1.3.11/bin/apxs	--with-mysql --enable-rule=DEAPI

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-02-17 18:36 UTC] hsodan at majur dot com
there is a typoin short description, it is mod_php and not mod_perl !
 [2000-05-15 17:39 UTC] sas at cvs dot php dot net
This definitely works with recent versions of the involved software.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 11:01:31 2024 UTC