Re: [EMAIL PROTECTED] troubleshooting apache performance

2006-08-17 Thread Ray
Hello, Thanks for your responses. (I'm afraid there's a lot I don't know. That's why I'm asking questions ;) answers inserted inline below) -Original Message- From: "Shawn Beard" <[EMAIL PROTECTED]> To: Date: Thu, 17 Aug 2006 11:04:58 -0400 Subject: Re: [EMAIL PROTECTED] troubleshooting

Re: [EMAIL PROTECTED] Indexing outside of DocumentRoot and Directory

2006-08-17 Thread Joshua Slive
On 8/17/06, LDB <[EMAIL PROTECTED]> wrote: Yes, autoindex is on. I cannot strip it basics due to how much is being done on the server. :( Then install apache again someplace else (a different port on the same server, if necessary) and replicate the problem. There's no way you should be runnin

Re: [EMAIL PROTECTED] Indexing outside of DocumentRoot and Directory

2006-08-17 Thread LDB
Joshua Slive wrote: On 8/17/06, LDB <[EMAIL PROTECTED]> wrote: Joshua Slive wrote: > On 8/17/06, LDB <[EMAIL PROTECTED]> wrote: > >> >> Options FollowSymLinks Indexes >> AllowOverride None >> Order Allow,Deny >> Allow from all >> >> >> [Thu Aug 17 03:50:51

Re: [EMAIL PROTECTED] Indexing outside of DocumentRoot and Directory

2006-08-17 Thread Joshua Slive
On 8/17/06, LDB <[EMAIL PROTECTED]> wrote: Joshua Slive wrote: > On 8/17/06, LDB <[EMAIL PROTECTED]> wrote: > >> >> Options FollowSymLinks Indexes >> AllowOverride None >> Order Allow,Deny >> Allow from all >> >> >> [Thu Aug 17 03:50:51 2006] [error] [client

Re: [EMAIL PROTECTED] Indexing outside of DocumentRoot and Directory

2006-08-17 Thread LDB
Joshua Slive wrote: On 8/17/06, LDB <[EMAIL PROTECTED]> wrote: Options FollowSymLinks Indexes AllowOverride None Order Allow,Deny Allow from all [Thu Aug 17 03:50:51 2006] [error] [client xxx.xxx.xxx.xxx] Attempt to serve directory: /srv/www/readit/ I

Re: [EMAIL PROTECTED] mod_authn_dbd or mod_auth_pgsql on Apache 2.2?

2006-08-17 Thread alan bryan
> mod_auth_dbd yields: > [crit] (70023)This function has not been implemented on this platform: > DBD: failed to initialise That message is a little misleading. "this platform" doesn't mean FreeBSD, it means it's not implemented in your APR-UTIL build. There should be some previous error messag

[EMAIL PROTECTED] compiling apache 2.2.3 with openssl question

2006-08-17 Thread fredk2
Hello: When i compile apache 2.2.3 on Linux with SSL the mod_ssl.so has some dependencies that it does not have when compiled on Solaris (8,9,10): extras (ldd): libgssapi_krb5.so.2 => /usr/kerberos/lib/libgssapi_krb5.so.2 libkrb5.so.3 => /usr/kerberos/lib/libkrb5.so.3 lib

Re: [EMAIL PROTECTED] Apache upgrade problem

2006-08-17 Thread fredk2
assuming you compile your own apache 2.x you can configure with --enable-static-support so that the support tools have no lib dependencies. another thing that works - although i cannot say it is the best method (i am no compiler expert) - is to export the var CC="gcc -static-libgcc" before the c

[EMAIL PROTECTED] Real Time Monitor

2006-08-17 Thread Ki Song
Is there a plugin or software you can use to see "real time" traffic on my apache server? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To

RE: [EMAIL PROTECTED] SSL with Apache and IE

2006-08-17 Thread Boyle Owen
> -Original Message- > From: Joost de Heer [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 17, 2006 6:10 PM > To: Boyle Owen > Cc: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] SSL with Apache and IE > > >> The page cannot be displayed > >> > >> Cannot find server or DNS Erro

[EMAIL PROTECTED] mod_proxy_balancer configuration question

2006-08-17 Thread Yoav Shapira
Hi, I'm trying to configure mod_proxy_balancer with a simple cluster and have run into a configuration problem that has me stumped. It's probably very simple and I'm just missing something ;) Your help is appreciated. I have three machines, www1.mydomain.com, www2.mydomain.com, and www3.mydomai

RE: [EMAIL PROTECTED] SSL with Apache and IE

2006-08-17 Thread Joost de Heer
>> The page cannot be displayed >> >> Cannot find server or DNS Error > > There's your problem. Obviously you've never worked with IE. That's the standard error whenever something doesn't work (The oh so beloved 'friendly error' from IE). Joost --

Re: [EMAIL PROTECTED] troubleshooting apache performance

2006-08-17 Thread Shawn Beard
It might be worth doing a traceroute also. See how may hops it takes to get there and how long those hops take. Could also be a routing issue. Shawn Beard Web Administrator, MCSE, MCSA, MCP Iowa Foundation for Medical Care Information Systems [EMAIL PROTECTED] Office: 515-440-8581 >>> [EMAIL

Re: [EMAIL PROTECTED] Appropiate Configuration of No. of Startup and Standby Servers

2006-08-17 Thread Joshua Slive
On 8/17/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: So what about the StartServers? Don't you think 40 isn't a bit too high as well? I mean, it does only relate to the servers that are spawned right at the start of the webserver, does it? Yes. StartServers should be set to around the ave

Re: [EMAIL PROTECTED] troubleshooting apache performance

2006-08-17 Thread Bill Moseley
On Thu, Aug 17, 2006 at 07:48:45AM -0600, Ray wrote: > The behaviour I am seeing is that sometimes page requests are normal, > sometimes pages load slow, and sometimes they don't load at all and the > user gets a 'cannot find server' error message, and all occur in no > particular order within a sh

RE: [EMAIL PROTECTED] Appropiate Configuration of No. of Startup and Standby Servers

2006-08-17 Thread Ralph.Grothe
Hello Joshua, that was what I was suspecting (looking over the scoreboard stats), that the No. of MinSpareServers was way too high. So the error message fooled me a little. I have set it, as you suggested down to 10. So what about the StartServers? Don't you think 40 isn't a bit too high as well

Re: [EMAIL PROTECTED] troubleshooting apache performance

2006-08-17 Thread Joshua Slive
On 8/17/06, Ray <[EMAIL PROTECTED]> wrote: Hello, I'm trying to track down some performance issues with an apache server. (behaviour description below). The system is apache, php, and mysql on win 2003. I'm looking for a tool or procedure to track down the source. unfortunately, because this is a

[EMAIL PROTECTED] troubleshooting apache performance

2006-08-17 Thread Ray
Hello, I'm trying to track down some performance issues with an apache server. (behaviour description below). The system is apache, php, and mysql on win 2003. I'm looking for a tool or procedure to track down the source. unfortunately, because this is a production server, I can't easily shut down

Re: [EMAIL PROTECTED] Indexing outside of DocumentRoot and Directory

2006-08-17 Thread Joshua Slive
On 8/17/06, LDB <[EMAIL PROTECTED]> wrote: Options FollowSymLinks Indexes AllowOverride None Order Allow,Deny Allow from all [Thu Aug 17 03:50:51 2006] [error] [client xxx.xxx.xxx.xxx] Attempt to serve directory: /srv/www/readit/ I've never seen this erro

Re: [EMAIL PROTECTED] Appropiate Configuration of No. of Startup and Standby Servers

2006-08-17 Thread Joshua Slive
On 8/17/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: [Thu Aug 17 09:13:36 2006] [info] server seems busy, (you may need to increase StartServers, or Min/MaxSpareServers), spawning 8 children, there are 36 idle, and 71 total children I already increased MaxClients, StartServers, Min|MaxSpar

Re: [EMAIL PROTECTED] Unsupported file format

2006-08-17 Thread Nick Kew
On Thursday 17 August 2006 13:09, K. Moges wrote: > Hello All, > > I am using Apache Web Server and I want to access a file of the form I > attached (please find it attached) from the Web-server. It is a simple text > file. The file type is referred to as: > > http://localhost:8080/wdnet"; type="ap

Re: [EMAIL PROTECTED] Indexing outside of DocumentRoot and Directory

2006-08-17 Thread LDB
Boyle Owen wrote: -Original Message- From: LDB [mailto:[EMAIL PROTECTED] Sent: Thursday, August 17, 2006 12:45 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Indexing outside of DocumentRoot and Directory With the change now the error is as follows, Attempt to

[EMAIL PROTECTED] Appropiate Configuration of No. of Startup and Standby Servers

2006-08-17 Thread Ralph.Grothe
Hello Apache Users/Admins, I think I have a performance issue in that the master httpd cannot fork enough children to satisfy all concurrent connect requests, because I get these in error_log: # grep server\ seems\ busy $SERVERROOT/logs/error_log|tail [Wed Aug 09 21:21:27 2006] [info] server seem

[EMAIL PROTECTED] Unsupported file format

2006-08-17 Thread K. Moges
Hello All,   I am using Apache Web Server and I want to access a file of the form I attached (please find it attached) from the Web-server. It is a simple text file. The file type is referred to as:   http://localhost:8080/wdnet" type="application/x-slf"/> in a VoiceXML document from where the fil

Re: [EMAIL PROTECTED] Indexing outside of DocumentRoot and Directory

2006-08-17 Thread LDB
Boyle Owen wrote: -Original Message- From: LDB [mailto:[EMAIL PROTECTED] Sent: Thursday, August 17, 2006 12:45 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Indexing outside of DocumentRoot and Directory With the change now the error is as follows, Attempt to

RE: [EMAIL PROTECTED] Indexing outside of DocumentRoot and Directory

2006-08-17 Thread Boyle Owen
> -Original Message- > From: LDB [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 17, 2006 12:45 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Indexing outside of DocumentRoot > and Directory > > With the change now the error is as follows, > > Attempt to serv

RE: [EMAIL PROTECTED] Redirecting URL

2006-08-17 Thread Boyle Owen
> -Original Message- > From: Dougie [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 17, 2006 12:10 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Redirecting URL > > Thanks Boyle! > > A proxy is exactly what I want to do! I'll try it and > see what I can

Re: [EMAIL PROTECTED] Indexing outside of DocumentRoot and Directory

2006-08-17 Thread LDB
Boyle Owen wrote: -Original Message- From: LDB [mailto:[EMAIL PROTECTED] Sent: Thursday, August 17, 2006 5:00 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Indexing outside of DocumentRoot and Directory I have the following .. DocumentRoot "/srv/www/webroot" STUFF

Re: [EMAIL PROTECTED] mod_authn_dbd or mod_auth_pgsql on Apache 2.2?

2006-08-17 Thread Benjamin Cuthbert
Nick i did have libgcc installed but no luck, this seems strange. -bash-3.00$ pkginfo |grep gcc application SMCgcc                       gcc application SMClibgcc                    libgcc -bash-3.00$ make Making all in srclib make[1]: Entering directory `/apps/exlink/tmp/httpd-2.2.3/srclib' Mak

Re: [EMAIL PROTECTED] Redirecting URL

2006-08-17 Thread Dougie
Thanks Boyle! A proxy is exactly what I want to do! I'll try it and see what I can come up with (is there any good examples of doing this?). Dougie Boyle Owen wrote: -Original Message- From: Dougie [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 16, 2006 7:11 PM To: users@httpd

Re: [EMAIL PROTECTED] mod_authn_dbd or mod_auth_pgsql on Apache 2.2?

2006-08-17 Thread Nick Kew
On Thursday 17 August 2006 07:08, alan bryan wrote: > Has anyone gotten either mod_authn_dbd (using postgresql) or > mod_auth_pgsql to work on Apache 2.2 on FreeBSD (I'm using 6.1)? Didn't you post this just a few days ago? Why the new thread? Oh, you're the one who replied *twice* by posting he