[users@httpd] apache_1.3.33/mod_perl startup failure during "make test"

2005-07-05 Thread Saad, Dan (N-Computer Sciences Corp)
On Solaris 2.9 - I've built mod_perl into Apache 1.3.33 statically and have a binary but when attempting to run the tests the startup (via "make test") fails with the following message: /usr/local/apache/src/httpd -f `pwd`/t/conf/httpd.conf -X -d `pwd`/t & httpd listening on port 8529 will write e

[users@httpd] Apache and OpenLDAP

2005-07-05 Thread Indran D Govender
Hello List, Does anyone know if I could intergrate apache 2 to have its virtual hosts in LDAP ? Thx Indran - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html>

RE: [users@httpd] OS 10048

2005-07-05 Thread Alf C Stockton
On Tue, 5 Jul 2005, Wagner, Aaron wrote: Go into 'Services' in 'control panel/administrative tools' and stop service and set service to 'manual' start. It is prob set to 'automatic' Thank you. It was set to automatic. --- Regards, Alf Stocktonwww.stockton.co.za A language that doesn't

RE: [users@httpd] OS 10048

2005-07-05 Thread Wagner, Aaron
Go into 'Services' in 'control panel/administrative tools' and stop service and set service to 'manual' start. It is prob set to 'automatic' Thanx Aaron N Wagner Monitoring Systems and Network Tools CCO-Command Center Operations 804.515.6298 > -Original Message- > From: Alf C Stockto

Re: [users@httpd] OS 10048

