I have windows XP SP2 and have just upgraded to Apache 2.2.8 and have all of
the settings running for my existing websites on local hard drives.
However, due to a large increase in multimedia content I have added a 2TB
NAS device and have it mapped as a drive letter 'L:' for the local machine
that
Joshua,
Since i need to limit the file size being uploaded either via Apache/httpd
or the plugin, i tried using the Apache LimitRequestBody attribute.
I noticed that when this kicks in, though i see an error in the Apache
error log saying that the file size is larger than that is allowed,
this doe
On 2008-03-03, Joshua Slive wrote:
> On Mon, Mar 3, 2008 at 1:05 AM, Daniel Aleksandersen
>
> <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > Taken from the example were the Accept-Language (and it qualifiers)
> > HTTP header is overridden by a cookie set in the user's browser; from
> > http://httpd.ap
On Mon, Mar 3, 2008 at 3:44 PM, <[EMAIL PROTECTED]> wrote:
> Joshua,
>
>
> > Is the 413 returned because you exceed the LimitRequestSize configured
> > for apache?
> >
>
> I am not using the Apache parameter but a WLS plugin parameter.
> I have set the MaxPostSize parameter within th
Joshua,
> Is the 413 returned because you exceed the LimitRequestSize configured
> for apache?
>
I am not using the Apache parameter but a WLS plugin parameter.
I have set the MaxPostSize parameter within the WLS Apache plugin. I am
assuming this causes the 413 to return.
Interestingly, i saw dif
On Mon, Mar 3, 2008 at 1:05 AM, Daniel Aleksandersen
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> Taken from the example were the Accept-Language (and it qualifiers) HTTP
> header is overridden by a cookie set in the user's browser; from
> http://httpd.apache.org/docs/2.2/content-negotiation.html#better
Hi,
I'm trying to loadbalance sessions over 5 instances of a WO application server.
I'm trying to
follow these directions:
http://www.markround.com/archives/33-Apache-mod_proxy-balancing-with-PHP-sticky-sessions.html
http://www.johnandcailin.com/blog/john/scaling-drupal-step-two-sticky-load-bal
Hello,
I'm currently trying the directives ProxyPassReverseCookieDomain &
ProxyPassReverseCookiePath.
So now my configuration looks like this :
ProxyRequests Off
ProxyPass /backOffice http://my-tomcat:8080/mycontext/backOffice
ProxyPassR