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.
chip? thats the config file deployed by satcon-deploy I belive. Looks like it is getting generated incorrectly.
Apache starts correctly on latest version of installer. Closing.