search for: reverseproxy

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

2007 Feb 22
1
OT(?): ReverseProxy and URLs
...'.) When accessing a Rails app directly via a port# (http://10.4.1.84:5222) things are fine, but not so when accessing via Apache (http://10.4.1.84/rss ). Presumably, in this case, it''s looking for the style sheet in the Apache webroot and failing. I''m fairly sure this is a ReverseProxy problem and also suspect it''s not uncommon. Before investigating too deeply, I wonder if some of you have already found solutions. The Apache httpd.conf VirtualHost directives are these: NameVirtualHost 10.4.1.84 <VirtualHost 10.4.1.84> RewriteEngine on RewriteRule ^/rss(...
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