Thank you very much, it works now.
Sometimes I am wondering about my ignorance.
On the Apache website I haven't seen a downloadable documentation.
Do you know any possibility to download the documentation, because I cannot
be on line all the time and I would need a documentation wich I c
> -Original Message-
> From: Liz Kim [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 07, 2007 1:21 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Password Box..
>
> I would like to set up a customized message that shows up
> with or before the password prompt appears.
> -Original Message-
> From: Morten Bo Ølbye [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 06, 2007 8:19 PM
> To: users@httpd.apache.org
> Subject: SV: [EMAIL PROTECTED] Novice
>
> I have just installed Apace on my xp.
> Can anyone gide me to where to start.
> I have edited the html
The password boxes are browser dependant, it all depends on how the
browser renders the dialog prompt box. There isn't anything you can do
to directly change it, except the realm name etc.
Scott.
Liz Kim wrote:
> I would like to set up a customized message that shows up with or
> before the passw
I would like to set up a customized message that shows up with or before the
password prompt appears.
I've been doing some research and it seems like customizing the actual
password prompt box is impossible.
Is there a way for apache to create a pop up window of some sort displaying
the message?
I
On Feb 6, 2007, at 3:45 PM, Geoff Hartman wrote:
Q1: Is there any way to optimize apache for the highest number of
possible connections?
Your main tunable is the MaxClients directive, which you can tune to
maximize the number of workers Apache will have available. You should
tune this al
Thanks!
- Original Message -
From: "Joshua Slive" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, February 06, 2007 4:05 PM
Subject: Re: [EMAIL PROTECTED] 2 questions
On 2/6/07, Geoff Hartman <[EMAIL PROTECTED]> wrote:
Q1: Is there any way to optimize apache for the highest number of
pos
On 2/6/07, Geoff Hartman <[EMAIL PROTECTED]> wrote:
Q1: Is there any way to optimize apache for the highest number of possible
connections?
Yes.
But how to do it is really dependent on your specific setup and needs.
If you really only care about number of connections and not
throughput, then
On 2/6/07, Coach-X <[EMAIL PROTECTED]> wrote:
Sever settings are defaults, just as they were for 2.0. Perhaps they
have been too low all along. However in checking server-status, it
shows 32 out of the current 42 slots (Srv) filled by localhost requests.
Does this seem high to you?
Look aga
Q1: Is there any way to optimize apache for the highest number of possible
connections?
Q2: I seem to have a high number of active connections with a state of
TIME_WAIT when I run netstat. Is that bad? or normal?
Thanks!
Tracey,
Can we please see your ssl.conf file?
Sorry it has been taking me so long to reply its been a busy last few
weeks.
-Original Message-
From: Tracy12 [mailto:[EMAIL PROTECTED]
Sent: Monday, January 29, 2007 3:14 PM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] RE: Enable S
On 2/6/2007 3:44 PM, Joshua Slive wrote:
> On 2/6/07, Coach-X <[EMAIL PROTECTED]> wrote:
>
>> Just looking at the log file it does seem like the requests happen every
>> 1 to 5 seconds. I also have not been able to duplicate the problem on
>> our test server. Same setup, but only on a private ne
On 2/6/07, Coach-X <[EMAIL PROTECTED]> wrote:
Just looking at the log file it does seem like the requests happen every
1 to 5 seconds. I also have not been able to duplicate the problem on
our test server. Same setup, but only on a private network. Perhaps we
cannot hit it with enough connect
On 2/6/2007 3:09 PM, Joshua Slive wrote:
> On 2/6/07, Serge Dubrouski <[EMAIL PROTECTED]> wrote:
>
>> > These are sent by the server itself to "wake up" child process for
>> > graceful restarts and similar things.
>>
>> Every second???
>
> Where do you see anything about every second?
>
> There
On 2/6/07, Serge Dubrouski <[EMAIL PROTECTED]> wrote:
> These are sent by the server itself to "wake up" child process for
> graceful restarts and similar things.
Every second???
Where do you see anything about every second?
There will be about one for every child process during graceful res
On 2/6/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 2/6/07, Coach-X <[EMAIL PROTECTED]> wrote:
> Just updated apache from 2.0.59 to 2.2.4. Server is running fine but
> the log file shows hundreds of request like the following in the main
> access log:
>
> 127.0.0.1 - - [06/Feb/2007:14:33:29 -0
On 2/6/07, Coach-X <[EMAIL PROTECTED]> wrote:
Just updated apache from 2.0.59 to 2.2.4. Server is running fine but
the log file shows hundreds of request like the following in the main
access log:
127.0.0.1 - - [06/Feb/2007:14:33:29 -0500] "GET / HTTP/1.0" 403 325
127.0.0.1 - - [06/Feb/2007:14:
On 2/6/07, Liz Kim <[EMAIL PROTECTED]> wrote:
It would be ideal to keep the protections on /A/* as they are, while
updating the protection on /A.
However, it seems that adding "Satisfy any" on /A is disabling the
protections on directories under /A.
For example, /A/B now needs to satisfy any of
Just updated apache from 2.0.59 to 2.2.4. Server is running fine but
the log file shows hundreds of request like the following in the main
access log:
127.0.0.1 - - [06/Feb/2007:14:33:29 -0500] "GET / HTTP/1.0" 403 325
127.0.0.1 - - [06/Feb/2007:14:33:37 -0500] "GET / HTTP/1.0" 403 325
127.0.0.1
You're right. I did not even state the problem clearly. Here I go again:
There is a directory /A which includes all our private data. /A is
protected by allow/deny.
We want to add the option to access /A with a login/password when they are
not on one of the allowed IP's.
This requires "Satisfy
I have just installed Apace on my xp.
Can anyone gide me to where to start.
I have edited the html file, that works.
But about controlling the server, I am blank.
Br. Morten, Denmark
That is not correct either. Any OS can be classified as a server. If a
computer is "serving" content whether its a
Ah.. Ok so pretty much
what I am trying to do == impossible!
Thanks for being so patient! :)
On 2/6/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 2/6/07, Liz Kim <[EMAIL PROTECTED]> wrote:
> Just to clearing things:
> There cant be two separate passwords for the following two URLs?
> http://so
On 2/6/07, Liz Kim <[EMAIL PROTECTED]> wrote:
Thanks Joshua..
I think the solution to my prob might be:
Define the list of IP's/hostname I want to allowed into /A
Then to a satisfy any on /A - define allowed IP's and the password A
a satisfy all on /B - define the IP's again here and the password
On 2/6/07, Liz Kim <[EMAIL PROTECTED]> wrote:
Just to clearing things:
There cant be two separate passwords for the following two URLs?
http://someurl/A
http://someurl/A/B
You keep changing your question ;-)
Yes, there can be two separate passwords: one that you get if you
request http://.../A
On Feb 6, 2007, at 10:39 AM, Rui Pedro Duarte Pinge ((SSI)) wrote:
Any ideas on how to overcome this issue? Did anyone noticed the
same behaviour?
Pipe the log into a program using the | operator in the httpd.conf
file. That program can do with the data whatever it wants, including
monit
Thanks Joshua..
I think the solution to my prob might be:
Define the list of IP's/hostname I want to allowed into /A
Then to a satisfy any on /A - define allowed IP's and the password A
a satisfy all on /B - define the IP's again here and the password B
It seems like this would be the only way to
Just to clearing things:
There cant be two separate passwords for the following two URLs?
http://someurl/A
http://someurl/A/B
On 2/6/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 2/6/07, Liz Kim <[EMAIL PROTECTED]> wrote:
> Thanks Joshua..
> Following your explanation.. It seems like I was mis
Hi,
I'm using Apache 2.0.59 on Windows Server 2003 (with SP1). When apache serves
several requests per second (2, or 3) I noticed that the access.log file is
locked even for reading.
This turns out to be a problem since I have online monitoring using the
access.log file. I have this problem e
On 2/6/07, Liz Kim <[EMAIL PROTECTED]> wrote:
I am allowing over 30 IP's & domain names into certain protected areas..
Is there a way to define these at one place and call them from the
instead of repeating the long list over and over again??
The Include directive lets you include one config f
On 2/6/07, Liz Kim <[EMAIL PROTECTED]> wrote:
Thanks Joshua..
Following your explanation.. It seems like I was mistaken.
When I did "Satisfy All" on /A/B it seems like it is checking All of the IP
check and the Password check that was applied to /A and the password on
/A/B
Is there a way to k
I am allowing over 30 IP's & domain names into certain protected areas..
Is there a way to define these at one place and call them from the
instead of repeating the long list over and over again??
Thank you!
Thanks Joshua..
Following your explanation.. It seems like I was mistaken.
When I did "Satisfy All" on /A/B it seems like it is checking All of the IP
check and the Password check that was applied to /A and the password on
/A/B
Is there a way to keep /A "Satisfy any" and /A/B to inherit whatev
Hi,
I'm adding information to my own message... Hope someone will hear me!
I spent the day trying to test how the status page worked. I even had my
first look at the source code.
Apparently, modules that pre-process requests could make the request
being seen as "..reading.."
I think this might be
On 2/6/07, Liz Kim <[EMAIL PROTECTED]> wrote:
How does "Satisfy any" effect the lower directories?
I have a directory /A and /A/B and /A/B/C.
/A allows certain IPs
/A/B asks for password
/A/B/C asks for password
I want to add the option "Satisfy any" on /A by prompting the client for a
password
On 2/6/07, Abhijit Bhatnagar <[EMAIL PROTECTED]> wrote:
Hey joshua,
Thanks for the reply ... I cannot reduce the max number of clients since on
my website each image is served through a php file for security reasons
hence increasing the number of requests...but still if all the requests get
stu
How does "Satisfy any" effect the lower directories?
I have a directory /A and /A/B and /A/B/C.
/A allows certain IPs
/A/B asks for password
/A/B/C asks for password
I want to add the option "Satisfy any" on /A by prompting the client for a
password when hes not on the allowed IP.
When I do so,
Hey joshua,
Thanks for the reply ... I cannot reduce the max number of clients since on my
website each image is served through a php file for security reasons hence
increasing the number of requests...but still if all the requests get stuck
then there is no point in increasing the number of ma
Hi,
I hope someone can help.
I had Apache 2.2.4, PHP 5.2 and PostgreSQL all set up and working fine.
I then tried installng php-gtk, which ended up needing a new configure,
make, make install of PHP with CGI disabled which I did into a new directory
and told it to run that version of PHP.
Now
On 2/6/07, Abhijit Bhatnagar <[EMAIL PROTECTED]> wrote:
I have Apache/2.0.46 (Red Hat) with server status module installed on my
server and I
also have a script running which checks every 5 mins whether the apache server
is
responding to a http request ... The server status page after every
If it happends only the first time or the first few times you access a
certain page and it uses mod_perl, check if the modules used by that program
are preloaded at server startup.
Octavian
- Original Message -
From: "Evan Klitzke" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, February 06,
> -Original Message-
> From: Tomas Munoz [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 06, 2007 2:56 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Hi all
>
> Hi all,
>
>I am new in the list, and that is my first mail, in first
> place sorry for my bad english i
Hi all,
I am new in the list, and that is my first mail, in first place sorry for
my bad english i am working to improve it. I have a server with apache 2.0.
I need execute php pages without extension and without .htaccess:
www.domain.com/prueba
prueba is a php file (prueba.php in httpdocs)
Hi,
This will seem like an obsession for me, but I have more questions about
the status page.
I'm running Apache 2.0.58 on Solaris 5.9, as a reverse proxy. [ This
last point is probably key ]
I thought the "..reading.." state meant "I'm reading client request http
headers".
It seems it's not, or a
> -Original Message-
> From: Basel Naamna [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 05, 2007 6:35 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Is it possible to compile apache 2.2
> with HP-UX 11 cc compiler?
>
> Hi All,
>
> Im trying to compile Apache 2.2 in HP
> -Original Message-
> From: Evan Klitzke [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 06, 2007 1:21 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Troubleshooting Tips?
>
> Hi everyone,
>
> I am a junior sysadmin (well, intern actually) at a company using
> Apache.
45 matches
Mail list logo