Re: [users@httpd] Access control with source IP addresses

2014-12-01 Thread MegaBrutal
2014-11-21 12:48 GMT+01:00 Rainer M. Canavan : > > On Nov 21, 2014, at 08:48 , Bu Xiaobing wrote: > >> Hi All, >> >> I want to do the httpd URL access control through visitors' IP addresses as >> the following : >> >> all source IP address can visit ^/action.php?login >> and only specified IP ad

[users@httpd] rotatelogs creates logs as root

2012-11-27 Thread MegaBrutal
pache runs under a separate user account, only one instance is running as root to be able to bind to port 80. I don't think rotatelogs should be called as root, or if so, rotatelogs should chown the files to the Apache user ID. Regards, MegaBrutal

[users@httpd] Rejecting requests for unknown virtual hosts

2011-10-22 Thread MegaBrutal
ry for the long elaborated e-mail. My questions are: - How can I reject all requests without a "Host:" header, while still logging them to the reject.log file? - Is there a directive (or is it planned in a future release) that tells Apache to don't match host-less requests to any of the virtual hosts ever, just refuse them by itself? (By still enabling an option to log those invalid requests.) Thanks for your help in advance, MegaBrutal

Re: [us...@httpd] Custom authentication?

2011-01-04 Thread MegaBrutal
Sorry if I'm wrong. If the user is redirected from a different location, is it possible that checking the HTTP Referrer might do the work? Assume, the other server has already authenticated the user, so you don't need to authenticate him again; you just grant access to the file if its referrer matc

Re: [us...@httpd] browse?

2010-08-23 Thread MegaBrutal
2010/8/23 hadi motamedi : > At now, browsing the http://10.0.2.2/icons/ > will show the intended file but as I am using lynx as browser I cannot > download it. Can you please let me know how to get it? If you can download the file with other browsers, then it's not an Apache-related question. If y

Re: [us...@httpd] How to configure for downloading files?

2010-08-21 Thread MegaBrutal
2010/8/21 Eric Covener : > On Sat, Aug 21, 2010 at 6:34 AM, hadi motamedi wrote: >> >> >> On Sat, Aug 21, 2010 at 2:42 PM, MegaBrutal wrote: >>> >>> Errm... I don't get the problem. You said, the guest already see your >>> page. It seem

Re: [us...@httpd] How to configure for downloading files?

2010-08-21 Thread MegaBrutal
Errm... I don't get the problem. You said, the guest already see your page. It seems you just need to stuff the files in htdocs, and the guest may access them. 2010/8/21 hadi motamedi : > Dear All > I have installed Apache HTTP server 2.0.54 on my win xp host and my emulator > guest can see its pa

Re: [us...@httpd] Apache 2.2.15 memory usage

2010-08-20 Thread MegaBrutal
available in mpm_winnt and allow you to fine tune Apache's memory consumption. Thanks for your question, though. At least, today I've learnt some new stuffs about Apache. :D Regards, MegaBrutal 2010/8/20 MegaBrutal : > Hello, > > Read this document: > http://httpd.apache.

Re: [us...@httpd] Apache 2.2.15 memory usage

2010-08-20 Thread MegaBrutal
would know about it then. Regards, MegaBrutal 2010/8/20 Pravesh Rai : > Hi All, > > Found that, on Windows x86 & x64 setup, memory consumption (by > httpd.exe) gets increased with time, under stress conditions. Is there way, > through configuration settings, to control this reso

Re: [us...@httpd] Redirection based on HTTP Host header

2010-08-19 Thread MegaBrutal
Hello, Just to clarify it: so you want to accept HTTP and HTTPS connections on the same TCP port? MegaBrutal 2010/8/19 Frank Zappo : > Good day, > > Is there a way to specify directives to scan the HTTP Host header for > specific attributes, and then redirect based upon the va

[us...@httpd] Windows: Apache 2.2 service ignores shutdown

2010-08-17 Thread MegaBrutal
lways forget the proper "diff" command that makes proper patches. ;) But still, if you don't feel like to do it, I'll make a patch and also test the feature, if you promise you'd include it in the next release. Best regards, MegaBrutal P.S.: Ooops! Sorry, I was a bit out

Re: [EMAIL PROTECTED] Is it possible to filter requests from certain browsers/OSes?

2008-07-04 Thread MegaBrutal
Ban Windows users just because they are Windows users is quite unethical. You are discriminating them. But once, I've done something similar to Opera users, but I didn't banned them, just showed a warning that they are actually using a very crappy browser, use Firefox or IE instead. :D ---

[EMAIL PROTECTED] Re: mod_proxy: Proxy sends double requests to backend server

2008-06-30 Thread MegaBrutal
Nobody has idea what may cause this problem I've described? Has anybody encountered something similar? 2008/6/27 MegaBrutal <[EMAIL PROTECTED]>: > Hi all, > > I've encountered a very strange problem. I wanted to configure a > proxy, but for some reason, it sends

[EMAIL PROTECTED] mod_proxy: Proxy sends double requests to backend server

2008-06-27 Thread MegaBrutal
is right, and he also wondered the problem. So I. Does someone have an idea what may cause this? * I've seen the changelog for 2.2.9, but it doesn't mention a fix for such a bug, so I didn't see point in upgrading right now. Thanks, MegaBrutal ---