Bad Situation, Jk2 is dead.
The development of jk2 is stopped. Some features from jk2 are ported back
to mod_jk.
regards Dietmar
Praveen Alavilli <[EMAIL PROTECTED]> am 12.04.2006 21:22:41
Bitte antworten an users@httpd.apache.org
An: users@httpd.apache.org
Kopie:
Thema: [EMAIL PROTE
Make sure you have loaded mod_rewrite.
If you really need the client to request a specific host name (because you are
using named virtual hosts), you can put the following lines in the appropriate
virtual host:
RewriteEngine On
RewriteCond %{HTTP_HOST} =csquared.stanford.edu
RewriteRule .* htt
Perhaps you could give me some hints for doing this with mod_rewrite, if you
have previous experience? It looks quite involved.
Thanks again,
Paul
From: "Kishore Jalleda" <[EMAIL PROTECTED]>
Reply-To: users@httpd.apache.org
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] redirect de
I guess you need the Rewrite directive for what you are trying to acheive, as far as the syntax for Redirect goes Redirect [status] URL-path URLnotice that the second argument is a URL-path which is supposed to be PATH (absolute or relative), and not a URL like you define
I have an apache server running here:
http://wilkinson.stanford.edu/
And there is a redirect somewhere (not on my system) that takes the
following url:
http://csquared.stanford.edu/
to the same apache server. I would like to take requests that look are for
'http://csquared.stanford.edu/' an
It seems you are correct- I have no idea how I missed this while searching
through the existing bugs-
Anyway- thanks!
-SS
On 4/11/06 11:51 PM, "Axel-Stéphane SMORGRAV"
<[EMAIL PROTECTED]> wrote:
> I believe the clue is here:
>
> [Thu Mar 30 21:36:38 2006] [info] mem_cache: Cached url:
> http
Hi,
We are seeing a strange problem with Apache/2.0.53 + Tomcat 4.1.30
connected using mod_jk2. Occasionally all the threads in one of the
Apache processes (using worker mpm) gets into "*|W|*" Sending Reply
mode (as seen on the server-status page) forever taking up a lot of
memory and cpu. Th
Hi all, I was wondering if there's an equivalent
to RLimitNPROC that will limit the number of
simultaneously running cgi scripts on a per-virtual
host basis? Or even a mod.
Thanks,
David
-
The official User-To-User support for
Hi All,
I'm getting the following error:
[Wed Apr 12 11:29:09 2006] [alert] (EAI 7)No address associated with
nodename: mod_unique_id: unable to find IPv4 address of "pod.local"
Configuration Failed
If I reboot, it seems fine. Any ideas on what could be causing it. I
guess I could remove m
Thanks for the quick reply.
This may be the way things _should_ work, but apparently it isn't the
way they actually work...
Using either the init scripts (which kill Apache with:
kill -USR1 $( wrote:
> There is no other reason I can see why Apache would "start intermittently".
> What you could try
hehe ... :-)
--- Boyle Owen <[EMAIL PROTECTED]> wrote:
> > -Original Message-
> > From: Richard de Vries
> [mailto:[EMAIL PROTECTED]
> > Sent: Mittwoch, 12. April 2006 15:01
> > To: users@httpd.apache.org
> > Subject: Re: [EMAIL PROTECTED] Maurizio
> Salviato/PAM/IT è in ferie.
> >
> >
We're running Apache 2.0.46 on Red Hat kernel 2.4. We're trying to
shorten the URL our clients have to use to connect to an application.
We have three environments; development, test, and production. Our
approach is to create a DNS entry in the format of
environment.appname.domain and have it reso
There is no other reason I can see why Apache would "start intermittently".
What you could try in order to test this hypothesis, is to open a TCP
connection to the server ("telnet localhost 80") and keep it open while you try
stopping the server. I think you will see that the server does not act
> -Original Message-
> From: Richard de Vries [mailto:[EMAIL PROTECTED]
> Sent: Mittwoch, 12. April 2006 15:01
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] Maurizio Salviato/PAM/IT è in ferie.
>
> If you want a timely and/or meaningful reply, you
> should really consider
Although I can't re-create the problem now (even under a relatively
heavy load), I checked the logs and could not find any extraordinary
problems.
Neither of the pages are high traffic (my home web server and my
school's web server), so I'm not sure if that is even the problem?
Thanks for the sugge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
What you need more of depends on what you are about to run out of. If you
always have plenty of free memory, adding more RAM won't help. If the
load average is always low, adding more CPUs won't help.
You also need to look at how hard your network c
Have you by any chance set the "nokeepalive" environment variable somewhere in
your configuration ?
-ascs
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 12, 2006 12:05 PM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] HTTP response He
On 4/11/06, Noah <[EMAIL PROTECTED]> wrote:
> On Thu, 6 Apr 2006 10:44:40 -0400, Joshua Slive wrote
> > On 4/6/06, Noah <[EMAIL PROTECTED]> wrote:
> > > I am attempting to figure out more about setting up webdav on FreeBSD. I
> > > am
> > > finding that the http://www.webdav.org website is not an
If you want a timely and/or meaningful reply, you
should really consider writing your messages in
english.
--- [EMAIL PROTECTED] wrote:
>
> Sarò assente dall'ufficio a partire da Mar
> 04/04/2006 fino a Gio
> 20/04/2006.
>
> Risponderò al messaggio al mio ritorno.
>
>
>
Sarò assente dall'ufficio a partire da Mar 04/04/2006 fino a Gio
20/04/2006.
Risponderò al messaggio al mio ritorno.
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/users
On Wednesday 12 April 2006 11:05, [EMAIL PROTECTED] wrote:
> Hi,
> If the Apache server receives the HTTP request from a client and
> while sending the response it always sends the HTTP header Connection :
> Close.
Nope. It sometimes sends that, but by no means always.
> I have written the
Hi,
If the Apache server receives the HTTP request from a client and
while sending the response it always sends the HTTP header Connection :
Close.
I have written the PHP script in order to send HTTP header "Connection :
Keep-Alive" but what Apache does is it sends out both.
I mean it sends
> -Original Message-
> From: david0005 [mailto:[EMAIL PROTECTED]
> Sent: Mittwoch, 12. April 2006 06:00
>
> I am actually well aware of all of the technical meanings of the word
> bandwidth. However, I was using the word in the colloquial
> sense -- that
> is bandwidth as a limited commo
It may be because at the time the attempt at starting the server is made, the
previous process has not yet completely shut down. You should see a message in
the error log saying that Apache is unable to bind the address/port. This is
frequent on busy servers.
Take a look at your logs to verify
You need two virtual hosts instead of one: _default_:80 and _default_:443. Put
the proxy stuff supposed to be handled on :80 inside the former VH, and leave
the latter VH as it is.
-ascs
-Original Message-
From: Paul Matthews [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 12, 2006 2
25 matches
Mail list logo