You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Andrea Riela <ml...@nesys.it> on 2003/11/29 17:06:16 UTC

[users@httpd] Problem with 1.3.27

Hi folks,

I've problem with my apache server (1.3.27) and ssl support.
My system: OpenBSD 3.3 with OpenSSL
observe# httpd -v
Server version: Apache/1.3.27 (Unix)
Server built:   Nov 12 2003 17:12:08

If I use -u in rc.conf and apachectl, I haven't problems, but if I add -DSSL
for ssl support, the apache server couldn't restart.

My rc.conf:
# use -u to disable chroot, see httpd(8)
httpd_flags="-u -DSSL"  # for normal use: "" (or "-DSSL" after reading
ssl(8))

My apachectl:
# the path to your PID file
PIDFILE=/var/www/logs/httpd.pid
#
# the path to your httpd binary, including options if necessary
HTTPD="/usr/sbin/httpd -u -DSSL" # <...>

In my error_log:
[Sat Nov 29 15:43:56 2003] [notice] caught SIGTERM, shutting down [Sat Nov
29 15:44:54 2003] [crit] (48)Address already in use: make_sock: could not
bind to port 80 [Sat Nov 29 15:45:18 2003] [crit] (48)Address already in
use: make_sock: could not bind to port 80 [Sat Nov 29 15:45:27 2003] [crit]
(48)Address already in use: make_sock: could not bind to port 80 [Sat Nov 29
15:45:46 2003] [crit] (48)Address already in use: make_sock: could not bind
to port 80

The problem is the PID file, I think. Is a bug, but I don't understand how
could I patch that.
Could you give me an advice?
Thanks for all
Regards
Andrea


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org