Bug 66936

Summary: apache startup fails after install
Product: Red Hat Satellite 5 Reporter: Ben Levenson <benl>
Component: ServerAssignee: Adrian Likins <alikins>
Status: CLOSED CURRENTRELEASE QA Contact: Fanny Augustin <fmoquete>
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: cturner, gafton, gdk, mihai.ibanescu, pjones
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-06-21 15:22:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ben Levenson 2002-06-18 20:33:35 UTC
Description of Problem:
# service httpd start
Starting httpd: Syntax error on line 47 of /etc/httpd/conf/rhnweb.conf:
PerlSetVar takes two arguments, Perl config var and value
                                                           [FAILED]

from /etc/httpd/conf/rhnweb.conf:
<snip>
42 PerlSetVar session_secret_1 cb0f20e5b7274b0d89bf1815456da2b1
43 PerlSetVar session_secret_2 33b92c91b7586ec43f254df550535d74
44 PerlSetVar session_secret_3 46f2b50366b174c7767e7cc1eb700ed7
45 PerlSetVar session_secret_4 fe3a445dd3e0331d7ddd2ba03df7c024
46
47 PerlSetVar db_tz_offset
48
49 <Files *.pxt>
50   SetHandler perl-script
51   PerlHandler PXT::ApacheHandler
52 </Files>
<snip>

Steps to Reproduce:
1. install and configure satellite
2. try to (re)start apache

Actual Results:
apache start fails with the error listed above.

Additional Information:
httpd will start if I comment out line 47.

Comment 1 Adrian Likins 2002-06-20 18:22:24 UTC
chip?

thats the config file deployed by satcon-deploy I belive. Looks
like it is getting generated incorrectly.

Comment 2 Josef Komenda 2002-06-25 15:58:04 UTC
Apache starts correctly on latest version of installer. Closing.