When trying to bring up apache on a -74 build of the satellite: Starting httpd: Syntax error on line 43 of /etc/httpd/conf/rhnweb.conf: Invalid command 'ProxyPass', perhaps mis-spelled or defined by a module not included in the server configuration Comes from this line: ProxyPass /rpc/api http://localhost/rhn/rpc/api
Changed it to a rewrite rule: RewriteRule /rpc/api /rhn/rpc/api [PT]
Please add a testplan.
TEST PLAN ---------- 1) install a satellite 2) browse to satellite/rpc/api/ - verify you see the API documentation 3) on the satellite machine run the following: grep ProxyPass /etc/httpd/conf/rhnweb.conf | wc -l it will return 0 4) alson on the satellite very the following: grep RewriteRule /etc/httpd/conf/rhnweb.conf | grep api | wc -l it will return 1 5) restart httpd on the satellite box, the error mentioned in Comment #1 should not appear.
verified on -112 iso
moving to closed - currentrelease