Bug 36361 - apache13-ssl installs 'httpsd.conf' and looks for 'httpd.conf' when 'httpsdcfg start' is issued
Summary: apache13-ssl installs 'httpsd.conf' and looks for 'httpd.conf' when 'httpsdcf...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-27 07:10 UTC by Ryan
Modified: 2003-01-27 16:44 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan 2002-03-27 07:10:01 UTC
      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
Comment 1 Dirk Meyer freebsd_committer freebsd_triage 2003-01-27 16:42:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

I will take care of it.
Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2003-01-27 16:43:09 UTC
State Changed
From-To: open->closed

httpsdctl start uses the right coniguration file. 
Fixed in apache+ssl-1.3.27.1.48