My rc.conf file reads as follows:
sshd_enable="YES"
mysql_enable="YES"
apache22_enable="YES"
apache22_flags="-DSSL"
proftpd_enable="YES"
postfix_enable="YES"
Apache starts with port 443 but not port 80. Nothing in the error logs. if i start it from /usr/local/etc/rc.d it works by running "apache22 restart"
sshd_enable="YES"
mysql_enable="YES"
apache22_enable="YES"
apache22_flags="-DSSL"
proftpd_enable="YES"
postfix_enable="YES"
Apache starts with port 443 but not port 80. Nothing in the error logs. if i start it from /usr/local/etc/rc.d it works by running "apache22 restart"