If you know what you are doing, you can turn on or more of the following cache
settings:
- CacheIgnoreCacheControl
- CacheIgnoreNoLastMod
AND limit the time during which the response may be cached with
- CacheMaxExpire
You should also add
- CacheIgnoreHeaders: S
aaron smith wrote:
> Is there anything in Apache to do some IP Blacklisting?
> Thanks all
Deny from
?
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html>
Why not use your firewall?
If you have to, Apache can.
http://www.linuxforums.org/forum/servers/2124-blocking-ip-addresses-apache.html
At 12:47 PM 9/20/2007, aaron smith wrote:
Is there anything in Apache to do some IP Blacklisting?
Thanks all
Hi All
I am trying to learn Apache Webservice, so would like to install Apache 2.0
stable version on AIX 5.3. Can you please help me to get the RPM file to
install.
Thanks for your help.
Have A Great Day!
Thanks & Regards
Rao
--
View this message in context:
http://www.nabble.com/Need-Apach
Is there anything in Apache to do some IP Blacklisting?
Thanks all
Just to share,
Win32 2.2.6 binaries are some time already availiable at the ApacheLounge.
Also there is a version that does not break mod_fcgid (mod_perl is still not
working)
See for a complete story about the buggy 2.2.6 and Windows:
http://www.apachelounge.com/forum/viewtopic.php?t=1907
St
Hi,
I could provide a more precise question:
I am doing a reverse proxying as follows:
DocumentRoot /var/www/approxy/
SetOutputFilter proxy-html
#ProxyHTMLLogVerbose On
ProxyHTMLExtended On
ProxyPass /corny http://www.cornelinux.de/
ProxyHTMLURLMap http:
>mod_proxyrewrite
>
>(Alright, so that's not very funny. Sue me.)
Made me laugh!
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscr
Hello
I want to install apache on my computer. The problem is that I cannot
directly connect to my computer from outdoors of my facility. I have
full control over my computer and user password for cental firewall
computer. But I do not want to do the tunneling through firewall
computer. I want a di
On 9/20/07, Neelam Kumar Sharma <[EMAIL PROTECTED]> wrote:
> Setup Details:- An Apache/1.3.27(Win32) mod_ssl/2.8.12 OpenSSL/0.9.6d
Ouch Ouch Ouch. 1.3.27 is an ancient version, and shouldn't be used.
This is especially true on windows, where the 1.3 series has many
problems. All bets are off.
> F
HI,
I am facing the following problem of Garbled UI with REVERSE PROXY.
Setup Details:- An Apache/1.3.27(Win32) mod_ssl/2.8.12 OpenSSL/0.9.6d webserver
listening on port no 80 having a filter implemented on it, is running behind a
Reverse proxy Apache/2.0.55 (Win32) webserver listening on port
Johan BOYÉ » GNU/Linux & Network Admin » +335.67.73.[42.87] » Latécoère
Company
> -Message d'origine-
> De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de
> Joshua Slive
> Envoyé : jeudi 20 septembre 2007 15:23
> À : users@httpd.apache.org
> Objet : Re: [EMA
On 9/20/07, Neelam Kumar Sharma <[EMAIL PROTECTED]> wrote:
>
>
> HI,
> Can anyone provide combination of mod_rewrite and mod_proxy
mod_proxyrewrite
(Alright, so that's not very funny. Sue me.)
Please tell us exactly what you are trying to accomplish and exactly
what problem you are facing. Your
HI,
Can anyone provide combination of mod_rewrite and mod_proxy
--Neelam Kumar Sharma
PSPL PUNE INDIA
DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the
property of Persistent Systems Pvt. Ltd. It is intended only for the use of the
individual or e
On 9/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >
> >
> > StartServers 15
> > MinSpareServers 10
> > MaxSpareServers 20
> > MaxClients 512
> > ServerLimit 512
> > MaxRequestsPerChild 4000
> >
>
> I tried already and here is the error m
> -Message d'origine-
> De : [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Envoyé : jeudi 20 septembre 2007 14:39
> À : users@httpd.apache.org
> Objet : RE: [EMAIL PROTECTED] Apache2 performance tunning :
> MaxClients problem
>
> Hi Johan,
>
> >
> > You can check out my whole conf h
Cornelius,
Cornelius Kölbel wrote:
> Hi Neil, hi Paul,
>
> strange strange.
> Finally I gave myself a kick in the a... and compiled the
> libapr_memcache and the mod_auth_xradius with memcache support.
> uah. It was not realy straightforward.
>
> I am not really a developer, so some things might
Hi Neil, hi Paul,
strange strange.
Finally I gave myself a kick in the a... and compiled the
libapr_memcache and the mod_auth_xradius with memcache support.
uah. It was not realy straightforward.
I am not really a developer, so some things might look very dirty:
Here some quick notes:
1. downlo
Hi Johan,
>
> You can check out my whole conf here :
> http://www.pastebin.ca/704464 I'm still wondering how to
> setup ServerLimit / MaxClients bigger then 256 *IF* this
> option are the best ones to increase the typical answer time
> of my server ?
You need to set serverlimit in you confi
> De : [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Envoyé : jeudi 20 septembre 2007 13:06
> À : users@httpd.apache.org
> Objet : RE: [EMAIL PROTECTED] Apache2 performance tunning :
> MaxClients problem
>
> Hi Johan,
>
> In you original post ServerLimit was not part of your config,
> could
Hello Neil,
--snip--
[Thu Sep 20 13:54:55 2007] [debug] worker.c(1740): AcceptMutex: sysvsem
(default: sysvsem)
[Thu Sep 20 13:55:19 2007] [notice] xradius: val size: '0'
[Thu Sep 20 13:55:33 2007] [error] [client 172.16.200.31] xradius:
RADIUS Request for user 'tester' failed: (-1) No valid RADIU
Cornelius,
Cornelius Kölbel wrote:
> I am trying to use mod_auth_xradius with ubuntu 7.04, apache 2.2
> I compiled and installed/configured it successfully. Thanks to an earlier
> questions.
>
> But I'd like to use one time passwords.
>
> The first time I access my website http://secret-site3 t
Dear list,
I am trying to use mod_auth_xradius with ubuntu 7.04, apache 2.2
I compiled and installed/configured it successfully. Thanks to an earlier
questions.
But I'd like to use one time passwords.
The first time I access my website http://secret-site3 the authentication works
fine.
But wh
Hi Johan,
In you original post ServerLimit was not part of your config, could you
just to make sure paste your current config on the list again.
Also make sure you are using prefork and not mpm otherwise different
rules will apply in configuring MaxClients and ServerLimit.
On a redhat system you
Hi All,
I have couple of basic question from my end.I am using Apache2.2 with
MPM=worker and the OS is Red-hat release 3.0.
1) What is the usage of mod_fast_cgi ?
2)What is the impact on the httpd-binary if we Load mdoules which may not
be relevant for a particular requirement?Like for example
In the meantime, I managed to find this, which I thought worth sharing in spite
of the bad English grammar:
AB's Useful Box - Apache for Win32 Log file Rotation
So you have finished installing Apache for Win32, one of the best web servers
you can get on your WinNT / Win2K / WinXP machine, but
> -Message d'origine-
> De : [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Envoyé : jeudi 20 septembre 2007 10:42
> À : users@httpd.apache.org
> Objet : RE: [EMAIL PROTECTED] Apache2 performance tunning :
> MaxClients problem
>
> Hi Johan,
>
> > FINALLY, my question is :
> >I
Hi Johan,
> FINALLY, my question is :
>I would like to allow more machine resources to Apache to
> handle more connections and reduce the time to display a page.
>I reduce the timeout to 45 and :
>
> StartServers 15
> MinSpareServers
Hello,
I'm using Ubuntu 6.10 32bits with Apache 2.0.55 for an intranet
server. The current server is a FUJITSU SIEMENS PRIMERGY RX200S2 with 2
Intel Xeon CPU 3.00GHz with HT and 4GB of RAM.
About the stats per month (by awstats), it serves around 54000 visits,
1'000'000 pages provided, 6'000'
29 matches
Mail list logo