Thanks Brian,<br>I thought it would end up being something simple.  <br>I got it to work as a simple redirect with <br>Redirect 301 / <a href="http://servername.org:8080/redmine">http://servername.org:8080/redmine</a><br>and that looks pretty smooth.<br>
<br>It cuts off using the port 80 site directly, but solves the main problem, which was getting access to redmine.<br><br>-Wolf<br><br><div class="gmail_quote">On Thu, Jan 19, 2012 at 10:37 AM, Brian Mathis <span dir="ltr">&lt;<a href="mailto:brian.mathis%2Bale@betteradmin.com">brian.mathis+ale@betteradmin.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This is not a problem with DNS, it&#39;s your apache config.  The URL in<br>
the ProxyPassReverse should be the URL that the web browser will be<br>
accessing; you have it set to the internal server.<br>
<br>
It should be something like this:<br>
<div class="im"><br>
    ProxyRequests     Off<br>
    ProxyPass /redmine <a href="http://127.0.0.1:8080/redmine" target="_blank">http://127.0.0.1:8080/redmine</a><br>
</div>    ProxyPassReverse /redmine <a href="http://your.web.site/redmine" target="_blank">http://your.web.site/redmine</a><br>
<br>
<br>
❧ Brian Mathis<br>
<div><div class="h5"><br>
<br>
<br>
On Wed, Jan 18, 2012 at 10:09 PM, Wolf Halton &lt;<a href="mailto:wolf.halton@gmail.com">wolf.halton@gmail.com</a>&gt; wrote:<br>
&gt; I want to have a complicated web address <a href="http://sub.example.org:8080/redmine" target="_blank">http://sub.example.org:8080/redmine</a><br>
&gt; be accessible at <a href="http://sub.example.org/redmine" target="_blank">http://sub.example.org/redmine</a><br>
&gt; This should be a simple redirect.<br>
&gt; the following code is what I find at <a href="http://apache.org" target="_blank">apache.org</a> and is basically what I am<br>
&gt; seeing everywhere.<br>
&gt;<br>
&gt; ProxyRequests     Off<br>
&gt; ProxyPass /redmine <a href="http://127.0.0.1:8080/redmine" target="_blank">http://127.0.0.1:8080/redmine</a><br>
&gt; ProxyPassReverse /redmine <a href="http://127.0.0.1:8080/redmine" target="_blank">http://127.0.0.1:8080/redmine</a><br>
&gt;<br>
&gt; What it gives me when I type <a href="http://sub.example.org/redmine" target="_blank">http://sub.example.org/redmine</a> in the address<br>
&gt; bar of a browser is<br>
&gt; <a href="http://sub.example.org/redmine/:8080/redmine" target="_blank">http://sub.example.org/redmine/:8080/redmine</a><br>
&gt; a broken nonexistent place.<br>
&gt;<br>
&gt; I tried the code above in the virtual server and in the mod_proxy<br>
&gt; configuration and failed the same way with the code in either file.  At<br>
&gt; least the failure is consistent.<br>
&gt; /etc/apache2/sites-available/default<br>
&gt; /etc/apache2/mods-available/proxy.conf<br>
&gt;<br>
&gt; I set the &quot;A&quot; record at the registrar (Network Solutions)  The base url<br>
&gt; &quot;<a href="http://example.org" target="_blank">example.org</a>&quot; points to a different ip address.<br>
&gt; This server hostname = REDMINE-01 has 2 web servers running.  One is the<br>
&gt; basic install apache2 listening at port 80, which I would like to be able to<br>
&gt; keep if possible.<br>
&gt; The other server is a Bitnami installed system listening at port 8080.<br>
&gt;<br>
&gt; 1.) should I set the other web server to listen at both ports and turn off<br>
&gt; the apache2 server sitting on port 80?<br>
&gt; 2.) could this be a cname issue that I could adjust at the registrar&#39;s dns<br>
&gt; settings?<br>
&gt; 3.) is it really a different problem and I have been trying to fix the wrong<br>
&gt; problem for the last 11 hours?<br>
&gt;<br>
&gt; --<br>
&gt; This Apt Has Super Cow Powers - <a href="http://sourcefreedom.com" target="_blank">http://sourcefreedom.com</a><br>
&gt; Advancing Libraries Together - <a href="http://LYRASIS.org" target="_blank">http://LYRASIS.org</a><br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Ale mailing list<br>
&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;<br>
<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</blockquote></div><br><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>