-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
Hi Steve,
RewriteRule ^confirm/([^/]*)/([^/]*)\.html$
http://foo.com/confirm.php?lmusr=$1&lmconfrm=$2 [R,L]
should do it.
Reagards,
Gabriel
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
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
Hi,
You need to have a
. . . .
seted up.
Gabriel
"Lalit Kapoor"
<[EMAIL PROTECTED]
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> -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
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
22 matches
Mail list logo