2008/11/20 likai <[EMAIL PROTECTED]>:
> Hi,
>
> How could I reject all coming http head request by configuring httpd.conf?
You hopefully realise that rejecting "HEAD" requests will break your website?
Krist
--
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Bremgarten b. Bern, Switzerland
--
A: It reverses
2008/11/19 likai <[EMAIL PROTECTED]>:
> How could I reject all coming http head request by configuring httpd.conf?
You can return 403/Forbidden with this In the base server and again in
each virtualhost:
RewriteEngine on
RewriteCond %{REQUEST_METHOD} =HEAD
RewriteRule .* - [F]
--
Eric Covener
[
Hi,
How could I reject all coming http head request by configuring httpd.conf?
I've got no clues.
Thanks,
_
超炫人气榜给您所有偶像的最新资讯和排名,快来支持自己的偶像!
http://cnweb.search.live.com/xrank/results.aspx?q=%e5%91%a8%e6%9d%b0%e4%bc%a6&FORM=MS
On Wed, Nov 19, 2008 at 9:29 PM, Justin Wright <[EMAIL PROTECTED]> wrote:
> I read somewhere that apache limited or could limit the size of the log
> files as it was writing them? I couldn't find any configuration settings
> like this in the documentation.
http://httpd.apache.org/docs/2.2/mod/mod
On Nov 19, 2008, at 9:29 PM, Justin Wright wrote:
I read somewhere that apache limited or could limit the size of the
log files as it was writing them? I couldn’t find any configuration
settings like this in the documentation.
Ah, the good old "read somwhere" approach.
No, Apache itself
Hi All,
A client on my server wrote a php page that produced warnings in the
error_log file. The file grew at a rate of 640 Mb every 30 seconds (page
timeout). I had a 150 Gb file by the end of the day.
My server is configured to rotate the log files, but this only happens every
24 hour
Hi
I am facing an issue with apache-jboss AJP connectivity. I am mentioning
my settings below
I am using mod_proxy_ajp.so in my Apache "proxy_ajp.conf"
The configuration of proxypass is as follows
ProxyPassMatch ^(/publish.*)
ajp://192.168.9.11:8009/$1 timeo
Does the latest version of the Apache server support RFC 3987 (IRI)
supported by default?
I think this is what was already implemented in mod_fileiri
http://dev.w3.org/cvsweb/apache-modules/mod_fileiri/mod_fileiri.c is
doing. http://www.w3.org/2003/Talks/0904-IUC-IRI/slide19-0.html
Is it now
Paul Simon wrote:
>> Possibly foolish question, but did you read the README? There are
>
>> additional steps to obtain/install the actual InstantClient 11.1 drivers
>> and ensure that driver DLL can be found in the PATH.
>>
>> Bill
>
> I have a possibly more foolish question - what README are yo
Adelfio D'Angiò wrote:
In fact if I do a direct http request on the proxied server the output on the
browser is correct but when I do the http request through the Apache proxy
I get this "extra" chunked encoding inside the content of the page.
Is there a URL from where one could see this beha
On Wed, Nov 19, 2008 at 2:06 PM, Minson, John M Mr ARMY GUEST
<[EMAIL PROTECTED]> wrote:
> using 'snoop' I determined that the ldap module is using a uid that looks
> like this
>
> [EMAIL PROTECTED]
>
> The 'someuser' portion is what is in lDAP .
>
> How do I pass just 'someuser' as the uid ?
That
using 'snoop' I determined that the ldap module is using a uid that
looks like this
[EMAIL PROTECTED]
The 'someuser' portion is what is in lDAP .
How do I pass just 'someuser' as the uid ?
I verified that '[EMAIL PROTECTED]' is contained in 'REMOTE_USER'
env variable
Eric Covener wrote:
On Wed, Nov 19, 2008 at 1:21 PM, Minson, John M Mr ARMY GUEST
<[EMAIL PROTECTED]> wrote:
> I'm trying to implement mod_authnz_ldap and get the following error
>
> auth_ldap authorise: User DN not found, ldap_search_ext_s() for user failed
>
> I have tried dozens of combinations of AuthLDAPUrl and A
I'm trying to implement mod_authnz_ldap and get the following error
auth_ldap authorise: User DN not found, ldap_search_ext_s() for user failed
I have tried dozens of combinations of AuthLDAPUrl and AuthLDAPBindDN
Is there anyway to get it to display the 'User DN' its trying to use ?
apache ha
>
> You're looking at a chunked response in something that doesn't know
> what to do with the chunked encoding. Is it a real browser, or are
> you just looking at the dump?
>
Yes, I'm testing with Firefox 3.0.3. Who does wrong with the
chunked encoding seems to be mod_proxy.
> It looked like the
> In my opinion, that would be unlikely, since it sometimes works, and
> sometimes not, and I guess the output file is always being written in the
> same place, no ?
>
Yes, of course you're right. (Although something about the way the file is
written by the .draw method could be dependent on the
Hi.
1) recommended : install Firefox, and the LiveHttpHeaders plugin for
Firefox. This allows you to see excactly which HTTP headers the server
is sending to the browser along with your file.
This will tell you what the browser *should* do to display the file.
(Well, not immediately and not a
Hi,
I have some files stored in a 'downloads' area of an Apache 2.2.10
server running on Linux Fedora Core 9. I access the files via Windows
Explorer 6.
If I view (click on Explorer link) a file named 'file.c' with the UNIX
linefeed convention, all of the text appears on a single line in my
Expl
morgan gangwere wrote:
No problems. I however would note 2 basic trends i've observed:
private posting is considered "bad" and i'd hope the DoD can provide
valid digital signatures to the people who work for them :3
Well, then... I have to apologize publicly for the private post, and I
will
Greetings,
Is there a way for me to see how bad orgood Apache doing/performing?
I am interest to see the current value of the following parameters and perhaps
any
others useful parameters:
end user concurrent request, load, MinSpareServers, MaxSpareServers,
MaxClients,
> Possibly foolish question, but did you read the README? There are
> additional steps to obtain/install the actual InstantClient 11.1 drivers
> and ensure that driver DLL can be found in the PATH.
>
> Bill
I have a possibly more foolish question - what README are you refering to?
There is a wo
On Wed, Nov 19, 2008 at 3:54 AM, Adelfio D'Angio'
<[EMAIL PROTECTED]> wrote:
> Hi all,
>
> on Apache 2.2.8 I have a problem with mod_proxy in case of chunked packets.
> This is my Proxy configuration:
> ProxyPass /bld/kernel http://localhost:38315
> ProxyPassReverse /bld/kernel http://localhost:383
On Wed, Nov 19, 2008 at 3:04 AM, Ashwin Patil
<[EMAIL PROTECTED]> wrote:
> Hi, thanks, please guide how I will pipe then
http://httpd.apache.org/docs/2.2/mod/mod_log_config.html#customlog
--
Eric Covener
[EMAIL PROTECTED]
-
On Wed, Nov 19, 2008 at 4:04 AM, Kirk, Laurence
<[EMAIL PROTECTED]> wrote:
> Does anyone know how to restrict login attempts when using LDAP ?
> I'm using authnz_ldap_module in Apache 2.2 to authenticate against LDAP,
> and would like a user account to be locked out after say 3 invalid attempts.
I will be out of the office starting 19/11/2008 and will not return until
24/11/2008.
For any issues, contact Office Automation hotline on 6400
Dan Yamins wrote:
[...]
Sometimes -- only _sometimes_ -- when the script invokes the "draw" method,
I get a "premature end of script headers" problem, with error code 500.
Because the .draw method is outputing a file to disk, it seems like it might
be a permissions-related problem.
In my opini
Does anyone know how to restrict login attempts when using LDAP ?
I'm using authnz_ldap_module in Apache 2.2 to authenticate against
LDAP, and would like a user account to be locked out after say 3 invalid
attempts.
Regards,
Laurence
This e-mail is confidential and is for the addressee only.
Hi all,
on Apache 2.2.8 I have a problem with mod_proxy in case of chunked packets.
This is my Proxy configuration:
ProxyPass /bld/kernel http://localhost:38315
ProxyPassReverse /bld/kernel http://localhost:38315
I published an "Hello World!" page on another web server running on port 38315
but
Hi, thanks, please guide how I will pipe then
- Original Message -
From: "Eric Covener" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, November 19, 2008 7:50 AM
Subject: Re: [EMAIL PROTECTED] Repository logs to SYSLOG-NG serve
On Tue, Nov 18, 2008 at 10:41 AM, Ashwin Patil
<[EMAIL PROT
29 matches
Mail list logo