Re: [EMAIL PROTECTED] how to set up virtual hosts

2007-02-06 Thread Beraru Liviu
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

RE: [EMAIL PROTECTED] Password Box..

2007-02-06 Thread Boyle Owen
> -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.

RE: [EMAIL PROTECTED] Novice

2007-02-06 Thread Boyle Owen
> -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

Re: [EMAIL PROTECTED] Password Box..

2007-02-06 Thread Scott Wilcox
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

[EMAIL PROTECTED] Password Box..

2007-02-06 Thread Liz Kim
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

Re: [EMAIL PROTECTED] 2 questions

2007-02-06 Thread Sander Temme
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

Re: [EMAIL PROTECTED] 2 questions

2007-02-06 Thread Geoff Hartman
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

Re: [EMAIL PROTECTED] 2 questions

2007-02-06 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] unknown requests from localhost/127.0.0.1

2007-02-06 Thread Joshua Slive
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

[EMAIL PROTECTED] 2 questions

2007-02-06 Thread Geoff Hartman
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!

RE: [EMAIL PROTECTED] RE: Enable SSL

2007-02-06 Thread Alex Castro
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

Re: [EMAIL PROTECTED] unknown requests from localhost/127.0.0.1

2007-02-06 Thread Coach-X
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

Re: [EMAIL PROTECTED] unknown requests from localhost/127.0.0.1

2007-02-06 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] unknown requests from localhost/127.0.0.1

2007-02-06 Thread Coach-X
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

Re: [EMAIL PROTECTED] unknown requests from localhost/127.0.0.1

2007-02-06 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] unknown requests from localhost/127.0.0.1

2007-02-06 Thread Serge Dubrouski
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

Re: [EMAIL PROTECTED] unknown requests from localhost/127.0.0.1

2007-02-06 Thread Joshua Slive
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:

Re: [EMAIL PROTECTED] Defining IPs in one place

2007-02-06 Thread Joshua Slive
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

[EMAIL PROTECTED] unknown requests from localhost/127.0.0.1

2007-02-06 Thread Coach-X
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

Re: [EMAIL PROTECTED] Defining IPs in one place

2007-02-06 Thread Liz Kim
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

SV: [EMAIL PROTECTED] Novice

2007-02-06 Thread Morten Bo Ølbye
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

Re: [EMAIL PROTECTED] Satisfy any?!

2007-02-06 Thread Liz Kim
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

Re: [EMAIL PROTECTED] Defining IPs in one place

2007-02-06 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] Satisfy any?!

2007-02-06 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] Apache 2.0 access.log locks

2007-02-06 Thread Sander Temme
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

Re: [EMAIL PROTECTED] Defining IPs in one place

2007-02-06 Thread Liz Kim
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

Re: [EMAIL PROTECTED] Satisfy any?!

2007-02-06 Thread Liz Kim
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

[EMAIL PROTECTED] Apache 2.0 access.log locks

2007-02-06 Thread Rui Pedro Duarte Pinge \(SSI\)
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

Re: [EMAIL PROTECTED] Defining IPs in one place

2007-02-06 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] Satisfy any?!

2007-02-06 Thread Joshua Slive
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

[EMAIL PROTECTED] Defining IPs in one place

2007-02-06 Thread Liz Kim
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!

Re: [EMAIL PROTECTED] Satisfy any?!

2007-02-06 Thread Liz Kim
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

RE: [EMAIL PROTECTED] Status page: reading state

2007-02-06 Thread Chirouze Olivier
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

Re: [EMAIL PROTECTED] Satisfy any?!

2007-02-06 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] Apache 2.0.46 problem

2007-02-06 Thread Joshua Slive
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

[EMAIL PROTECTED] Satisfy any?!

2007-02-06 Thread Liz Kim
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,

Re: [EMAIL PROTECTED] Apache 2.0.46 problem

2007-02-06 Thread Abhijit Bhatnagar
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

[EMAIL PROTECTED] pgsql.so error

2007-02-06 Thread JTyrrell
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

Re: [EMAIL PROTECTED] Apache 2.0.46 problem

2007-02-06 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] Troubleshooting Tips?

2007-02-06 Thread Octavian Rasnita
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,

RE: [EMAIL PROTECTED] Hi all - PHP wihout extension

2007-02-06 Thread Boyle Owen
> -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

[EMAIL PROTECTED] Hi all

2007-02-06 Thread Tomas Munoz
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)

[EMAIL PROTECTED] Status page: reading state

2007-02-06 Thread Chirouze Olivier
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

RE: [EMAIL PROTECTED] Is it possible to compile apache 2.2 with HP-UX 11 cc compiler?

2007-02-06 Thread Boyle Owen
> -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

RE: [EMAIL PROTECTED] Troubleshooting Tips?

2007-02-06 Thread Boyle Owen
> -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.