Bug 76468 - Main screen of Apache Configuration utility "add addresses" puts more than one address as parameter for listen causing Apache to not start
Summary: Main screen of Apache Configuration utility "add addresses" puts more than on...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: redhat-config-httpd
Version: 8.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Phil Knirsch
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-10-22 05:04 UTC by Harold Hallikainen
Modified: 2015-03-05 01:11 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2003-02-06 16:11:51 UTC
Embargoed:


Attachments (Terms of Use)

Description Harold Hallikainen 2002-10-22 05:04:32 UTC
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:

Comment 1 Phil Knirsch 2003-02-06 16:11:51 UTC
OK, fixed in CVS, rawhide package will be available soon.

Read ya, Phil


Note You need to log in before you can comment on or make changes to this bug.