[us...@httpd] Apache under Windows 2003 or Linux ?

2009-06-21 Thread Pierre Labrecque
Hello, Just in case: this is not a kind of troll… I just want to know… + sorry for my poor English (I speak French). I have to install a web server to run several wikis on it. These wikis will be in use for around 150 to 200 users (Technical Support wikis for a Help Desk). This web server

[us...@httpd] Re: iis homepage is coming instead of apache please help

2009-06-21 Thread Sayan Mukhopadhyay
Can any one please help me on the below mention problem. Please help me. I badly need to solve the issue. thanks Sayan On Sat, Jun 20, 2009 at 6:06 AM, Sayan Mukhopadhyay sayan...@gmail.comwrote: Hi Team, I have install apache server in my window pc. When I am running httpd -k start it

Re: [us...@httpd] Apache under Windows 2003 or Linux ?

2009-06-21 Thread André Warnier
Pierre Labrecque wrote: I have read some comments on the web that said that it’s a “heresy” to run Apache on a Windows 2003 system. You should not believe everything you read. The comment you mention above is probably from a bishop of the Church of Microsoft, or a priest of the Church of

Re: [us...@httpd] Re: iis homepage is coming instead of apache please help

2009-06-21 Thread André Warnier
Sayan Mukhopadhyay wrote: Can any one please help me on the below mention problem. Please help me. I badly need to solve the issue. Sayan, There is no user/password dialog with the default homepage of a standard Apache for Windows. There is just a page that says It works. 1) tell us

[us...@httpd] Limiting connections per IP

2009-06-21 Thread Mohit Anchlia
Apache 2.2.6: I am aggresively looking for some solution that limits number of connections per IP and the settings can dynamically be changed. Does anyone know if there such a module which is dynamic in nature. For eg: After starting apache can I dynamically change number of connections without

[us...@httpd] mod_cguard

2009-06-21 Thread Mohit Anchlia
Does anyone know how mod_cguard work? Website http://httpd.renatasystems.org/mod_cguard/ seems to be down. - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [us...@httpd] Apache under Windows 2003 or Linux ?

2009-06-21 Thread Lyle Wincentsen
On the other hand, if you were looking for a reason to learn something about Linux, this sounds like a perfect learning project. (It really is pretty awesome, IMHO.) Good luck whatever you decide to do. -Lyle On Sun, Jun 21, 2009 at 7:41 AM, André Warnier a...@ice-sa.com wrote: Pierre

Re: [us...@httpd] Apache under Windows 2003 or Linux ?

2009-06-21 Thread Sander Temme
On Jun 21, 2009, at 5:26 AM, Pierre Labrecque wrote: I have to install a web server to run several wikis on it. These wikis will be in use for around 150 to 200 users (Technical Support wikis for a Help Desk). This web server must be always on, fast, etc… I have read some comments on the

Re: [us...@httpd] Re: iis homepage is coming instead of apache please help

2009-06-21 Thread Evan Platt
At 05:27 AM 6/21/2009, you wrote: Can any one please help me on the below mention problem. Please help me. I badly need to solve the issue. See my reply from yesterday. You need to disable IIS Web server. start Control Panel Administrative (options|control) Services look for IIS and

Re: [us...@httpd] mod_cguard

2009-06-21 Thread André Warnier
Mohit Anchlia wrote: Does anyone know how mod_cguard work? Website http://httpd.renatasystems.org/mod_cguard/ seems to be down. No, but you may want to have a look at this one too : http://codee.pl/cband.html That is, if you pause long enough to decide what kind of limit you want to put on

Re: [us...@httpd] Limiting connections per IP

2009-06-21 Thread Eric Bowman
Mohit Anchlia wrote: Apache 2.2.6: I am aggresively looking for some solution that limits number of connections per IP and the settings can dynamically be changed. Does anyone know if there such a module which is dynamic in nature. For eg: After starting apache can I dynamically change

Re: [us...@httpd] Limiting connections per IP

2009-06-21 Thread Darryle Steplight
What's wrong with changing the setting in your .htaccess file? This wouldn't require an Apache restart. On Sun, Jun 21, 2009 at 6:00 PM, Eric Bowmanebow...@boboco.ie wrote: Mohit Anchlia wrote: Apache 2.2.6: I am aggresively looking for some solution that limits number of connections per IP

Re: [us...@httpd] Limiting connections per IP

2009-06-21 Thread dreamice
I suggest you to use iptables/netfilter to limit the connections. jgroups wrote: Apache 2.2.6: I am aggresively looking for some solution that limits number of connections per IP and the settings can dynamically be changed. Does anyone know if there such a module which is dynamic in

Re: [us...@httpd] Limiting connections per IP

2009-06-21 Thread Mohit Anchlia
I am trying to look for solution that will dynamically let me turn away users in case our app servers are slow because of DB slowness or some other application problems. This will help us provide customized turn away message and also limit connections per virtual ip or host. On Sun, Jun 21, 2009