Re: [EMAIL PROTECTED] Error on start

2005-12-03 Thread Joshua Slive
On 12/3/05, Michael S Pallos <[EMAIL PROTECTED]> wrote: > > > > I have installed Apache 2.0.55 on Solaris 10. The httpd is not starting up > and the error_log reports the following: > > > > (22) Invalid argument: setgid: unable to set group id to Group 4294967295. Open httpd.conf. Find the line

Re: [EMAIL PROTECTED] Startup failed, Apache 2.0.55

2005-12-03 Thread ludi
ldd /usr/apache2/bin/httpd 2005/12/4, Josh Feather <[EMAIL PROTECTED]>: /usr/lib is the default locale... You can use the command --- find / -name libgcc_s.so.1 ,to find whether there is the file in your system. - Original Message - From: Michael S Pallos To: users@httpd.apache.org

Re: [EMAIL PROTECTED] Startup failed, Apache 2.0.55

2005-12-03 Thread Josh Feather
/usr/lib is the default locale... "myhapwcforever" <[EMAIL PROTECTED]> 12/03/2005 08:37 PM Please respond to users@httpd.apache.org To users@httpd.apache.org cc Subject Re: [EMAIL PROTECTED] Startup failed, Apache 2.0.55 You can use the command --- find / -name libgcc_

Re: [EMAIL PROTECTED] Using gmake Failing on build

2005-12-03 Thread Josh Feather
You either don't have "make" in your path or its not installed on your machine... "Michael S Pallos" <[EMAIL PROTECTED]> 12/03/2005 10:31 AM Please respond to users@httpd.apache.org To users@httpd.apache.org cc Subject [EMAIL PROTECTED] Using gmake Failing on build Hel

Re: [EMAIL PROTECTED] Startup failed, Apache 2.0.55

2005-12-03 Thread myhapwcforever
You can use the command --- find / -name libgcc_s.so.1 ,to find whether there is the file in your system. - Original Message - From: Michael S Pallos To: users@httpd.apache.org Sent: Sunday, December 04, 2005 7:51 AM Subject: [EMAIL PROTECTED] Startup fai

[EMAIL PROTECTED] Error on start

2005-12-03 Thread Michael S Pallos
I have installed Apache 2.0.55 on Solaris 10.  The httpd is not starting up and the error_log reports the following:   (22) Invalid argument: setgid: unable to set group id to Group 4294967295.   Any ideas?

[EMAIL PROTECTED] Apache2 weird forks (owned by root)

