
Hi, You can simply bypass your with "ProxyPass ... !": In my setup I bypass /ovirt-monitoring, which resides in /data/www: # vi ovirt-engine.conf <snip> ProxyPass /ovirt-monitoring ! ProxyPass / ajp://localhost:8702/ retry=5 timeout=3600 # vi ovirt-monitoring.conf Alias /ovirt-monitoring /data/www/ovirt-monitoring <Directory /data/www/ovirt-monitoring/> Options -Indexes +FollowSymLinks AllowOverride Options Require all granted </Directory> Best Regards, René On Tue, 2013-02-05 at 13:34 +0000, J, Satheesh wrote:
Hi ,
I have added a custom Tab to WebAdmin portal and want to display a html file in this Custom tab.
I find that there is usage of “ProxyPass / ajp://localhost:8702/” within /etc/httpd/conf.d” ,which redirects whatever request which
comes to server back to the engine-service which listens to port 8702.
This prevents me from showing a html file placed in /var/www/html,which is run on Apache server.
Every request is reverted back to oVirt main page.
How do I succeed to display html file then?
Is there a way to bypass this proxy whenever required?
Thanks and Regards
Satheesh J
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users