Re: [users@httpd] Apache FTP Proxy

2012-04-30 Thread Rainer Frey
On 27.04.2012, at 20:04, Andy Carlson wrote: I currently have an apache reverse proxy server that I am using in front of a number of web servers that are setup as VirtualHost’s on the proxy. I want to setup an FTP proxy (using different VirtualHost definitions, if necessary) to proxy FTP

Re: [users@httpd] mod_proxy ProxyPassReverse incorrectly adjusting Location header in redirect?

2012-04-12 Thread Rainer Frey
Hi, I don't know the solution out of my head, but maybe pointing out what goes wrong helps you already. On 11.04.2012, at 18:11, Charlie Katz wrote: Hi, as an interim solution in an internal reorganization of server resources, I want to use mod_proxy as a reverse proxy to move the entire

Re: [users@httpd] mod_proxy ProxyPassReverse incorrectly adjusting Location header in redirect?

2012-04-12 Thread Rainer Frey
On 12.04.2012, at 07:57, Igor Cicimov wrote: Where did you get the idea that you can mix protocols in the reverse proxy commands from? This makes sense: ProxyPass / http://internal.example.com/ ProxyPassReverse / http://internal.example.com/ This doesn't: ProxyPass /

Re: [users@httpd] mod_proxy ProxyPassReverse incorrectly adjusting Location header in redirect?

2012-04-12 Thread Rainer Frey
On 12.04.2012, at 09:17, Igor Cicimov wrote: On Thu, Apr 12, 2012 at 4:32 PM, Rainer Frey rainer.f...@inxmail.de wrote: Where did you get the idea that you can mix protocols in the reverse proxy commands from? This doesn't [make sense]: ProxyPass / https://internal.example.com

Re: [users@httpd] NameVirtualHost has no VirtualHosts

2012-04-10 Thread Rainer Frey
On 10.04.2012, at 09:12, Luc Saffre wrote: Hi, I keep getting a NameVirtualHost *:80 has no VirtualHosts warning with the configuration below. Apache version 2.2.16. Please help me by giving your opinion about what might be wrong! Content of /etc/apache2/sites-available/default 2 ideas:

Re: [users@httpd] Rewrite Rule

2012-03-05 Thread Rainer Frey
On 02.03.2012, at 15:59, Vivek Nambiar wrote: http://servername:port/myapp then it should redirect itself to https://servername:SSLport/myapp. I have added the following rewrite condition and rule in my httpd.conf file RewriteCond %{SERVER_PORT} PORT RewriteRule ^/(.*)$

Re: [users@httpd] apache setup questions

2011-11-24 Thread Rainer Frey
with support for PHPs own fcgi process management. Rainer Frey - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: users

Re: [users@httpd] Re: Syntax to replace Diffie-Hellman with RSA encryption

2011-06-20 Thread Rainer Frey
On 19.06.2011, at 23:00, DW wrote: sunhux G wrote: After making changes to httpd.conf, can I just issue 1) kill -HUP httpd_instance_pid for the change to take effect or 2) service httpd reload or 3) service httpd restart Select one or more of the above correct options Before you

Re: [users@httpd] Newbie

2011-02-24 Thread Rainer Frey
On Thursday 24 February 2011 21:55:17 Arthur P Pesa wrote: When I was using my MAC to run Apache, I installed the full version of Apache since my MAC had a light version of httpd. Stop spreading FUD (at least if you mean a Mac computer with one of last 3 or 4 major versions of OS X by MAC).

[us...@httpd] proxy: prefetch request body failed

2010-11-26 Thread Rainer Frey
Hi, I'm using a Web Service on Tomcat 6.0.29, with Hessian as protocol (hessian.caucho.com) via Apache as reverse proxy. One request with a probably large response failed with HTTP 413. I don't find this error code in the access log though, and the only error in Apache error log about that

Re: [us...@httpd] proxy_balancer | stickysession

2010-09-30 Thread Rainer Frey
On Thursday 30 September 2010 09:54:11 King Holger (CI/AFP2) wrote: Not only top posting, but also no quoting characters. Please fix that! Hi Thomas, I had to disappoint you, because the relevant excerpt of the Tomcat configuration below shows jvmRoute setup properly on EACH Tomcat

[us...@httpd] httxt2dbm - DB file not completely rewritten

2010-04-01 Thread Rainer Frey
I use DBM rewrite maps (apache 2.2.9 - package 2.2.9-10+lenny6) on debian 5 with BerkeleyDB 4.6 (package 4.6.21-11). I generate the DB files with makefiles that call httxt2dbm on potentially already existing DB files. When entries are added to the source files, it works fine. But when entries

[us...@httpd] How does ProxyPassReverse work?

2010-02-04 Thread Rainer Frey
Hi, I don't really understand the ProxyPassReverse directive, esp. the url parameter. What exactly is the url matched against, in order for the rewrite to work? The doc says: | path is the name of a local virtual path. url is a partial URL for the remote | server - the same way they are used

[us...@httpd] Simplifying rewrite rules

2010-01-27 Thread Rainer Frey
Hi, I'm implementing two reverse proxies reverse proxy in front of two application server farms in different data centers, where each customer has one specific target server. The rewrite rules below are working, but might do several external redirects, which I'd like to reduce if possible.

[us...@httpd] High availability architecture for Apache reverse proxy

2010-01-12 Thread Rainer Frey
software that would run on each Apache node without need for additional hardware? Or do you have any other comments/advice regarding this problem? Thanks Rainer Frey - The official User-To-User support forum of the Apache HTTP

Re: [us...@httpd] Download single source file without line numbers

2009-10-28 Thread Rainer Frey
On Wednesday 28 October 2009 00:31:44 Eric Covener wrote: On Tue, Oct 27, 2009 at 7:17 PM, Ryan Watkins rwat...@us.ibm.com wrote: Is there a way to download a single source file from the Apache-SVN without getting the line numbers on the left? I think you'll have to use an SVN client,

Re: [us...@httpd] Low priced certificate?

2009-07-24 Thread Rainer Frey
On Wednesday 22 July 2009 01:45:50 Mike -- EMAIL IGNORED wrote: I am thinking of securing part of my low volume web site with SSL. I wend to some certificate authorities, and I was blown away by the prices. Are there that are both cheap and widely recognized? Thanks for your help. Mike.

Re: [us...@httpd] dynamic/mass virtual hosts with www.* alias and localhost...

2009-05-06 Thread Rainer Frey
Hi, actually your description of you want to achieve, and what already works is a bit confusing. Do you want to serve the dynamic hosts only, or do you have an additional default site? More comments inline. On Wednesday 06 May 2009 04:04:39 wayne wrote: enable mass/dynamic virtual hosts,