Dragon is correct. Apache can be overload due many issues (ie overly
popular site or DoS attack, etc.) but the system will still ping and
respond to other ports and services. Apache will hit the limit and
not respond to http request, which is good, to prevent your system
from DoS or crash.
Ther
On Wed, Sep 17, 2008 at 4:58 PM, André Warnier <[EMAIL PROTECTED]> wrote:
> Eric Covener wrote:
>>
>> On Wed, Sep 17, 2008 at 4:02 PM, André Warnier <[EMAIL PROTECTED]> wrote:
(you can do the latter via your regex, but it's usually simpler to
guard it the other way)
>>> Rew
Eric Covener wrote:
On Wed, Sep 17, 2008 at 4:02 PM, André Warnier <[EMAIL PROTECTED]> wrote:
(you can do the latter via your regex, but it's usually simpler to
guard it the other way)
RewriteRule !^/maintenance\.html$ /maintenance.html [R=302,NC,L]
It quickly gets unamangeable as you need
[EMAIL PROTECTED] wrote:
On 9/17/08, André Warnier <[EMAIL PROTECTED]> wrote:
Justin Pasher wrote:
amiribarksdale wrote:
What is the "standard" way to determine whether a user is indeed logged
in to
a site and online right then? I have a web app where users log i
On 9/17/08, André Warnier <[EMAIL PROTECTED]> wrote:
> Justin Pasher wrote:
> > amiribarksdale wrote:
> > > What is the "standard" way to determine whether a user is indeed logged
> in to
> > > a site and online right then? I have a web app where users log in and
> get a
> > > cookie. Part of it is
On Wed, Sep 17, 2008 at 4:02 PM, André Warnier <[EMAIL PROTECTED]> wrote:
>> (you can do the latter via your regex, but it's usually simpler to
>> guard it the other way)
>>
>>
> RewriteRule !^/maintenance\.html$ /maintenance.html [R=302,NC,L]
It quickly gets unamangeable as you need to add captu
On Wed, Sep 17, 2008 at 3:39 PM, Yoom Nguyen <[EMAIL PROTECTED]> wrote:
> Eric,
>
> There are nothing under the error_log. However, the access_log continue to
> display the same line
>
> "GET /maintenance.html HTTP/1.1" 302 219 "--" "Mozilla/4.0 compatible:MSIE
> 5.01: Windows NT 5.0)"
> "GET /
Eric Covener wrote:
On Wed, Sep 17, 2008 at 2:49 PM, Yoom Nguyen <[EMAIL PROTECTED]> wrote:
DocumentRoot /srv/www/maintenance/
RewriteEngine on
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
RewriteRule .* -[F]
RewriteRule ^/(.*)$ maintenance.html [R=302,NC,L]
Add a / before maintenance.htm
Eric,
That was it, I need that RewriteCond.
Thank you so much for your help.
Y
- Original Message -
From: "Eric Covener" <[EMAIL PROTECTED]>
To: users@httpd.apache.org
Sent: Wednesday, September 17, 2008 3:40:15 PM (GMT-0500) America/New_York
Subject: Re: [EMAIL PROTECTED] Rewrite Rul
2008/9/17 Eric Covener <[EMAIL PROTECTED]>:
> On Wed, Sep 17, 2008 at 2:49 PM, Yoom Nguyen <[EMAIL PROTECTED]> wrote:
>
>>
>> DocumentRoot /srv/www/maintenance/
>>
>> RewriteEngine on
>> RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
>> RewriteRule .* -[F]
>>
>> RewriteRule ^/(.*)$ maintenance.html
Eric,
There are nothing under the error_log. However, the access_log continue to
display the same line
"GET /maintenance.html HTTP/1.1" 302 219 "--" "Mozilla/4.0 compatible:MSIE
5.01: Windows NT 5.0)"
"GET /maintenance.html HTTP/1.1" 302 219 "--" "Mozilla/4.0 compatible:MSIE
5.01: Windows N
On Wed, Sep 17, 2008 at 2:49 PM, Yoom Nguyen <[EMAIL PROTECTED]> wrote:
>
> DocumentRoot /srv/www/maintenance/
>
> RewriteEngine on
> RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
> RewriteRule .* -[F]
>
> RewriteRule ^/(.*)$ maintenance.html [R=302,NC,L]
Add a / before maintenance.html, and Pro
On Wed, Sep 17, 2008 at 1:38 PM, Alain Roger <[EMAIL PROTECTED]> wrote:
> so here is what works perfectly at work but not at home.
> at home i get error message:
>>
>> Internal Server Error
>>
>> The server encountered an internal error or misconfiguration and was
>> unable to complete your request
Arnab Ganguly did speak thusly:
Hi All,
Is it possible that Apache server stops responding under heavy load,
but it responds to ping? What would be the possible causes for this?
Remote client is getting connection refused when it tries to
connect.But when the I ping the server from the client b
I am using Apache2 on SuSe 10 ES
My redirect rule get my webserver go into a loop.
I need to bring a production server down for a maintenance. So when this
happen I want the apache server to
redirect everything from this particular production domain to a new
DocumentRoot to display
Justin Pasher wrote:
amiribarksdale wrote:
What is the "standard" way to determine whether a user is indeed
logged in to
a site and online right then? I have a web app where users log in and
get a
cookie. Part of it is the sessin cookie which expires at the close of the
session, and part of it
On Wed 17 Sep 2008, howard chen wrote:
> I am running Apache HTTPD 1.3.37 with mod_php, when using the top
> command, I see:
>
> PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
> 12584 web 15 0 142m 12m 9176 S 8 0.3 2:07.01 httpd
> 12586 web 15 0 142m
amiribarksdale wrote:
What is the "standard" way to determine whether a user is indeed logged in to
a site and online right then? I have a web app where users log in and get a
cookie. Part of it is the sessin cookie which expires at the close of the
session, and part of it is a longer lasting aut
so here is what works perfectly at work but not at home.
at home i get error message:
> Internal Server Error
>
> The server encountered an internal error or misconfiguration and was unable
> to complete your request.
>
> Please contact the server administrator, [EMAIL PROTECTED] and inform them
>
howard chen wrote:
Hello,
I am running Apache HTTPD 1.3.37 with mod_php, when using the top
command, I see:
PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND
12584 web 15 0 142m 12m 9176 S8 0.3 2:07.01 httpd
12586 web 15 0 142m 12m 9168 S8 0.3
Hello,
I am running Apache HTTPD 1.3.37 with mod_php, when using the top
command, I see:
PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND
12584 web 15 0 142m 12m 9176 S8 0.3 2:07.01 httpd
12586 web 15 0 142m 12m 9168 S8 0.3 2:08.85 httpd
12589
On Wed, Sep 17, 2008 at 12:30 PM, Arnab Ganguly <[EMAIL PROTECTED]> wrote:
> Hi All,
> Is it possible that Apache server stops responding under heavy load, but it
> responds to ping? What would be the possible causes for this?
> Remote client is getting connection refused when it tries to connect.B
Justin,
Thank you very much. That is exactly what I needed to know. I'm
glad you answer was more succinct that my question!
Carol
On Sep 17, 2008, at 10:38 AM, Justin Pasher wrote:
Carol Walter wrote:
I am talking about the document root. I'm sorry it was unclear.
I'm a newby. =) I
Can you create your production layout on your build machine and do it that
way? We do something like this by having a standard layout on our
production servers so we can build the binaries on our build machine and
then transfer them over to the production boxes. We use stow to make
everything
Hi All,
Is it possible that Apache server stops responding under heavy load, but it
responds to ping? What would be the possible causes for this?
Remote client is getting connection refused when it tries to connect.But
when the I ping the server from the client box it shows the server is alive.
Tha
Yes, but the original path to the APR and APR-util is not the same as in
the deployment machine.
I specify the paths
--with-apr=/home/developer/opt/myapp/apr
--with-apr-util=/home/developer/opt/myapp/apr-util
But when my app gets "deployed" (just the binaries), the paths may
change to something
What is the "standard" way to determine whether a user is indeed logged in to
a site and online right then? I have a web app where users log in and get a
cookie. Part of it is the sessin cookie which expires at the close of the
session, and part of it is a longer lasting authentication cookie. Am
Did you specify the path with ./configure?
--with-apr=PATH prefix for installed APR or the full path to
apr-config
--with-apr-util=PATHprefix for installed APU or the full path to
apu-config
At 08:09 AM 9/17/2008, Jorge Medina wrote:
Hi,
I'm still trying to find a solution.
Clayton Hicklin wrote:
[...]
After doing some more reading, I really think this isn't going to work how I
want.
There, I think you are basically right.
IE is never going to send the password in clear (or even encoded as
Base64), unless you use Basic authentication, and in my opinion that
impl
Hello,
I am trying to get my Apache/Subversion server running on Linux
authenticate users on Windows Active Directory using LDAP. Server
information is as below:
Apache: 2.2.3
Subversion: 1.5.1
Linux: CentOS 5.2 (kernel 2.6.18-92.1.10.el5)
The LDAP structure of my company looks like below:
DC=ex
Hi,
I'm still trying to find a solution.
Is there any way to link the APR statically?
Thanks
-Jorge
-Original Message-
From: Jorge Medina [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 16, 2008 4:49 PM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] How do I tell Apache w
Carol Walter wrote:
I am talking about the document root. I'm sorry it was unclear. I'm
a newby. =) I guess my real question is, does it have to be a user
in /home/username on a Unix system? I'll have only one user - the app
user.
Carol
If you are talking about the global DocumentRoot
On Wed, Sep 17, 2008 at 4:56 AM, André Warnier <[EMAIL PROTECTED]> wrote:
> Clayton Hicklin wrote:
>
>> On Tue, Sep 16, 2008 at 4:21 PM, André Warnier <[EMAIL PROTECTED]> wrote:
>>
>> I'm beginning to think
>
we're chasing our tails. IE is going to pass the credentials in NTLM
for
On Wed, 2008-09-17 at 08:08 -0500, Jay Sprenkle wrote:
> André Warnier wrote:
> > Prathima Dandapani -X (pdandapa - HCL at Cisco) wrote:
> >> Hi All,
> >>
> >> I am running Apache 2.2.9 as a service in windows.
> >> Can any help me in making Apache to dump core in some director
André Warnier wrote:
Prathima Dandapani -X (pdandapa - HCL at Cisco) wrote:
Hi All,
I am running Apache 2.2.9 as a service in windows.
Can any help me in making Apache to dump core in some directory
before it crashes.
Thanks in advance.
Now that's kind of an unus
I am talking about the document root. I'm sorry it was unclear. I'm
a newby. =) I guess my real question is, does it have to be a user
in /home/username on a Unix system? I'll have only one user - the
app user.
Carol
On Sep 16, 2008, at 12:50 PM, Justin Pasher wrote:
Carol Walter wr
Ok, I found what's wrong!
Following what André said, I looked for other file called "httpd.conf" in my
computer and I found some files under the folder /etc/httpd.
Here there aren't all the files of Apache, but there is the httpd.conf which
is working with Apache.
So I need to modify this file,
Hi André
The version of Apache isn't an Apache "packaged" for Fedora.
I downloaded the .tar.gz version from http://httpd.apache.org and then I
configured and installed it!
The installation created the folder /usr/apache2, specified with the command
"./configure --prefix=/usr/apache2".
I start, r
Well then, it looks like none of these instructions are being read by
Apache when it starts. If only part of them were being read, then Apache
would write error messages to its error log, and probably refuse to start.
Are you sure that the files that you *think* are the configuration files
for A
I already do it in my "mod-jk.conf" file.
I have a line like this:
JkMount /application/* loadbalancer
But it doesn't work!
:confused:
Max
Deepak Gupta-5 wrote:
>
> Hi,
>
> You need to JkMount your URLs from Apache to Jboss add this in your
> mod-jk.conf or httpd.conf
>
> JkMount /__appl
On Wed, Sep 17, 2008 at 2:06 AM, Prathima Dandapani -X (pdandapa - HCL
at Cisco) <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I am running Apache 2.2.9 as a service in windows.
> Can any help me in making Apache to dump core in some directory
> before it crashes.
> Thanks in
Hello André
I think that mod_jk is not loaded in Apache!
I have no message in the log referred to the module.
Following the guide of JBoss about the configuration of mod_jk, at the end
of httpd.conf I added this line:
Include conf/mod-jk.conf
and then I created in the same folder the file "mod-
Hi,
You need to JkMount your URLs from Apache to Jboss add this in your
mod-jk.conf or httpd.conf
JkMount /__application__/* loadbalancer
Regards,
Deepak
Senior Software Eng.
MPS Technologies Ltd.
(A Macmillan Company)
3A, 5th Floor, DLF Corporate Park
Phase III, Gurgaon - HARYANA, INDIA
Office
Ciao Davide!
My application works on JBoss.
It's a html page which invokes a servlet.
If I try my application visiting http://:8080/,
it works!
apachectl configtest returns "Syntax OK" and in error_log file, i can find
only the error "File does not exist", because Apache looks for my
application
Davide Bianchi wrote:
Massimiliano Giraldo wrote:
Then I tried to configure the web server with mod_jk. I downloaded the
binary version of mod_jk and I followed the guide that I found on
http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Clustering_Guide/beta500/html_single/i
Clayton Hicklin wrote:
On Tue, Sep 16, 2008 at 4:21 PM, André Warnier <[EMAIL PROTECTED]> wrote:
I'm beginning to think
we're chasing our tails. IE is going to pass the credentials in NTLM
format, I believe. Even if we got the username right, I'm thinking maybe
the password won't be readab
Massimiliano Giraldo wrote:
> Then I tried to configure the web server with mod_jk. I downloaded the
> binary version of mod_jk and I followed the guide that I found on
> http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Clustering_Guide/beta500/html_single/index.html#clusterin
Prathima Dandapani -X (pdandapa - HCL at Cisco) wrote:
Hi All,
I am running Apache 2.2.9 as a service in windows.
Can any help me in making Apache to dump core in some directory
before it crashes.
Thanks in advance.
Now that's kind of an unusual request. Usually
I still no have been successful to make it works.
any idea ?
-- Forwarded message --
From: Alain Roger <[EMAIL PROTECTED]>
Date: Tue, Sep 16, 2008 at 7:32 PM
Subject: Re: [EMAIL PROTECTED] close to success with RewriteRule
To: users@httpd.apache.org
this is what i have in my .h
Hello!
I'm trying to find the solution of my problems in Nabble, but my search
isn't good.
I'm working with Jboss 4.2.3.GA, Apache 2.2.9 and mod_jk, everything working
on Fedora 8.
I would like to create a cluster of two computers and a loadbalancer based
on Apache.
I had no problems creating t
50 matches
Mail list logo