On Mon, Aug 31, 2009 at 5:46 PM, pe uni wrote:
> How do I change the URL to be https://apacheproxy.com/SO/createsalesorder
> instead of http://webapplication.com/SO/createsalesorder
That is what ProxyPassReverse does.
Krist
--
krist.vanbes...@gmail.com
kr...@vanbesien.org
Bremgarten b. Bern
So don't cache the set-cookie headers. Read the mod_cache info there is
example how to exclude responses with set-cookie header from caching.
On Mon, Aug 31, 2009 at 7:55 PM, Frank Hamilton wrote:
>
> Hi,
>
> I mounted lenya with apache2 reverse proxy and mod_cache
> My problem is that the JSES
Hi,
I'm using a pipe for my error log like this:
ErrorLog "|/web/etc/log_error_pipe.pl"
Is there any way of passing information to the pipe other than the log
entry? Specifically I'd like to pass the HTTP_HOST value to it...
--
Mike Cardwell - IT Consultant and LAMP developer
Cardwell IT Ltd
Thank you,
I was only looking at the core apache logging, not the mod_rewrite
logging. I'll check this out.
Kind Regards,
Brian
On Aug 31, 2009, at 11:12 AM, Eric Covener wrote:
On Mon, Aug 31, 2009 at 12:54 PM, Brian Hirt
wrote:
Hi,
From the best I can tell, the conditional logging c
On Mon, Aug 31, 2009 at 12:54 PM, Brian Hirt wrote:
> Hi,
>
> From the best I can tell, the conditional logging can only be based on the
> request data, not the outcome of the rewrite rules.
Didn't follow, but can you setup conditional logging and use the "E"
RewriteRule flag as in [E=dontlog:1]
Hi,
I have a proxy/mod_rewrite server set up between an application and
our users. All of the logging is done on the the application side
which is required because of some custom information that's included
is the logs that the proxy doesn't have access to. The proxy does
have some basi
Hi all!
I have a short question: What ist the advantage of the 'disabled'-flag
in:
BalancerMember http://1.2.3.5:8080 status=+D route=2
since it would be as easy to disable it with a hash-comment (or strip it
completely):
#BalancerMember http://1.2.3.5:8080 route=2
Sounds more
Hi,
My application is :
broweser ---> apache proxy> webapplication
webapplication is expecting a URL, and based on the contents of the URL, the
webapplication does a search for a document given in the URL and sends the
response back. The response itself is a redirection to a different URL.
E
I am attempting to upgrade my apache installation from the 1.3.x branch to
the 2.0.x or, perhaps 2.2.x branch, for security reasons on AIX running
5.2.0.8. I built httpd 2.0.63 from source and configured it to be the same as
the 1.3.x version was configured. But when we attempted to use
Hi,
I mounted lenya with apache2 reverse proxy and mod_cache
My problem is that the JSESSIONID that the cliente id for navigation is not
maintained throughout the navigation.
I think the pages stored in the cache are in the header set-cookie
jsessionid = blablabla and this causes the clie
On Fri, 2009-08-28 at 14:32 +0100, Nick Kew wrote:
> Thorsten Scherler wrote:
> > Hi all,
> >
> > I have a page that includes various parts via ssi.
> > e.g.
> >
> > On our current version we "hack" the included pages to an invalid html
> > doc. Basically we strip it down to e.g. " ...blah..." H
11 matches
Mail list logo