> -Original Message-
> From: Douglas Hobaugh [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 31, 2008 5:33 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Customers getting "Page Cannot be
> Displayed" over SSL
>
> Hi all, I hope this is the correct list. First time post
> -Original Message-
> From: kernel.2k5 [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 31, 2008 5:23 PM
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] URGENT Attention Problem
>
>
> Alias /useme /var/www/html/site4/index2.html
> Alias /cp1 /var/www/html/site4/index
Can't possibly be a keep-alive problem with the following line is in the config:
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
downgrade-1.0 force-response-1.0
I can however think of another issue with MSIE which may cause such behaviour.
Do you happen to apply compressi
I see why you can suspect Apache httpd of setting these headers, but AFAIK from
having used Apache 2.0.x and mod_proxy for a number of years, Apache does not
"rewrite" headers unless you do so explicitly in the configuration.
You will note that in the first case the application replies HTTP/1.0
Hello all,
I'm looking for a way to rewrite this url:
http://www.domain-1.com/directory/country.php?id_rub1=32&id_rub2=66&id_rub3=107&col=32&col2=66&col3=107&*Country=4&Conc=14*
to
http://www.domain-2.com/
only when *Country=4&Conc=14* is matching.
So I wish apache2 could do something els
RewriteCond %{QUERY_STRING} Country=4(&.+)?$
RewriteCond %{QUERY_STRING} Conc=14(&.+)?$
RewriteRule ^/directory/country.php http://www.domain-2.com/ [R]
As for your second requirement, I think it has already been widely discussed on
this forum, and others, even recently. A little search through
Thanks a lot for your help
Axel-Stephane SMORGRAV wrote:
RewriteCond %{QUERY_STRING} Country=4(&.+)?$
RewriteCond %{QUERY_STRING} Conc=14(&.+)?$
RewriteRule ^/directory/country.php http://www.domain-2.com/ [R]
I've just tried what you told me to do but I still get all parameters
like this :
Why isn't there any zipped binary of the windows version of apache 2.2?
Now I need to uninstall the old installed apache version and after that
install the new version
> -Original Message-
> From: Axel-Stephane SMORGRAV
> [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 01, 2008 9:39 AM
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] Customers getting "Page Cannot be
> Displayed" over SSL
>
> Can't possibly be a keep-alive problem with
On Thu, 31 Jan 2008 15:26:50 -0200
Lucas Brasilino <[EMAIL PROTECTED]> wrote:
> Hi!
>
> I'm using apache 2.0.59 and I'm getting an weird problem.
> First of all, I have no 'Header unset' from mod_headers.
> Apache is rewriting 'Cache-Control' and 'Pragma' headers when
> is being fetched _only_ P
Increase StartServers, MaxClients and for optimal performance make
MaxSpareThreads equal to MaxClients.
Also make sure that MaxClients = StartServers * ThreadsPerChild.
Try something like this
StartServers 10
MaxClients 500
MinSpareThreads 50
MaxSpareThreads
On Jan 31, 2008 5:23 PM, kernel.2k5 <[EMAIL PROTECTED]> wrote:
> http://210.18.170.226/useme
>
> then it must open /var/www/html/site4/index2.html this file ,
>
> and that servername is not registered as i am trying all this one single
> machine directly connected to internet with that public ip f
Holy Molly Miss Sophie! And you say this only occurs when serving PDF and DOC
files ?
KeepAlive was a HTTP/1.0 extension, so I do not think that the Connection
header violates RFC. That is besides the point here anyway...
I do not see any Age header so I do not think you are caching, are you?
Thanks for your response
I do have mod_deflate but I have the setting below for IE which I believe
will only compress html documents.
BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
If I view the headers I sill get Content-Encoding: gzip for css and
Javascript below are the headers for a sty
As I wrote, the only way to achieve this is by design of your web site, e.g.
using a servlet and POST requests, or (i)frames.
-ascs
-Message d'origine-
De : Stéphane Neveu [mailto:[EMAIL PROTECTED]
Envoyé : vendredi 1 février 2008 10:54
À : users@httpd.apache.org
Objet : Re: [EMAIL PR
Thanks. It works.
On 2/1/08, Sriharsha M <[EMAIL PROTECTED]> wrote:
>
> Increase StartServers, MaxClients and for optimal performance make
> MaxSpareThreads equal to MaxClients.
> Also make sure that MaxClients = StartServers * ThreadsPerChild.
>
> Try something like this
>
> StartServers 10
Hi Axel-Stephane!
I see why you can suspect Apache httpd of setting these headers, but AFAIK from
having used Apache 2.0.x
> and mod_proxy for a number of years, Apache does not "rewrite"
headers unless you do so explicitly in the
> configuration.
I agree but, really, I can't figure out. The
Hello, I am a newbie (to the Apache rewrite rules) who has been thrown
into the lion's den. We are having trouble achieving our three goals
listed below. Any pointers would be greatly appreciated.
We are having problems converting the incoming URL to a persistent,
SEO/spider-friendly URL while
Hi there,
I am setting up an apache 2.2 reverse proxy, that should use
a connection pool to connect to the backend. Unfortunately,
there is no connection pool in sight anywhere.
On bugzilla, there are some issues with this connection pooling,
but I understand this should not affect me in the most
On Fri, Feb 01, 2008 at 02:43:13PM +0100, Axel-Stephane SMORGRAV wrote:
> Hmmm. This made me think that there may not be any point in having a min for
> reverse proxy backends since it seems pretty pointless to initialise n
> connections that will be closed by the backend anyway 15 seconds later
Hmmm. This made me think that there may not be any point in having a min for
reverse proxy backends since it seems pretty pointless to initialise n
connections that will be closed by the backend anyway 15 seconds later or
whatever the backend's keepalive timeout is, if there is no activity on sa
it could just be that the backbone for that area has other major fiber
users that take up that same bandwidth. if you can get to that location
and run some sort of speed upload/download test to see what your
_acctual_ speeds are then you can see if its really apache, or if the
machine is simply
Hello,
It is my first post to this list. I run Apache/2.0.61 on a FreeBSD 6.3
server. I would like to be able to set up a simple redirection because
I want to offer content in two languages.
I read about content negotiation in apache server and saw the example
files in the root www directory.
I
A new working draft of "Best Practice Recipes for Publishing RDF
Vocabularies" was published on 23 January, 2008. The W3C Semantic Web
Deployment Working Group (SWD WG) invites you to comment on this
document:
http://www.w3.org/TR/2008/WD-swbp-vocab-pub-20080123/
This document describes best pr
On Feb 1, 2008 11:18 AM, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote:
> Hello,
>
> It is my first post to this list. I run Apache/2.0.61 on a FreeBSD 6.3
> server. I would like to be able to set up a simple redirection because
> I want to offer content in two languages.
>
> I read about content nego
Hello,
2008/2/1, Joshua Slive <[EMAIL PROTECTED]>:
> On Feb 1, 2008 11:18 AM, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote:
> > Hello,
> >
> > It is my first post to this list. I run Apache/2.0.61 on a FreeBSD 6.3
> > server. I would like to be able to set up a simple redirection because
> > I want
26 matches
Mail list logo