Re: [EMAIL PROTECTED] How to limit the bandwidth

2005-09-05 Thread Marian Marinov
Try using mod_bandwidth. На 2.9.2005 16:51 Joshua Slive написа: > On 9/1/05, huang mingyou <[EMAIL PROTECTED]> wrote: > > hello,list. > >I want to limit the bandwidth on our apache server,how can do > > ,need install another modules,like bwshare? > > There is no way to do this with the bun

Re: [EMAIL PROTECTED] Transfer Speed Limits

2005-07-27 Thread Marian Marinov
mod_bandwith На 27.7.2005 15:28 Eimantas Vaičiūnas написа: > On Wednesday 27 July 2005 15:26, Johan M wrote: > > Hello, > > > > How do I set transfer speed limits for virtualhosts, I've seen a few > > sites that have set transfer speed limits (ex. so that users can only > > download at say 20kB/s)

Re: [EMAIL PROTECTED] Mutliple Physical Servers with different host names at the same IP Address

2005-07-18 Thread Marian Marinov
Hello, Once I had a similer problem. My solution was to use a local dns server which had the local IPs of every server behind the firewall and I configured DNAT to the hostnames not to the IPs so every request which goes to host1.domain.tld was received on my internet interface but was deliverd

Re: [users@httpd] Show apache current process information

2005-06-21 Thread Marian Marinov
have you used mod_status with Extended Status on ? this gives you very good information about that. Regards M.Marinov На 21.6.2005 11:29 Neil Doody написа: > Is there anyway to interrogate what apache is doing right now, what > files it is trying to serve and stuff? > > I had a problem ear

Re: [users@httpd] How to close connection instead of sending 403?

2005-06-20 Thread Marian Marinov
This standards are well written to help us work... I you don't want to pay for quality service, this is your own problem... Don't blame the standards... We all have to deal with all that you have mentioned, but most of us have made a well designed network to do the job we need. If you don't like

Re: [users@httpd] How to close connection instead of sending 403?

2005-06-20 Thread Marian Marinov
Ok, as I have said before what you want to do can be easily done using Patch-o-matic. When you have patched your kernel with this patch you can use firewall rule which will open and examine the packets before it transmit it to the applications. This way I have setup a hosting machine and have dr

Re: [users@httpd] want index.cgi as directory default

2005-06-19 Thread Marian Marinov
You can simply use: DirectoryIndex index.cgi index.html in your Vhost configuration. На 19.6.2005 20:10 Marty Landman написа: > Hi, > > I've got a virtual host set up and would like it to run > > http://yoyomaplayscello/EyesBehindTheBar/Spotter/index.cgi > > when requesting > > http://yoyomaplays

Re: [users@httpd] How to close connection instead of sending 403?

2005-06-19 Thread Marian Marinov
I'm not sure apache can do that but I have one linux box setup as firewall, patched with patch-o-matic and I do this what you want with iptables. На 19.6.2005 12:20 dtufs написа: > We have been trying to cut down our bandwidth usage by > disallowing access for many spammers and malevolent > bots.

Re: [EMAIL PROTECTED] Mass Virtual Hosting

2005-05-20 Thread Marian Marinov
Because no one have mentioned this. I will :) If you plan to use centralized hosting as I presume, you really need to thing about GFS... it is significantly better then AFS & NFS. About the configurations... most of the daemons(FTP,DNS,MTA) support DB backends. This improves the configurations g