I want to have a complicated web address <a href="http://sub.example.org:8080/redmine">http://sub.example.org:8080/redmine</a><br>be accessible at  <a href="http://sub.example.org/redmine">http://sub.example.org/redmine</a><br>
This should be a simple redirect.  <br>the following code is what I find at <a href="http://apache.org">apache.org</a> and is basically what I am seeing everywhere.<br><pre class="bbcodeblock" dir="ltr" style="margin:0px;padding:3px;border:1px inset;width:98%;height:66px;text-align:left;overflow:auto">
ProxyRequests     Off
ProxyPass /redmine <a href="http://127.0.0.1:8080/redmine">http://127.0.0.1:8080/redmine</a>
ProxyPassReverse /redmine <a href="http://127.0.0.1:8080/redmine">http://127.0.0.1:8080/redmine</a></pre>What it gives me when I type  <a href="http://sub.example.org/redmine">http://sub.example.org/redmine</a> in the address bar of a browser is <br>
 <a href="http://sub.example.org/redmine/:8080/redmine">http://sub.example.org/redmine/:8080/redmine</a><br>a broken nonexistent place.<br><br>I tried the code above in the virtual server and in the mod_proxy configuration and failed the same way with the code in either file.  At least the failure is consistent.<br>
/etc/apache2/sites-available/default <br>
/etc/apache2/mods-available/proxy.conf<br><br>I set the &quot;A&quot; record at the registrar (Network Solutions)  The base url &quot;<a href="http://example.org">example.org</a>&quot; points to a different ip address.<br>
This server hostname = REDMINE-01 has 2 web servers running.  One is the basic install apache2 listening at port 80, which I would like to be able to keep if possible.<br>The other server is a Bitnami installed system listening at port 8080.<br>
<br>1.) should I set the other web server to listen at both ports and turn off the apache2 server sitting on port 80?<br>2.) could this be a cname issue that I could adjust at the registrar&#39;s dns settings?<br>3.) is it really a different problem and I have been trying to fix the wrong problem for the last 11 hours?<br clear="all">
<br>-- <br>This Apt Has Super Cow Powers - <a href="http://sourcefreedom.com" target="_blank">http://sourcefreedom.com</a><br>Advancing Libraries Together - <a href="http://LYRASIS.org" target="_blank">http://LYRASIS.org</a><br>
<br>