Description of problem: Apache server configurator, when adding multiple listening ports, the output string httpd.conf file -> Listen *.80 *.xxx where xxx another port. Apache don't like it. Need to have Listen *.80 <newline> Listen *.xxx Version-Release number of selected component (if applicable): 8.0 patched all to latest releases, clean install. How reproducible: always Steps to Reproduce: 1.goto "server settings" + "http server" from redhat start menu 2.add a new port, in additon to the standard port 80 3.save the file 4.bounce httpd -> go to /etc/init.d/httpd restart Actual results: http crashes <snippit start> Starting httpd: Syntax error on line 146 of /etc/httpd/conf/httpd.conf: Listen takes one argument, A port number or a numeric IP address and a port number [FAILED] <snippit end> Expected results: Well I suppose it should say [OK] instead of [FAILED] Additional info: Happy New Year!
*** This bug has been marked as a duplicate of 75210 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.