Re: [EMAIL PROTECTED] How to prevent apache proxy abuse?

2008-07-18 Thread Ali Nebi
s your best bet would be to block these at the router/firewall level. If you don't have access to that, use iptables on the web server to silenty drop any connections from them. On Fri, Jul 18, 2008 at 12:08 PM, Ali Nebi <[EMAIL PROTECTED]> wrote: Hi, i would like to ak how can i blo

[EMAIL PROTECTED] How to prevent apache proxy abuse?

2008-07-18 Thread Ali Nebi
Hi, i would like to ak how can i block these attempts? fcmat_ex.nw1.fcmat.org - - [18/Jul/2008:09:51:30 -0500] "POST http://lti-mail01.ltinetworks.com:25/ HTTP/1.0" 302 313 "-" "-" fcmat_ex.nw1.fcmat.org - - [18/Jul/2008:09:51:30 -0500] "GET http://www.microsoft.com/ HTTP/1.0" 302 304 "-" "M

[EMAIL PROTECTED] How to use mod_expire and how to tell on user browser that content is changed.

2008-05-23 Thread Ali Nebi
Hi, i would like to use mod_expire in our site, but what i'm trying to understand and lear is, how to tell user browser that cached content is already changed and to cache the new one. For example if i have set expire time to be this way "access 2 weeks", but content is changed before this time,

[EMAIL PROTECTED] Question about internal dumy connections in httpd-2.28

2008-05-21 Thread Ali Nebi
Hi, i want to ask about internal dummy connections in apache 2.2.8. I see in the logs records like this: ::1 - - [21/May/2008:13:22:39 +0200] "OPTIONS * HTTP/1.0" 200 - "-" "Apache/2.2.8 (EL) (internal dummy connection)" In server-status page i see that these connections take server connections.

[EMAIL PROTECTED] Problem: Apache threads don't free memory and getting higher and higher with time

2008-05-19 Thread Ali Nebi
Hi, i need little bit help and info how to solve a problem. We have installed on CentOS 5 httpd-2.2.3-11. Also the site that is on this server, is a big site and it is accessing from meny peoples. What i see from top tool is that when apache is working long time wihtout restart, only graceful eve

[EMAIL PROTECTED] Question about strange problem when using graceful

2007-11-12 Thread Ali Nebi
Hi, i have a problem, i don't know if it is bug or not. Sometimes when we use graceful the old threads don't stop and system is going to overload. What can i do to solve this problem ? Is it a bug? After graceful in output from top i see many httpd active processes. --

Re: [EMAIL PROTECTED] Questions about httpd logging and redirecting requests to be logged in different places

2007-09-11 Thread Ali Nebi
On Tue, 2007-09-11 at 09:52 -0400, Joshua Slive wrote: > On 9/11/07, Ali Nebi <[EMAIL PROTECTED]> wrote: > > > i want to check all requests for the authentication users, in the > > example above the user is hpenagos. > > > > and all requests from these spe

[EMAIL PROTECTED] Questions about httpd logging and redirecting requests to be logged in different places

2007-09-11 Thread Ali Nebi
e_address option, it is working and in the new log file i see the records from these ip addresses. But i want to check only by user name, because the person can try to access from different pcs with different ip addresses. I hope that here

[EMAIL PROTECTED] Some questions about apache logs and separate logs

2007-08-31 Thread Ali Nebi
CustomLog logs/externalusers/hpenagos.log combined env=externaluser But this configuration it doesn't work We are using also SSL. How can i solve this problem, how to set to check the request by authentication name (%u in logformat) and how to set it to write the records in separate lo