From Bugzilla Helper: User-Agent: Mozilla/4.77 [en] (Win95; U) Description of problem: Using the main tab of Apache Configuration graphic utility to add to available addresses results in added addresses all on one line after one "listen". Apache wants a separate listen for each address. Here's a bit of the resulting httpd.conf: Listen *.80 *:443 This should be something like Listen *:80 Listen *.443 or Listen 80 Listen 443 Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. From main tab of Apache Config utility, hit add 2. Either put a * in address or choose Listen to all addresses 3. Put 443 in port. 4. Restart httpd and see error message. 5. Look at httpd.conf and see two addresses or ports after Listen Actual Results: Apache would not start due to error in httpd.conf generated by graphical configuration utility Expected Results: It should have not made the error (should have put in a separate listen line for each address or port) Additional info:
OK, fixed in CVS, rawhide package will be available soon. Read ya, Phil