On Mon, Jan 09, 2012 at 09:25:05AM -0500, [email protected] wrote: > I have a new installation of SpaceWalk running on Fedora 16 connected to > Oracle Express backend. > > > > Installation and configuration completed without issues. However when > going to the mail page https://spacewalk I receive an error 404. > > > > The httpd error_log is clean > > > > The ssl_error_log: > > [Mon Jan 09 08:59:46 2012] [error] [client xxx.xxx.xxx.xxx] File does > not exist: /var/www/html/rhn > > [Mon Jan 09 08:59:53 2012] [error] [client xxx.xxx.xxx.xxx] File does > not exist: /var/www/html/rhn, referer: https://spacewalk/rhn/Login.do > > [Mon Jan 09 09:00:04 2012] [error] [client xxx.xxx.xxx.xxx] File does > not exist: /var/www/html/rhn > > > > /var/www/html/rhn does not exist on file system. Config file issue > somewhere???
Yes, zz-spacewalk-www.conf should contain RewriteRule ^/rhn(.*) ajp://localhost:8009/rhn$1 [P] which should handle the request by proxying it to tomcat. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat _______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
