Start by finding your ####-plexms.conf file in /etc/httpd/conf.d/ Open this file up in a text editor like vi or nano and remove (or comment out) the following two lines: 
 ProxyPass / <nowiki>http://hda:32400/manageweb/</nowiki> ProxyPassReverse / <nowiki>http://hda:32400/manageweb/</nowiki>
<u>Option 1</u><br />
 RewriteEngine On
 RewriteCond %{SERVER_PORT} 80
 RewriteRule (.*) <nowiki>http://%{HTTP_HOST}:32400/manageweb/</nowiki> [R,L]
:After completing the changes, restart httpd
 <html>
 <head><meta http-equiv="refresh" content="0; url=<nowiki>http://hda:32400/manageweb/</nowiki>" />
 </head>
 <body></body></hmtl>