Re: [EMAIL PROTECTED] limiting bandwidth only for streaming video

2007-06-20 Thread morgan gangwere
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 patrick wrote: > hi, > > i am trying to limit the bandwidth of all visitor to 80k / sec only when > i push video (mostly .mov & .flv). digging google i found 2 modules : > > http://cband.linux.pl/ and > http://www.ivn.cl/apache/#bandwidth > > cband

Re: [EMAIL PROTECTED] mod_rewrite inquiry

2007-06-20 Thread GKapitany
Hi Steve, RewriteRule ^confirm/([^/]*)/([^/]*)\.html$ http://foo.com/confirm.php?lmusr=$1&lmconfrm=$2 [R,L] should do it. Reagards, Gabriel Steve Finkelstein

[EMAIL PROTECTED] mod_rewrite inquiry

2007-06-20 Thread Steve Finkelstein
Hi all, I have a URL that looks like the following: http://foo/confirm/[EMAIL PROTECTED]/6w5vdn799umk01k5aaz0col.html I'm trying to have it rewrite to the following: RewriteEngine On RewriteRule ^confirm/([^/]*)/([^/]*)\.html$confirm.php?lmusr=$1&lmconfrm=$2 [R,L] so that the end result looks

Re: [EMAIL PROTECTED] Deny CONNECT & GET http requests (BIG Security Hole?

2007-06-20 Thread Joshua Slive
Just to put a cap on this thread, I've expanded the faq entry on this subject and transfered it to the docs wiki: http://wiki.apache.org/httpd/Logs/Proxy_Abuse Feel free to correct any errors or omissions. - The official User-To

Re: [EMAIL PROTECTED] ReWrite Rule help required

2007-06-20 Thread GKapitany
Hi, You need to have a . . . . seted up. Gabriel "Lalit Kapoor" <[EMAIL PROTECTED]

Re: [EMAIL PROTECTED] ReWrite Rule help required

2007-06-20 Thread Lalit Kapoor
Hi, You got it right. This is wat " http -S " says: [aoxh1016.oavf.sprintspectrum.com:/etc/httpd/conf]# httpd -S VirtualHost configuration: wildcard NameVirtualHosts and _default_ servers: _default_:443 aoxh1016.oavf.sprintspectrum.com(/etc/httpd/conf.d/ssl.conf:88) Syntax OK [aoxh1016.oavf.spr

Re: [EMAIL PROTECTED] ReWrite Rule help required

2007-06-20 Thread GKapitany
Hi, If your https host is not accessible directly, then do you have a virtualhost seted up listening on 443? Gabriel "Lalit Kapoor" <[EMAIL PROTE

[EMAIL PROTECTED] ReWrite Rule help required

2007-06-20 Thread Lalit Kapoor
Hi, We have written Rewrite Rule to direct HTTP traffic to HTTPS page. It works as : http://sitename.com ---> https://sitename.com + CA siteminder login ->http://sitename.com ( after authentication ) Here is the rule: **# URL rewrite to redirect access to /entrycheck/login.html

[EMAIL PROTECTED] IE6/7 .htaccess error

2007-06-20 Thread Tyler Petrie
Hi, I am receiving: gss_acquire_cred() failed: Miscellaneous failure (No principal in keytab matches desired name) in apache's ssl_error_log when someone authenticates successfully in IE7. The browser shows an "Internal Server Error". I am running Apache 2.0.52 on RHEL4 with mod_auth_kerb

[EMAIL PROTECTED] can i set max_clients per virtual host ?

2007-06-20 Thread Amr Elgbaly
Hello all ! can i limit max_clients per virtual host ? Regards , -- Amr Elgbaly Gnu/Linux sytem engineer OptiServers support team http://optiservers.com Telephone : +2 02 678 679 Cell Phone : +2 012 803 2002 - The official

[EMAIL PROTECTED] Apache + Mod_Rewrite + IP Auth + Mongrels

2007-06-20 Thread Jacobo García
Hello, I'm working on a setup with the following structure, all the software is in the same server. Apache 2 server with mod_proxy, mod_rewrite and some others. An apacher conf file with 3 Virtualhosts of different domains for a rails app. Each virtual hosts has some rules to redirect petition

Re: [EMAIL PROTECTED] How to configure Host-Header based VirtualHost in Apache? IIS works.

2007-06-20 Thread Dan_Mitton
Also, name-based virtual hosting only works with HTTP. You can not run HTTPS that way. Please respond to users@httpd.apache.org Sent by:[EMAIL PROTECTED] To: users@httpd.apache.org cc: (bcc: Dan Mitton/YD/RWDOE) Subject:Re: [EMAIL PROTECTED] How to configure Host-Heade

Re: [EMAIL PROTECTED] How to configure Host-Header based VirtualHost in Apache? IIS works.

2007-06-20 Thread Joshua Slive
On 6/20/07, Tom Shi <[EMAIL PROTECTED]> wrote: Does the Apache support the host header based virtual hosting? Yes. We call it name-based virtual hosting: If yes, can anyone show me how to do it? http://httpd.apache.org/docs/2.2/vhosts/name-based.html Your config looks pretty close. The o

[EMAIL PROTECTED] How to configure Host-Header based VirtualHost in Apache? IIS works.

2007-06-20 Thread Tom Shi
We have to host two web sites, for example, www.mytestsite1.com and www.mytestsite2.com with one computer and one IP address. When user access the websites, the router will route the requests to my local IP address, for example 192.168.1.100. ServerName www.mytestsite1.com ... ServerName w

Re: [EMAIL PROTECTED] Deny CONNECT & GET http requests (BIG Security Hole??

2007-06-20 Thread Tony Anecito
Thanks Joshua you answered all my questions even the one about testing. All I got was the last message and it only referenced the php/CONNECT not the whole discussion. I will try these things immediately. The Seattle company which is trying the CONNECT/POST test is really annoying. Regar

Re: [EMAIL PROTECTED] mod_coldfusion and general apache security

2007-06-20 Thread Joshua Slive
On 6/20/07, David Hartburn <[EMAIL PROTECTED]> wrote: Hi, I've got a couple of questions regarding mod_coldfusion and issues running older versions of apache. First of all, does anyone have a copy of the modified source code for combining ColdFusion 5 and Apache 2? The official mod_coldfusion d

Re: [EMAIL PROTECTED] Deny CONNECT & GET http requests (BIG Security Hole??

2007-06-20 Thread Joshua Slive
On 6/20/07, Tony Anecito <[EMAIL PROTECTED]> wrote: Hi Guys, I am very interested in what you are talking about. Especially the CONNECT/POST discussion. I have what I believe is a spammer doing the CONNECT/POST and getting a status 200 from apache. Is this truely a php issue? Should I drop using

[EMAIL PROTECTED] mod_coldfusion and general apache security

2007-06-20 Thread David Hartburn
Hi, I've got a couple of questions regarding mod_coldfusion and issues running older versions of apache. First of all, does anyone have a copy of the modified source code for combining ColdFusion 5 and Apache 2? The official mod_coldfusion does not interface between the two, however resources on

Re: [EMAIL PROTECTED] LoadBalancing with sessions

2007-06-20 Thread Serge Dubrouski
On 6/20/07, Jorge González <[EMAIL PROTECTED]> wrote: Hi! Ok, Apache balancing requests. Another option is LVS without Apache nither mod_load_balancer / mod_proxy_balancer. the problem: the user with session is going always to the same backend web server. This is not real balancing for me. It

Re: [EMAIL PROTECTED] Deny CONNECT & GET http requests (BIG Security Hole??)

2007-06-20 Thread Tony Anecito
Hi Guys, I am very interested in what you are talking about. Especially the CONNECT/POST discussion. I have what I believe is a spammer doing the CONNECT/POST and getting a status 200 from apache. Is this truely a php issue? Should I drop using php? Do you both agree and the apache group t

RE: [EMAIL PROTECTED] How to prevent Spammer from abusing Apache?

2007-06-20 Thread Boyle Owen
> -Original Message- > From: Bill Hernandez [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 19. Juni 2007 17:26 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] How to prevent Spammer from abusing Apache? > > > On Jun 19, 2007, at 1:29 AM, Boyle Owen wrote: > > >> Over time I'v

Re: [EMAIL PROTECTED] LoadBalancing with sessions

2007-06-20 Thread Jorge González
Hi! Ok, Apache balancing requests. Another option is LVS without Apache nither mod_load_balancer / mod_proxy_balancer. the problem: the user with session is going always to the same backend web server. This is not real balancing for me. The major problem is do real balancing between servers