How can i rate limit no. Of requests per ip for a particular url to prevent
DoS?
We don't use htaccess file. Will rewriterules work for POST requests?
On 25 Aug 2013 16:00, "Aarti Sawant" wrote:
You can use htaccess to serve this purpose, use Rewrite rule for
redirecting from one url to another url.
Thanks,
Aarti Sawant
On Sun, Aug 25, 2013 at 10:47
Hi,
Users of my website hit a AJAX POST call for validation of User ID.
The URL formed is
http://dummy.com//handler/validateId?userid=
** RandomNumber is any random number based on the instance the request gets
hit.
Now, at webserver level, I want that request to be processed by another URL
:
h
Thanks a lot Ben. That helped.
On Thu, Aug 8, 2013 at 3:12 AM, Ben Reser wrote:
> On Wed, Aug 7, 2013 at 1:59 PM, Akash Jain
> wrote:
> > Per Akamai Guy, Vary shows akamai that content can vary so akamai is not
> > caching, and this leading akamai to make requests to our web
Per Akamai Guy, Vary shows akamai that content can vary so akamai is not
caching, and this leading akamai to make requests to our webversion ...
We mostly just use JS and CSS to be served from akamai ..
On Thu, Aug 8, 2013 at 2:09 AM, Nick Kew wrote:
>
> On 7 Aug 2013, at 21:02, Akas
But all modern browsers support it, right ?
Are there any downsides for not using Vary:Accept Encoding with
mod_deflate?
On Thu, Aug 8, 2013 at 1:23 AM, Eric Covener wrote:
> On Wed, Aug 7, 2013 at 3:48 PM, Akash Jain
> wrote:
> > We had a weird issue of Akamai not caching static
Akamai can cache. Are
there any downsides of this ?
Also do I need to turn off the compression also in case the same compressed
file is not returned by HTTPD for the same uncompressed file.
Thanks,
Akash
@Mandar : Like Pete said, can you shed some light on the use case ?
On Tue, Mar 26, 2013 at 5:54 PM, Mandar Nandale wrote:
> Thanks Eric setting up environment variable worked for me
>
>
>
>
> On Tue, Mar 26, 2013 at 5:33 PM, Eric Covener wrote:
>
>> On Tue, Mar 26, 2013 at 7:51 AM, Mandar Nanda
SSL handshake is done
Apache : 2.2.3 (Oracle Build)
OpenSSL : 0.9.8f
Thanks !
Akash
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
what does the rewrite logs say ?
On Sat, Jan 12, 2013 at 8:49 PM, Robert Rottermann wrote:
> Hi there,
> we are about to go live with a site we reimplemented.
> The site structure is different between the two sites.
>
> What I now would like to do is that old content is fetched from the old
> s
Thanks Jerry for the solution.
On Fri, Jan 11, 2013 at 2:35 AM, Jerry Blasdel wrote:
> My issue has been resolved. In my case I was statically linking the
> OpenSSL so I needed to do the following before calling httpd configure:
>
> export CC=fipsld
> export FIPSLD_CC=gcc
>
>
>
> This is a PRIV
Hi All,
I have -MultiViews set and SSLInsecureNegotation off ( in ifmodule of
mod_ssl.c) in Apache.
But still vulnerability report says I am vulnerable to client side
negotiation.
Any pointers ?
The same configuration works on our TEST environments. THe only difference
is the build release vers
RewriteRule ^/cmdbnew/(.*)/(.*)$
http://ckcftpa2/cmdbnew/assetdetail.php?srv=$1&cust=$2 [R,L]
If you have any L rule preceeding it, then it may be overwriting it.
Can you try putting the rule i gave you above , and see what the rewrite
logs say.
On Sat, Dec 29, 2012 at 10:02 AM, Martin, Stanley
e libxml2.so in path and being called for loading.
from httpd.conf
LoadFile /usr/lib/sparcv9/libxml2.so
LoadModule proxy_html_module modules/mod_proxy_html.so
This is a solaris 9 box. Any help is more than appreciated.
TIA
regards
akash
gets an error message. What is it?
akash
a bit and stumbled across this page on webservertalk.com forums
http://tinyurl.com/bpebc
Has anyone else come across this error. And has anyone successfully
used the work around suggested. I did try that but end up with another
error.
If any one wants to have a look will post it.
regards
Akash
I
> don't have it subscribed, so I can't post.
>
> In case you really get the error more often:
>
> - use gcc 3.x
> - use Suns ld/as
> - use gnu make
Thank you for your response.
I solved this by using GNU binutils package and ld that comes with it.
regards
Akash
Hi,
While doing make on the source I get a huge number of errors
A few lines
ld: fatal: relocations remain against allocatable but non-writable sections
./config was called like this
./configure --prefix=/usr/local/ --enable-mods-shared=most
--enable-ssl --with-ssl=/home/spc/akash/downloads
18 matches
Mail list logo