2005-07-05 Thread Alf C Stockton
On Tue, 5 Jul 2005, Robert Zagarello wrote: I would think the process only starts up on boot. Was the process IIS? If so you should be able to disable its startup using the Services app. If it was some other process not a service, you can check your normal startup locations in the registry (

Re: [users@httpd] OS 10048

2005-07-05 Thread Robert Zagarello
I would think the process only starts up on boot. Was the process IIS? If so you should be able to disable its startup using the Services app. If it was some other process not a service, you can check your normal startup locations in the registry (HKLM and HKCURR /SOFTWARE/Microsoft/Windows/Cur

[users@httpd] Re: OS 10048

2005-07-05 Thread Sergio
Hi. Try netstat -a -n -o Or the better way - you can use this free utility: http://www.sysinternals.com/Utilities/TcpView.html Best regards... Tuesday, July 5, 2005, 8:36:32 AM, you wrote: > On Tue, 5 Jul 2005, Anaya wrote: >> Hi, >> Can you please ensure that no other service is running on

RE: [users@httpd] Is my assumption right about DocumentRoot?

2005-07-05 Thread Wagner, Aaron
Doc Root is a relative starting 'root'. All the directories under doc root are still using the correct directory structure. The only exception is to use 'alias' (search on the apache documentation for explanation) Thanx Aaron N Wagner Monitoring Systems and Network Tools CCO-Command Center Ope

Re: [users@httpd] Is my assumption right about DocumentRoot?

2005-07-05 Thread Minnesota Slinky
On Jul 5, 2005, at 8:56 AM, wayne wrote: All directories and subdirectories under DocumentRoot are visible to Apache. My DocumentRoot points to /var/www. Under this I have directory A and under this I have directory B with the file favicon.ico. Apache informs me, in the error.log, that file /var

[users@httpd] Is my assumption right about DocumentRoot?

2005-07-05 Thread wayne
All directories and subdirectories under DocumentRoot are visible to Apache. My DocumentRoot points to /var/www. Under this I have directory A and under this I have directory B with the file favicon.ico. Apache informs me, in the error.log, that file /var/www/favicon.ico can not be found.The path s

Re: [users@httpd] OS 10048

2005-07-05 Thread Alf C Stockton
On Tue, 5 Jul 2005, ed elliott wrote: If you don't know what it is that is using the port, do a "netsta -a -o -n" this will show you the pid of the process that is listening on port 80 (it is probably IIS) Thank you. I found and killed the process. Now how to I ensure that it does not automa

Re: [users@httpd] Proxy Server to Web Server Ratio

2005-07-05 Thread Nick Kew
Ian Stuart wrote: > Doesn't the proxy do a write-to-disk as the page passes through? > Particularly with proxy-pass and proxy-passreverse? Well, if you're using disc-based cacheing (with mod_cache) then yes. But the proxy as such doesn't (why should it?) > This would imply that there is a process

[users@httpd] Re: SetHandler not working ?

2005-07-05 Thread Bert_De_Ridder
Hi, I appreciate the input, however, that document is valid for an older version of mod_mono (libmod_mono.so). MonoApplication (singular) is no longer recognised by the module MonoApplications is recognised. It is not that mod_mono does not get loaded, I can even see the mono processes 16757

Re: [users@httpd] OS 10048

2005-07-05 Thread Alf C Stockton
On Tue, 5 Jul 2005, Anaya wrote: Hi, Can you please ensure that no other service is running on Port 80. If it is running, then you have to stop that service or you can change your Listen port and run Apache server. How does one find a service running at a port. I can do this on Linux but how

Re: [users@httpd] OS 10048

2005-07-05 Thread ed elliott
If you don't know what it is that is using the port, do a "netsta -a -o -n" this will show you the pid of the process that is listening on port 80 (it is probably IIS)   edAnaya <[EMAIL PROTECTED]> wrote: Hi,Can you please ensure that no other service is running on Port 80.If it is running, then yo

Re: [users@httpd] OS 10048

2005-07-05 Thread Anaya
Hi, Can you please ensure that no other service is running on Port 80. If it is running, then you have to stop that service or you can change your Listen port and run Apache server. - Original Message - From: "Alf C Stockton" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 05, 2005 4:18 PM

RE: [users@httpd] OS 10048

2005-07-05 Thread Alf C Stockton
On Tue, 5 Jul 2005, [iso-8859-1] Axel-Stéphane SMORGRAV wrote: Would you happen to have more than one Listen directive in your configuration?? No I've checked and I only have a Listen 80. --- Regards, Alf Stocktonwww.stockton.co.za You know you're a little fat if you have stretch marks

[users@httpd] Re: SetHandler not working ?

2005-07-05 Thread Joost de Heer
> MonoApplications "/aspnet:/usr/share/doc/xsp/test" >From the documentation (http://www.apacheworld.org/modmono/INSTALL): --- MonoApplication /mono /home/user/mono/install/xsp/server/test The MonoApplication directive takes two arguments. The first one is the virtual path, which is part of the

RE: [users@httpd] OS 10048

2005-07-05 Thread Axel-Stéphane SMORGRAV
Would you happen to have more than one Listen directive in your configuration?? -ascs -Original Message- From: Alf Stockton [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 05, 2005 12:01 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] OS 10048 On a newly installed XP system I h

[users@httpd] OS 10048

2005-07-05 Thread Alf Stockton
On a newly installed XP system I have just installed apache_2.0.54-win32-x86-no_ssl.msi and get the following error:- C:\Program Files\Apache Group\Apache2\bin>apache -k install (OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : make_sock:

RE: [users@httpd] Proxy Server to Web Server Ratio

2005-07-05 Thread Veary, Marc, VF UK - Technology \(TS\)
Yep. Get your point. Appreciate your thoughts and help. Kind regards. -Original Message- From: Boyle Owen [mailto:[EMAIL PROTECTED] Sent: 05 July 2005 09:24 To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Proxy Server to Web Server Ratio > -Original Message- > From

RE: [users@httpd] Proxy Server to Web Server Ratio

2005-07-05 Thread Boyle Owen
> -Original Message- > From: Ian Stuart [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 5. Juli 2005 09:57 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Proxy Server to Web Server Ratio > > > Doesn't the proxy do a write-to-disk as the page passes through? > Particularly with

RE: [users@httpd] Proxy Server to Web Server Ratio

2005-07-05 Thread Boyle Owen
> -Original Message- > From: Veary, Marc, VF UK - Technology (TS) > [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 5. Juli 2005 10:11 > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Proxy Server to Web Server Ratio > > > My question was badly crafted, apologies... > > Let me

RE: [users@httpd] Proxy Server to Web Server Ratio

2005-07-05 Thread Veary, Marc, VF UK - Technology \(TS\)
My question was badly crafted, apologies... Let me try again with an example: If I have 50 web sites, each a cluster of 10 physical machines with a web server on each. Now, I want to place Apache in front of these 50 sites (web server clusters) as a reverse proxy. What I am trying to figure o

Re: [users@httpd] Proxy Server to Web Server Ratio

2005-07-05 Thread Ian Stuart
Doesn't the proxy do a write-to-disk as the page passes through? Particularly with proxy-pass and proxy-passreverse? This would imply that there is a process load on the server (limiting the number of simultanious connections - but not an httpd/proxy limit per-sae) *as well as* a disk-limit (for t

RE: [users@httpd] Proxy Server to Web Server Ratio

2005-07-05 Thread Boyle Owen
> -Original Message- > From: Veary, Marc, VF UK - Technology (TS) > [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 5. Juli 2005 09:35 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Proxy Server to Web Server Ratio > > > Hi All, > > I am new to using Apache as a proxy. Could some

[users@httpd] Proxy Server to Web Server Ratio

2005-07-05 Thread Veary, Marc, VF UK - Technology \(TS\)
Hi All, I am new to using Apache as a proxy. Could someone give me a rough idea of how many web servers Apache 2 can proxy? I know this is like asking 'How long is a piece of string?', but I need a rough starting point. Does anyone know of any stats from testing (mind craft, etc)? Kind regards,