Default install creates a file called 'httpsd.conf', however when attempting to start the service, it give the following error: fopen: No such file or directory httpsd: could not open document config file /usr/local/etc/apache/httpd.conf /usr/local/sbin/httpsdctl start: httpd could not be started Fix: mv /usr/local/etc/apache/httpsd.conf /usr/local/etc/apache/httpd.conf How-To-Repeat: cd /usr/ports/www/apache13-ssl/ ; make install Edit the file /usr/local/etc/apache/httpsd.conf as instructed from make install httpsdctl start
Responsible Changed From-To: freebsd-ports-bugs->dinoex I will take care of it.
State Changed From-To: open->closed httpsdctl start uses the right coniguration file. Fixed in apache+ssl-1.3.27.1.48