You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Ben Kosse <bk...@were-wolf.net> on 2000/03/20 21:45:42 UTC

general/5907: Apache gracefully shuts down using specific mods.

>Number:         5907
>Category:       general
>Synopsis:       Apache gracefully shuts down using specific mods.
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Mon Mar 20 12:50:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     bkosse@were-wolf.net
>Release:        1.3.12
>Organization:
apache
>Environment:
Linux wyrmslayer.were-wolf 2.2.12-20 #1 Mon Sep 27 10:25:54 EDT 1999 i586 unknown
Red Hat 6.1, using all defaults. Problem present in Apache 1.3.9 and 1.3.11 as well.
>Description:
Using the POSIX, Net::SMTPD, and/or Mysql mod_perl modules, or using PHP with 
MySQL 3.22.30 causes Apache to shutdown on startup. Removing those modules 
allows Apache to start. Using MySQL 3.20 with PHP also allows Apache to start.

Currently, I am using Apache 1.3.6 because that version works with this config.
>How-To-Repeat:
Install Apache, mod_perl, mod_ssl, MySQL 3.22.30, pull down the latest CPAN 
modules (perl -MCPAN -e 'install Bundle::CPAN') and the latest MySQL modules
(perl -MCPAN -e 'install Bundle::DBD::mysql') and use this config:

PerlFreshRestart On
PerlSendHeader   Off
PerlModule       Apache::Registry
PerlModule       Mysql
PerlModule       POSIX
PerlModule       CGI
PerlModule       Net::SMTP

<Location /perl-status>
   SetHandler    perl-script
   PerlHandler   Apache::Status
   Order deny,allow
   Deny from all
   Allow from .linif.org
</Location>
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]