search for: reverseproxi

Displaying 6 results from an estimated 6 matches for "reverseproxi".

Did you mean: reverseproxy
2007 Feb 22
1
OT(?): ReverseProxy and URLs
This could be OT. If so, just let me know and I apologize in advance. I mentioned in an earlier email that I have Mongrel setup as a proxy server behind Apache. Rails applications served by Mongrel do not find the CSS file and hence no styles are displayed. In fact, many of the actions are not found.The reason, I believe, is because the URLs for styles and actions typically follow this pattern:
2007 Feb 07
8
Apache+Mongrel Redirection Problems
Hi folks, Newbie issues...I''m prototying an Apache/Mongrel configuration setup as follows: * Two Mongrel servers each serving a Rails application. * Apache front-end. * Linux system (CentOS) * The plan is to create two virtual hosts. /ETC/HOSTS LOOKS LIKE THIS: # Do not remove the following line, or various programs # that require network functionality will fail. 127.0.0.1
2020 Jan 08
2
admin console
<div dir="auto">No I think you misunderstood me. The m3u file contains the URL with the port number in it, since as far as icecast knows that's is the URL. It doesn't (and can't) know that I want a different URL. It has http://foo.bar:8000/mountpoint but I want http://foo.bar/mountpoint<div><br></div><div>It's the wrong URL from my
2008 Jun 30
1
where is ProxyHTMLURLMap for C5 ?
Hello, I'm setting up a reverse proxy in Apache (httpd-2.2.3-11.el5_1.centos.3) I have some pages being served which contain hard-coded names of machines behind the proxy, which obviously do not resolve on the client side. I found an Apache config item called ProxyHTMLURLMap* which supposedly will allow me to re-write these hostnames, but can't seem to find the apache module to install
2006 Aug 02
15
Rails in a Windows World
I work at an organization that is very wrapped up in Microsoft products. I am trying to get a test application put in however I''m not sure what to do about the infratstructure. If it were up to me we would put in MySQL and Apache or Lighty, however its not up to me. The easiest way to get an application into production at our company would be to use the existing MS SQL server and IIS
2006 Mar 21
8
Redirect without port number?
On my host I run my lighttpd instance bound to a specific port and my hostname is mapped to this port (I''m not exactly sure how this is accomplished, but it is lighttpd also listening on port 80 which handles this for me I believe). A redirect from rails includes my local port number in the request, so that it shows up in the address bar. I prefer people not to see this - I