2005-12-03 Thread Fotos Georgiadis
Hello! A strange problem occurs in our apache 2 installation. I have the prefork MPM where the expected (and documented) behavior is one root process open for managing the privileges ports (etc.) that spawns children, with the privileges of the User and Group directives specified (www-dat

[EMAIL PROTECTED] Child errors causing Apache to exit

2005-12-03 Thread Graham Frank
So I've been paying attention to my ErrorLog lately as Apache has been crashing about once per day with errors such as: [Thu Dec 1 10:00:02 2005] [alert] Child 27698 returned a Fatal error... \nApache is exiting! [Fri Dec 2 07:05:02 2005] [alert] Child 30200 returned a Fatal error... \nApache i

[EMAIL PROTECTED] Startup failed, Apache 2.0.55

2005-12-03 Thread Michael S Pallos
I just configured, build, and installed Aache 2.0.55 on Solaris 10.   I used gcc and make for the configure and build. When I attempt a start by executing “PREFIX/bin/apachectl –l start” I get the following error:   ld.so.1: /usr/apache2/bin/httpd: libgcc_s.so.1: open failed: No such fil

Re: [EMAIL PROTECTED] Using gmake Failing on build

2005-12-03 Thread Joshua Slive
On 12/3/05, Michael S Pallos <[EMAIL PROTECTED]> wrote: > So I created a link so make would call gmake, but that failed too. You need to have a program called "make" in your path -- whether that is actually gmake on the back-end shouldn't matter, I'd guess. I'd guess that the link above is not w

RE: [EMAIL PROTECTED] warning : Failed to enabl\ e the 'httpready' Accept Filter

2005-12-03 Thread Michael S Pallos
I am trying to build httpd-2.2.0, but am getting build errors on make Make: Fatal error: command failed for target 'all-recursive' Can you be more specific on how you were able to get build httpd-2.2.0 -Original Message- From: Ashtanga Yogi [mailto:[EMAIL PROTECTED] Sent: Saturday, Dec

Re: [EMAIL PROTECTED] warning : Failed to enabl\ e the 'httpready' Accept Filter

2005-12-03 Thread Philip M. Gollucci
Ashtanga Yogi wrote: I am proud to say that I have configured, built and installed all the following now: httpd-2.2.0 mod_perl-2.0.2 httpd required me to first locally build and install apr and apr-util after which I built the main httpd and locally installed it. I then locally installed mod

[EMAIL PROTECTED] warning : Failed to enabl\ e the 'httpready' Accept Filter

2005-12-03 Thread Ashtanga Yogi
I am proud to say that I have configured, built and installed all the following now: httpd-2.2.0 mod_perl-2.0.2 httpd required me to first locally build and install apr and apr-util after which I built the main httpd and locally installed it. I then locally installed mod_perl (but have not put

Re: [EMAIL PROTECTED] configure: error: Cannot use an external APR with the bundled APR-util

2005-12-03 Thread Ashtanga Yogi
I solved this problem by building apr and apr-util within my d/l'ed distro and then installing them and pointing the apache configure to them - Original Message - From: "Ashtanga Yogi" <[EMAIL PROTECTED]> To: users@httpd.apache.org Subject: [EMAIL PROTECTED] configure: error: Cannot use a

[EMAIL PROTECTED] Apache response problem

2005-12-03 Thread fabian.frederick
Hi, I'm facing a strange problem with apache 2.0.49 : Suddenly, apache stops responding to browser during 1 or 2 minutes ... Meanwhile, every request gives place to an httpd2-prefork process ... When apache responds again, all those processes stay with 5/6% process and never die ... Someon

[EMAIL PROTECTED] configure: error: Cannot use an external APR with the bundled APR-util

2005-12-03 Thread Ashtanga Yogi
I am on a FreeBSD system where there is already an Apache installed somewhere and I think that is what is causing my problem. Please help me configure and install apache to my local path $WAG/install/httpd/prefork [EMAIL PROTECTED]:~/cvs/blue/wagsvr/wares/httpd-2.x.xx] ./configure --prefix=$W\ AG

[EMAIL PROTECTED] nfigure: error: Cannot use an external APR with the bundled APR-util

2005-12-03 Thread Terrence Brannon
I am on a FreeBSD system where there is already an Apache installed somewhere and I think that is what is causing my problem. Please help me configure and install apache to my local path $WAG/install/httpd/prefork [EMAIL PROTECTED]:~/cvs/blue/wagsvr/wares/httpd-2.x.xx] ./configure --prefix=$W\ AG

[EMAIL PROTECTED] Using gmake Failing on build

2005-12-03 Thread Michael S Pallos
Hello,   I have successful ran ./configure using gcc with Apache 2.2.0 on Solaris 10.  I am stuck on the next step in installation, “make”.  I have gmake installed and was attempting to use that.   When I attempt to run gmake, I get the error: /bin/bash/make not found [all-recursiv3e]

Re: [EMAIL PROTECTED] error on startup: could not log pid to file /var/run/httpd.pid tpd.pid

2005-12-03 Thread Joshua Slive
On 12/3/05, Terrence Brannon <[EMAIL PROTECTED]> wrote: > Hi, > 1 - my errorlog states: > > [Sat Dec 03 05:17:02 2005] [error] httpd: could not log pid to file > /var/run/httpd.pid > > so my first question is: is this error fatal? or did Apache continue to > startup? Is there a verbose mode for

Re: [EMAIL PROTECTED] User Authentication through Proxy Errors [SOLVED]

2005-12-03 Thread Brian C
I looked again at the newwebsite.conf file and saw that somehow I had left off the trailing slash. Everything seems to work now. Thanks. Boyle Owen wrote: -Original Message- From: Brian C [mailto:[EMAIL PROTECTED] Reason: DNS lookup failure for: 192.168.0.9dirname

[EMAIL PROTECTED] could not log pid to file /var/run/httpd.pid

2005-12-03 Thread Terrence Brannon
Hi, I wrote a configuration file and attempted to start apache with it using: apachectl -d . -f ./filename however... 1 - my errorlog states: [Sat Dec 03 05:17:02 2005] [error] httpd: could not log pid to file /var/run/httpd.pid so my first question is: is this error fatal? or did Apache c

[EMAIL PROTECTED] error on startup: could not log pid to file /var/run/httpd.pid tpd.pid

2005-12-03 Thread Terrence Brannon
Hi, 1 - my errorlog states: [Sat Dec 03 05:17:02 2005] [error] httpd: could not log pid to file /var/run/httpd.pid so my first question is: is this error fatal? or did Apache continue to startup? Is there a verbose mode for apache startup that would make this clear to me? 2 - I dont understand