[users@httpd] rewrite redirect exclude path

2024-03-26 Thread eric tse
Good afternoon afternoon masters, I have rules initially look like this *** RewriteRule ^/$ https://frontend.domain.com/foo/bar/ [R, L] RewriteRule ^/(.*)$ https://backend.domain.com/$1 [P,L] ProxyPassReverse / https://backend.domain.com/

Re: [users@httpd] Bad Gateway with large file upload [EXT]

2020-10-29 Thread eric tse
etric connections – download is fast, upload > is usually throttled to between 10 and 25% of the download speed. > > James > > *From:* eric tse > *Sent:* 29 October 2020 19:16 > *To:* users@httpd.apache.org > *Subject:* Re: [users@httpd] Bad Gateway with large file upload [E

Re: [users@httpd] Bad Gateway with large file upload [EXT]

2020-10-29 Thread eric tse
our end – transfers are smaller and > avoids time outs. Can also parallelize them if required. > > James > > > > *From:* eric tse > *Sent:* 29 October 2020 18:15 > *To:* users@httpd.apache.org > *Subject:* Re: [users@httpd] Bad Gateway with large file upload [EXT] >

Re: [users@httpd] Bad Gateway with large file upload

2020-10-29 Thread eric tse
tation, or work as designed? > Or something we can tune (like browser or network infrastructure?) ? > Is it caused by timing? > > Please advise. > Eric > > > > > On Thu, Oct 29, 2020 at 4:00 AM @lbutlr wrote: > >> On 28 Oct 2020, at 18:05, eric tse wrote: >

Re: [users@httpd] Bad Gateway with large file upload

2020-10-29 Thread eric tse
:00 AM @lbutlr wrote: > On 28 Oct 2020, at 18:05, eric tse wrote: > > We’re are getting a Bad Gateway error returned when trying to upload > large files through an IE browser to our webserver. > > Have you tried with a currently supported browser? > > IE is on death watch

[users@httpd] Bad Gateway with large file upload

2020-10-28 Thread eric tse
Good evening, We’re are getting a Bad Gateway error returned when trying to upload large files through an IE browser to our webserver. Front end is using apache proxy ( Apache/2.2.31 (Unix)) Backend is IIS 7.5 running MVC 5 code. 2 MB upload – Successfully uploaded. 60 MB upload – Bad Gateway

[users@httpd] Premature end of script headers Apache Proxy

2018-03-26 Thread eric tse
Hi, I have two apache servers. (One as the proxy, one as the backend). The backend throw is hosting a cgi script (submitting a form) and throw this error "Premature end of script headers" when I access it trough the proxy using firefox or chrome. (IE is fine) If I directly access the backend, it

[users@httpd] preserve host in ErrorDocument

2018-03-02 Thread eric tse
Currently we have ServerName website.domain.com ErrorDocument 503 http://errorserver.domain.com:1 SSLEngine On ... . SSLProxyEngine on ProxyPreserveHost on ProxyPass / https://backend.domain.com:8637/ ProxyPassReverse / https://backend.domain.com:8637/ When we have 503. I

[users@httpd] Re: two duplicate instances httpd pid conflict issues

2017-08-21 Thread eric tse
This problem resolved. I need to update server root in apachetcl. On Mon, Aug 21, 2017 at 12:03 PM, eric tse wrote: > Hello, > > I am doing some experiments, > first I create separate instances by duplicating (copying) an existing > running instances. (apache 2.0x .. on sol

[users@httpd] two duplicate instances httpd pid conflict issues

2017-08-21 Thread eric tse
Hello, I am doing some experiments, first I create separate instances by duplicating (copying) an existing running instances. (apache 2.0x .. on solaris 10). I update the instance parameters (such as server root), take out the site ip. When do apachectl start I have httpd (pid 3074) already runn

Re: [users@httpd] Monitoring timestamp rotation files (UNCLASSIFIED)

2014-05-29 Thread eric tse
; Is this what you need? > > CustomLog "|bin/rotatelogs /var/logs/logfile.%Y.%m.%d 86400" common > > Nick > > > -Original Message- > From: eric tse [mailto:hfe...@gmail.com] > Sent: Wednesday, May 28, 2014 11:45 AM > To: users@httpd.apache.org > Subject:

[users@httpd] Monitoring timestamp rotation files

2014-05-28 Thread eric tse
Hi, I am using apache and configured logs with timestamp. I am facing potential problem in adding these files through add monitor command. I don't know which is effective way I can use to add log files. same time it should not read old files. CustomLog "|bin/rotatelogs /var/logs/logfile 86400" co

Re: [users@httpd] similar proxy rules causing warning

2014-04-24 Thread eric tse
Thx Pete :) On Wed, Apr 23, 2014 at 4:25 PM, Pete Houston wrote: > On Wed, Apr 23, 2014 at 03:41:54PM -0600, eric tse wrote: > > Have proxy rules > > > > proxyPass /ABC http://domain.com/abc/ > > proxyPass /AbC http://domain.com/abc/ > > > > And get >

[users@httpd] similar proxy rules causing warning

2014-04-23 Thread eric tse
Hello, I have apache 2.2 using proxy module Have proxy rules proxyPass /ABC http://domain.com/abc/ proxyPass /AbC http://domain.com/abc/ And get The Apache service named reported the following error: >>> [xxx xxx xx xx:xx:xx 20xx] [info] worker http://domain.com/abc/ already used by another w

[users@httpd] mod_proxy_http.so on apache 2.2 win-32 run on win 2008 64 bit server

2013-08-08 Thread eric tse
I am trying to install mod_proxy_http.so and libxml2.dll on apache 2.2 (32 bit) running on windows 2008 R2 64 bit server. It got the precompiled modules from http://www.apachelounge.com/. When I use the 64 bits, apache told me to use 32 bits (since the apache is 32 bit). When I use the 32 bits, ap

[users@httpd] mod_proxy does not load images

2013-08-07 Thread eric tse
Hello, I am configuring mod_proxy proxyPass /wur http://serverA.com:80/ It does load the page when I access proxyserver.com/wur get 200 for /wur and get 404 for images The rule only matches /wur not the content within /wur attached the access logs 142.229.90.133 - - [07/Aug/2013:11:03:34 -0600