Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Sep 2007 20:27:39 -0400
From:      Tim Kellers <timothyk@wallnet.com>
To:        questions@freebsd.org
Subject:   Apache 2.0.61 and SSL start
Message-ID:  <46E48F7B.1080001@wallnet.com>

next in thread | raw e-mail | index | archive | help
I portupgraded my apache 2.0.59 to 61 today with no errors, but on 
restart, SSL wasn't loaded.

/usr/local/etc/rc.d/apache2 start  starts the server (I have  
apache2enable="YES" in /etc/rc.conf), but ssl isn't loaded.

 apachectl -k start -DSSL prompts me for my sslcert passphrase, and, 
after I enter it, allows https access on port 443.

When started with /usr/local/etc/rc.d/apache2

www# ps -waux | grep http

root     61279  6.3  6.3 25624 15928  ??  Ss    8:23PM   0:00.80 
/usr/local/sbin/httpd
www      61280  0.0  6.3 25624 15944  ??  S     8:23PM   0:00.00 
/usr/local/sbin/httpd
www      61281  0.0  6.3 25624 15944  ??  S     8:23PM   0:00.01 
/usr/local/sbin/httpd
www      61282  0.0  6.3 25624 15944  ??  S     8:23PM   0:00.00 
/usr/local/sbin/httpd
www      61283  0.0  6.3 25624 15944  ??  S     8:23PM   0:00.00 
/usr/local/sbin/httpd
www      61284  0.0  6.3 25624 15944  ??  S     8:23PM   0:00.00 
/usr/local/sbin/httpd
root     61286  0.0  0.1   372   216  p2  R+    8:23PM   0:00.00 grep http

When started with apachectl -k start -DSSL

www# ps -waux | grep http
root     61310 12.1  6.4 25868 16304  ??  Ss    8:25PM   0:01.00 
/usr/local/sbin/httpd -k start -DSSL
www      61311  0.0  6.4 25868 16312  ??  S     8:25PM   0:00.01 
/usr/local/sbin/httpd -k start -DSSL
www      61312  0.0  6.4 25868 16312  ??  S     8:25PM   0:00.00 
/usr/local/sbin/httpd -k start -DSSL
www      61313  0.0  6.4 25868 16312  ??  S     8:25PM   0:00.00 
/usr/local/sbin/httpd -k start -DSSL
www      61314  0.0  6.4 25868 16312  ??  S     8:25PM   0:00.00 
/usr/local/sbin/httpd -k start -DSSL
www      61315  0.0  6.4 25868 16312  ??  S     8:25PM   0:00.00 
/usr/local/sbin/httpd -k start -DSSL
root     61317  0.0  0.1   372   216  p2  R+    8:25PM   0:00.00 grep http

Any ideas where I am going wrong?

Tim Kellers







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46E48F7B.1080001>