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/
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
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]
>
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:
>
: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
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
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
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
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
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
; 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:
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
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
>
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
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
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
16 matches
Mail list logo