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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"