I've configured a reverse SSL proxy using Apache 2.0.
However, the application server serving the pages includes a
line that gets stripped out by the proxy.
One thing I read was
http://www.apachetutor.org/admin/reverseproxies
and it makes mention of problems under "changing the
FPI". The s
Hi there,
no need to YELL in the subject line. But if you are really
interested to learn something, then RFC 2616 Hypertext Transfer Protocol
HTTP/1.1 is a good read.
It does not answer all (implementation) questions, but goes
to quite a length regarding 304.
regs,
Christian
On Wed, Nov 28, 2
Finally, I have found binaries of mod_proxy_html for windows.
It can be downloaded from http://www.apachelounge.com/download/.
Has anybody experienced with this software? Is there any contraindication
in using it?
Any suggestion is appreciated.
Bye,
rocsca
-
On Nov 28, 2007 9:10 PM, Matt Bullock <[EMAIL PROTECTED]> wrote:
> I can't seem to get the rule to change the request back to http though… any
> ideas?
First of all, you don't need the "RewriteCond {SERVER_PORT} !=80 " and
similar conditions, as your virtual host allready takes care of
shielding
[EMAIL PROTECTED] wrote:
> I'm trying to setup mod_proxy_balancer on a server and I couldn't get the
> "Sticky Session" working , this is my configuration:
>
>
>BalancerMember http://10.1.1.100:8080
>
>BalancerMember http://10.1.1.101:8080
>
>BalancerMember http://10.1.1.102:8080
Hi,
I'm trying to setup mod_proxy_balancer on a server and I couldn't get the
"Sticky Session" working , this is my configuration:
--
ProxyPass / balancer://appclu
Thanks everyone for helping me with my redirect problems using a
hardware load balancer. I have redirects from http to https working
perfectly, but now I can't seem to get the https back to http working.
Here are the rules I am using:
RewriteCond {SERVER_PORT} !=81
RewriteCond %{REQU
I have managed to fix this (was indeed an issue with the DMZ-Internal
router) and the proxy is working brilliantly. Many thanks to those who
chipped in :)
I have run into a new issue. To secure the resources found on this page
we were intended to use NTLM authentication, seeing as how the resource
Hi,
I want to use the caching techniques at client side.
And read something about HTTP STATUS CODE 304. Please give some
suggestions to store the static content like images, js, css ..etc to
improve the website performance using apache.
Regards,
KP
---
Hello,
I have installed apache 2.2.6 under Windows XP.
I would like to setup mod_proxy_html.
I need the moduled compiled for windows or al least the instruction to
compile it.
I don't know if there are other requirements to extend apache with this
module.
Any suggestion is appreciated.
Thanks
This error has only started occurring (when trying to access the
relevant folder) after the proxy lines were added to the virtual host.
Before then it simply tried to find that folder and failed, so this is
progress! :)
What I want to clarify is whether a 502 can mean "no response" as well
as "I r
Yes such errors would go direct to the client
unless you do something on apache to send back something else.
Turn up your proxy logging and you can see what IIS is sending back.
You might want to check you are doing proxying and not re-directing...
On Wed, 2007-11-28 at 15:08 +, Paul Cocker
The proxy is currently registering a 502 Bad Gateway error. Is a failure
to reach the internal server the most likely cause, or are there issues
with communication between Apache 2.0.59 and IIS 6 which can cause this
to occur? For example, attempting to access the default page would get
you the err
*sigh* False alarm. I attached strace to the httpd processes and saw
that some bit of code gives up immediately when it trips over a broken
symlink in the directory that holds SSL root certificates.
Regenerating the links (via update-ca-certificates -- this is on
Gentoo Linux) cured that problem,
On Nov 28, 2007 12:28 PM, Paul Cocker <[EMAIL PROTECTED]> wrote:
> Thanks, you're right, not only was it the wrong block it was the wrong
> config file. I forgot that when we upgraded Apache we used the new
> config locations but didn't delete the old configs "just in case".
>
> The proxy element
This is done through jvmRoute so you have to make sure the settings in
workers.properties would match jvmRoute on the application server side.
This route gets appended to your JSESSIONID, take a look at the cookies in
your browser...
If you want more details just set: JkLogLevelinfo
Regards,
G
Hi Gabriel,
It works fine, thanks ! :-)
I'm just curious abount one thing:
If I shutdown apache at "server1", my browser access only "server2"
and return to access "server1" if I run apache again. It's awesome,
but as I know this failover is not expected when using DNS
round-robin... :-/
Thanks, you're right, not only was it the wrong block it was the wrong
config file. I forgot that when we upgraded Apache we used the new
config locations but didn't delete the old configs "just in case".
The proxy element is now working alas I have a new and exciting problem,
but it's one outside
Hi,
Spangler, Tim schrieb:
Thanks for the tip, it lead me down a path of investigation that lead to teh
ThreadStackSize directive for mpm_worker. It looks like ThreadStackSize
would allow me to adjust the stack size for Apache only (my ideal
situation), however this directive doesn't seem to af
> -Original Message-
> From: Paul Cocker [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 27, 2007 3:56 PM
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] Redirecting to internal server
>
> The reverse proxy doesn't appear to be working. My block now
> looks like
> the f
20 matches
Mail list logo