You can use mod_rewrite. You can create the rule per your requirements. Some
possibilities:
1. Forbid the access if the request is not coming from your own domain
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^(www\.)?mydomain.com$
RewriteRule .* - [F]
2. Send it back from where i
Hi again,
Any idea or suggestion? Maybe some forum or group dealing with caching
issues specifically?
Thanks,
On Mon, Sep 14, 2009 at 3:35 PM, Igor Cicimov wrote:
> Hi all,
>
> Has anyone seen this error before:
>
> [Mon Sep 14 15:25:05 2009] [error] (130)Software caused connection abort:
> c
Hello everyone,
My prefork apache configuration is causing processes to leak lots of memory.
I'm hoping people on this list could suggest ways in me finding it, given
that I've been unsucessful in isolating the problem.
Here is a breakdown of my configuration:
Ubuntu 9.04 with 2.6 Kernel
Apache
Hi Eric,
Thanks for the reply.
In my case, the apache is built with openldap lib. I hope, in this case, it
shouldn't have shown any issues, please correct me if I am wrong.
Regards
Asimananda
On Fri, Sep 18, 2009 at 4:43 PM, Eric Covener wrote:
> On Fri, Sep 18, 2009 at 1:55 AM, Asimananda Moha