[EMAIL PROTECTED] Re: ProxyPass and POST Requests

2008-11-04 Thread Volkan YAZICI
On Tue, 04 Nov 2008, Volkan YAZICI <[EMAIL PROTECTED]> writes: > The other side of the redirection (192.168.1.{3,4}) is handled by > Apache Tomcat servers. When one issues a POST request, Apache > (192.168.1.2) complains that: > > Proxy Error > > The proxy server received an invalid response fr

[EMAIL PROTECTED] httpd 2.2.10 mod_proxy bug?

2008-11-04 Thread David Multer
I just installed the latest 2.2.10 version of Apache web server and noticed it's broken my Tomcat+Hudson setup. I've confirmed that falling back to 2.2.9 eliminates the problem. I suppose it could be an issue in my config that was only uncovered with the latest version, but for now I'll ass

Re: [EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-04 Thread Robert T Wyatt
Hi Frank, I'm not trying to be dense or contentious; I don't understand why this is working with all browsers except Safari. I do understand that it shouldn't work at all since I've now found: http://httpd.apache.org/docs/2.2/misc/rewriteguide.html "The Apache kernels URL escape function also

Re: [us...@httpd] reverse proxy question

2008-11-04 Thread Abhi
I apologise. Thanks Krist and Tom. It is working like a charm now. Can someone please tell me or point me to some literature as to why the proxy pass did not work with the rule I specified? On Tue, Nov 4, 2008 at 10:34 PM, Tom Evans <[EMAIL PROTECTED]> wrote: > On Tue, 2008-11-04 at 22:03 +0530

Re: [EMAIL PROTECTED] Re: mod_rewrite rule

2008-11-04 Thread Eric Covener
On Tue, Nov 4, 2008 at 8:59 PM, Seb <[EMAIL PROTECTED]> wrote: > On Tue, 4 Nov 2008 20:49:39 -0500, > "Eric Covener" <[EMAIL PROTECTED]> wrote: > >> On Tue, Nov 4, 2008 at 8:35 PM, Seb <[EMAIL PROTECTED]> wrote: >>> On Tue, 4 Nov 2008 20:21:39 -0500, >>> "Eric Covener" <[EMAIL PROTECTED]> wrote: >>

[EMAIL PROTECTED] Re: mod_rewrite rule

2008-11-04 Thread Seb
On Tue, 4 Nov 2008 20:49:39 -0500, "Eric Covener" <[EMAIL PROTECTED]> wrote: > On Tue, Nov 4, 2008 at 8:35 PM, Seb <[EMAIL PROTECTED]> wrote: >> On Tue, 4 Nov 2008 20:21:39 -0500, >> "Eric Covener" <[EMAIL PROTECTED]> wrote: >> and my user needs to have a directory Path/ have a lower case URI (as

Re: [EMAIL PROTECTED] Re: mod_rewrite rule

2008-11-04 Thread Eric Covener
On Tue, Nov 4, 2008 at 8:35 PM, Seb <[EMAIL PROTECTED]> wrote: > On Tue, 4 Nov 2008 20:21:39 -0500, > "Eric Covener" <[EMAIL PROTECTED]> wrote: > and my user needs to have a directory Path/ have a lower case URI (as > http://some.host.com/~user/path). With the rule I tried: > RewriteRule ^path(.

[EMAIL PROTECTED] Re: mod_rewrite rule

2008-11-04 Thread Seb
On Tue, 4 Nov 2008 20:21:39 -0500, "Eric Covener" <[EMAIL PROTECTED]> wrote: [...] > What does it do? Can you enable the RewriteLog? Do you have > RewriteEngine on? Are your htaccess files being read (AllowOverride > none) Yes, the .htaccess file at the top of the user public directory works r

Re: [us...@httpd] SSL Proxy

2008-11-04 Thread Eric Covener
On Tue, Nov 4, 2008 at 1:02 PM, Florian Lindner <[EMAIL PROTECTED]> wrote: > RewriteRule ^(.*)$ http://target.com/$1 [P,L] > > There raises the problem that the application on target.com perfoms an > redirection to /foo/bar/ (mind the first slash) with proxy that makes > example.org/foo/bar/ which

Re: [EMAIL PROTECTED] mod_rewrite rule

2008-11-04 Thread Eric Covener
On Tue, Nov 4, 2008 at 4:16 PM, Seb <[EMAIL PROTECTED]> wrote: > Hi, > > I'm having trouble specifying a seemingly very simple rewrite rule in > .htaccess, where I simply want to redirect from say > http://some.host.com/path to http://some.host.com/Path, and any > subdirectories of course. I thoug

Re: [EMAIL PROTECTED] LDAP group limits?

2008-11-04 Thread Eric Covener
On Tue, Nov 4, 2008 at 1:25 PM, Tony Rice (trice) <[EMAIL PROTECTED]> wrote: > Are there any limits to the number of groups the LDAP module can handle > a particular user being a member of? When you "require ldap-group foo", it searches for the user in group foo. I don't think other groups should

[EMAIL PROTECTED] Re: High "sending reply" count, server stops responding

2008-11-04 Thread Jason Cox
Bump On Thu, Oct 23, 2008 at 6:10 PM, Jason Cox <[EMAIL PROTECTED]> wrote: > I am seeing this issue on my web servers. It all started a couple of > weeks ago. I looked at my change logs and see no changes that would > correlate to this happening. > So this is what happens. A process reaches th

Re: [EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-04 Thread Frank Gingras
Robert, "May be"? I told you now three times that it cannot be captured. Were you listening to me? Robert T Wyatt wrote: Well, here's the example: http://www.utexas.edu/student/registrar/schedules/092/regrules/all.html#acc Try this with several browsers and you'll find that it only fails

Re: [EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-04 Thread Robert T Wyatt
Well, here's the example: http://www.utexas.edu/student/registrar/schedules/092/regrules/all.html#acc Try this with several browsers and you'll find that it only fails to pass the anchor on Safari Anyhow, I'm afraid that I am trying to capture the anchor and pass it through to the redirec

Re: [EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-04 Thread Frank Gingras
Robert, You CAN enter the URL directly in a browser, and the page 'should' scroll down to the anchor (). A sample URL would be: http://hostname/foo#bar. Now, a rule is allowed to redirect to an anchor. It simply cannot match or capture it. To address your issue with Safari, I have several

Re: [EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-04 Thread Robert T Wyatt
Thanks Frank, What I'm hearing is that the redirection is using a RegEx and that the hash character cannot be a player. Furthermore, the fact that this works on most browsers (but fails on Safari) is due to them being not strictly compliant. Is that about it? Thanks, Robert Frank Gingras wrote:

Re: [EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-04 Thread Frank Gingras
Hello Robert, Actually, the # in the URI indicates an anchor, not a comment. They cannot be matched on, nor captured. Frank Robert T Wyatt wrote: All, I'll bet this has been answered, but I haven't found it yet. Please feel free to point me at the answer if you know where it is. We are try

[EMAIL PROTECTED] failure notice

2008-11-04 Thread Robert T Wyatt
All, I'll bet this has been answered, but I haven't found it yet. Please feel free to point me at the answer if you know where it is. We are trying to redirect users from URLs of the form: http://www.utexas.edu/student/registrar/schedules/092/regrules/all.html#acc to URLs of the form: http://reg

[EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-04 Thread Robert T Wyatt
All, I'll bet this has been answered, but I haven't found it yet. Please feel free to point me at the answer if you know where it is. We are trying to redirect users from URLs of the form: http://www.utexas.edu/student/registrar/schedules/092/regrules/all.html#acc to URLs of the form: http://reg

[EMAIL PROTECTED] Re: mod_rewrite rule

2008-11-04 Thread Seb
On Tue, 04 Nov 2008 15:16:47 -0600, Seb <[EMAIL PROTECTED]> wrote: > Hi, I'm having trouble specifying a seemingly very simple rewrite rule > in .htaccess, where I simply want to redirect from say > http://some.host.com/path to http://some.host.com/Path, and any > subdirectories of course. I thou

[EMAIL PROTECTED] mod_rewrite rule

2008-11-04 Thread Seb
Hi, I'm having trouble specifying a seemingly very simple rewrite rule in .htaccess, where I simply want to redirect from say http://some.host.com/path to http://some.host.com/Path, and any subdirectories of course. I thought this would do it: RewriteRule ^path(.*)$ /Path$1 [last] but it doe

[EMAIL PROTECTED] ApacheCon live video streaming available; keynotes and Apache 101 are free

2008-11-04 Thread William A. Rowe, Jr.
Can't make ApacheCon this week in New Orleans? You can still watch all the keynotes, Apache 101 sessions, and system administration track in live video streams: http://streaming.linux-magazin.de/en/program_apacheconus08.htm?ann Keynotes and the Apache 101 lunchtime sessions are free; the ful

[EMAIL PROTECTED] LDAP group limits?

2008-11-04 Thread Tony Rice (trice)
Are there any limits to the number of groups the LDAP module can handle a particular user being a member of? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html>

[EMAIL PROTECTED] SSL Proxy

2008-11-04 Thread Florian Lindner
Hello, I have an SSL certificate of www.example.org. Now I want to proxy another domain (which is a v-host on the same server) through the beforementioned SSL domain. My first try was: (in the doc root .htaccess) RewriteCond %{HTTP_HOST} ^.*ssl\.example\.org$ RewriteRule ^(.*)$ http://targ

Re: [us...@httpd] reverse proxy question

2008-11-04 Thread Tom Evans
On Tue, 2008-11-04 at 22:03 +0530, Abhi wrote: > Thanks for that Krist. > > I want to do it without a redirect. I am trying to do something with > google gears and google gears has the same origin security policy. So > I cannot cache URL's with different domains. > > Is there any way I can achie

Re: [us...@httpd] reverse proxy question

2008-11-04 Thread Abhi
Thanks for that Krist. I want to do it without a redirect. I am trying to do something with google gears and google gears has the same origin security policy. So I cannot cache URL's with different domains. Is there any way I can achieve this with an internal forward rather than a redirect? On T

[us...@httpd] apache 2.2.3 - rhel 5.2 - mod_jk issue

2008-11-04 Thread Tom Brown
Hi Using mod_jk on 2.2.3 and i cant get apache to start - i see this in the jk_conn.log [Tue Nov 04 15:00:11 2008][24244:50528] [warn] jk_map_read_property::jk_map.c (432): The attribute 'worker.loadbalancer.balanced_workers' is deprecated - please check the documentation for the correct r

Re: [us...@httpd] reverse proxy question

2008-11-04 Thread Krist van Besien
On Tue, Nov 4, 2008 at 2:39 PM, Abhi <[EMAIL PROTECTED]> wrote: > The scenario is: > > I want to forward the request of this format > > http://localhost/foo/moo.flv > > to > > http://bar.com/cgi-bin/outflv.pl?flv=moo.flv > > If I have the following rule in my apache2.conf file it does not work. >

Re: [EMAIL PROTECTED] rewrite help

2008-11-04 Thread apache
I have figured out the problem. Once apache tested the request URI it tested it a second time as an internal redirect and would fail, or get in a loop. So I just had to tell it not to check for /wc , which wasn't excluded by the !-f and !-d because it doesn't exist on the filesystem because it is a

[us...@httpd] reverse proxy question

2008-11-04 Thread Abhi
The scenario is: I want to forward the request of this format http://localhost/foo/moo.flv to http://bar.com/cgi-bin/outflv.pl?flv=moo.flv If I have the following rule in my apache2.conf file it does not work. ProxyPass /foo/ http://bar.com/cgi-bin/outflv.pl?flv= Is there a way to achieve t

[us...@httpd] ProxyPass and POST Requests

2008-11-04 Thread Volkan YAZICI
Hi, I'm using Apache HTTP Server (192.168.1.2) to redirect incoming HTTP connections to related servers in the local network. For this purpose, I configured apache with below directives. LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_http_proxy.so Ser

Re: [EMAIL PROTECTED] 502 proxy error

2008-11-04 Thread isha b
Thank you Alex, The reverse proxy error log doesn't show any BAD GATEWAY error, The errors are as below [Mon Nov 03 18:08:49 2008] [error] [client 121.242.16.5] proxy: error reading status line from remote server xx.xx.xx.xx [Mon Nov 03 18:08:49 2008] [error] [client 121.242.16.5] proxy: Error r

Re: [EMAIL PROTECTED] 502 proxy error

2008-11-04 Thread Alexandru David Constantinescu
isha b wrote: Thank you all, I have increased with Keep Alive upto 300 sec as well No KeepAlive option buyt the reult is still negative. Still it is throwing the below error *proxy*: *Error reading from remote server returned* by /..." proxy: error reading status line from remote server

Re: [EMAIL PROTECTED] 502 proxy error

2008-11-04 Thread isha b
Thank you all, I have increased with Keep Alive upto 300 sec as well No KeepAlive option buyt the reult is still negative. Still it is throwing the below error *proxy*: *Error reading from remote server returned* by /..." proxy: error reading status line from remote server Further I read in g