On Thu, 13 Feb 2003 19:37:28 +0100
Oden Eriksson <[EMAIL PROTECTED]> wrote:
[...]
> > mod_limitipconn.
[...]
> Ok, so now it's in contribs. Would you mind testing it to see if it works as
>
> it should?
Thank you, it works for me.
I had to turn on the Extendedstatus, but that was mentioned on top of the
readme. It does need custom configuration anyway, because nobody would want
all files and directories be handled by this, even if you install the module.
So I guess that's ok.
Would it be usefull to add a custom 503 errormessage to the configfile of the
module?
I have added for myself the line "Probably...." which should make the
errormessage a bit more clear, in the way that it is expected behaviour.
--- 85_mod_limitipconn.conf.orig 2003-02-12 12:15:00.000000000 +0100
+++ 85_mod_limitipconn.conf 2003-02-16 06:56:39.000000000 +0100
@@ -28,6 +28,12 @@
# OnlyIPLimit audio/mpeg video
# </Location>
+ ErrorDocument 503 \
+ "The server is temporarily unable to service your request \
+ due to maintenance downtime or capacity problems. \
+ Probably you're opening too many connections at the same time. \
+ Please try again later."
+
</IfModule>
</IfModule>
--
Marcel Pol