DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7798>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7798

apachectl stop leaves processes running on OpenBSD 3.0

           Summary: apachectl stop leaves processes running on OpenBSD 3.0
           Product: Apache httpd-2.0
           Version: 2.0.32
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: [EMAIL PROTECTED]


I currently run Apache 1.3.24 without problems.

I compiled Apache 2.0.35 on OpenBSD 3.0, configured with these options:
# ./configure  --enable-module=ssl --enable-module=auth_db --enable-
module=proxy --enable-module=speling --enable-module=status --e
nable-module=rewrite
#

It compiled and installed without error.

I modified the default configs to point to my existing htdocs and cgi-bins,
but using the default server root, to avoid conflict with the existing
server.  I shut down the existing server and started up Apache 2 with
"apachectl startssl".

This created a bunch of processes running with "-DSSL", but nothing listening
on port 443.  The appropriate SSL logs did not appear in the log dir.  Going to 
the main non-SSL page led to a 403 error, even though permissions are set 
correctly and the server is running as user www group www, same as with 
previous Apache.  The server did not listen on port 443.

Attempting to abort with "apachectl stop" leaves all of the httpd processes 
still running.

Reply via email to