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"><<a href="mailto:brian.mathis%2Bale@betteradmin.com">brian.mathis+ale@betteradmin.com</a>></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'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 <<a href="mailto:wolf.halton@gmail.com">wolf.halton@gmail.com</a>> wrote:<br>
> 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>
> be accessible at <a href="http://sub.example.org/redmine" target="_blank">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" target="_blank">apache.org</a> and is basically what I am<br>
> seeing everywhere.<br>
><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>
> ProxyPassReverse /redmine <a href="http://127.0.0.1:8080/redmine" target="_blank">http://127.0.0.1:8080/redmine</a><br>
><br>
> 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>
> bar of a browser is<br>
> <a href="http://sub.example.org/redmine/:8080/redmine" target="_blank">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<br>
> configuration and failed the same way with the code in either file. At<br>
> least the failure is consistent.<br>
> /etc/apache2/sites-available/default<br>
> /etc/apache2/mods-available/proxy.conf<br>
><br>
> I set the "A" record at the registrar (Network Solutions) The base url<br>
> "<a href="http://example.org" target="_blank">example.org</a>" points to a different ip address.<br>
> This server hostname = REDMINE-01 has 2 web servers running. One is the<br>
> basic install apache2 listening at port 80, which I would like to be able to<br>
> 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<br>
> the apache2 server sitting on port 80?<br>
> 2.) could this be a cname issue that I could adjust at the registrar's dns<br>
> settings?<br>
> 3.) is it really a different problem and I have been trying to fix the wrong<br>
> problem for the last 11 hours?<br>
><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>
><br>
</div></div>> _______________________________________________<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>
><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>