RE: [EMAIL PROTECTED] Error reading from remote server

2008-11-21 Thread Emmanuel Bailleul
:27 À : users@httpd.apache.org Objet : [EMAIL PROTECTED] Error reading from remote server Hello all, I have (what I consider to be) a working reverse proxy configuration with httpd, mod_proxy and mod_auth_tkt. The only problem that still persists is related to a specific intranet service that is

[EMAIL PROTECTED] Error reading from remote server

2008-11-21 Thread ArmenioPinto
Hello all, I have (what I consider to be) a working reverse proxy configuration with httpd, mod_proxy and mod_auth_tkt. The only problem that still persists is related to a specific intranet service that is hosted in IIS. For the first time, it works fine. But after a few minutes, the user

[EMAIL PROTECTED] Error Message - Parent: child process exited with status 3221225477 -- Restarting.

2008-11-20 Thread Arthur, Simon
Hi, We are experiencing problems with Apache 2.2.9 on Windows 2000 Server SP4. Our site handles around 100,000 hits per day. The problems started when we upgraded from 2.0.47. The server restarts several times a day with the following message (from error.log): [notice] Parent: child process exi

[EMAIL PROTECTED] error log problem with SSL

2008-11-17 Thread Campbell, Lance
Apache 2.0.x Within our virtual host we have the line: ErrorLog /var/log/httpd/some_file_name What we are noticing is that Tomcat requests through mod_jk are showing up within this log as 404 errors when doing SSL. Why is this? Is there something within our configuration that is telling

Re: [EMAIL PROTECTED] Error when compiling apache 2.2.10 on solaris 10, suggestions?

2008-10-28 Thread Drew Tomlinson
g To: users@httpd.apache.org cc: (bcc: Dan Mitton/YD/RWDOE) Subject:[EMAIL PROTECTED] Error when compiling apache 2.2.10 on solaris 10, suggestions? LSN: Not Relevant User Filed as: Not a Record Undefined first referenced symbol in

Re: [EMAIL PROTECTED] Error when compiling apache 2.2.10 on solaris 10, suggestions?

2008-10-28 Thread Dan_Mitton
Your output shows that the two undefined symbols are used/referenced in libapr-1.so. I would check over the build of your libapr and/or apr utils. Please respond to users@httpd.apache.org To: users@httpd.apache.org cc: (bcc: Dan Mitton/YD/RWDOE) Subject:[EMAIL PROTECTED

[EMAIL PROTECTED] Error when compiling apache 2.2.10 on solaris 10, suggestions?

2008-10-27 Thread Geoff Reed
Undefined first referenced symbol in file __sync_fetch_and_add_4 /usr/local/lib/libapr-1.so __sync_fetch_and_sub_4 /usr/local/lib/libapr-1.so ld: fatal: Symbol referencing errors. No output written to htpasswd collect2: ld

Re: [EMAIL PROTECTED] Error with ServerName and then furthermore with Listening Sockets

2008-09-10 Thread Manik Taneja
The first error is a warning and will go away if you set the ServerName variable to your machine name or something in the httpd.conf file. With regards to the other problem, you probably have another process or perhaps a running instance of apache that is listening on port 80. You can eit

[EMAIL PROTECTED] Error with ServerName and then furthermore with Listening Sockets

2008-09-09 Thread Philip Allen
I received the following Error today after following the installation guide word for word and was wondering if someone could help me? "httpd.exe: Could not reliably determine the server's fully qualified domain name, using (address) for ServerName Only one usage of each socket address is normall

Re: [EMAIL PROTECTED] Error when creating certificate in HPUX

2008-09-04 Thread Ron Savage
Hi Jospeh > Good to know! Obviously, I don't have recent HP-UX experience, nor does > anyone else here but you! Either solution would work, but some tremble > at the thought of changing the kernel. ;-] Just think of the countless millions of us who have switched kernels from MS Windows to Debi

Re: [EMAIL PROTECTED] Error when creating certificate in HPUX

2008-09-04 Thread Joseph S D Yao
On Wed, Sep 03, 2008 at 11:46:12AM -0500, William A. Rowe, Jr. wrote: ... > Or, just search hpux site for their /dev/random device patch. It's built > into 11.23 but was a separate download/add-in for earlier 11.x flavors. ... Good to know! Obviously, I don't have recent HP-UX experience, nor d

Re: [EMAIL PROTECTED] Error when creating certificate in HPUX

2008-09-03 Thread Krist van Besien
On Wed, Sep 3, 2008 at 15:54, Tan, Liao <[EMAIL PROTECTED]> wrote: > txs to those that gave me attention. I was wondering, if in case there´s > nothing to do with the random stuffs in HPUX, and I think the command with > parameter "-des" has something to do with this, will it solve if I generate

Re: [EMAIL PROTECTED] Error when creating certificate in HPUX

2008-09-03 Thread William A. Rowe, Jr.
Joseph S D Yao wrote: Long ago but not far away, when I had to implement this on HP-UX, I found that it had no "random" device. Not many systems did, then or now. So I got the Entropy Generating Daemon [egd, written in Perl], and it worked fine. Remember to have it start at boot BEFORE anythi

Re: [EMAIL PROTECTED] Error when creating certificate in HPUX

2008-09-03 Thread Joseph S D Yao
On Wed, Sep 03, 2008 at 09:52:46AM -0300, Tan, Liao wrote: > Folks, > Im trying to find solution for this issue. When running the command below > > openssl genrsa -des3 -out mydomain.com.key 1024 > > to create the key pair certificate, it gives me the error: > > = > warni

RE: [EMAIL PROTECTED] Error when creating certificate in HPUX

2008-09-03 Thread Tan, Liao
cannot test it on my own, this is a production machine... Thank you Ingrid -Original Message- From: Tan, Liao [CMB-IT] Sent: Wednesday, September 03, 2008 9:53 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Error when creating certificate in HPUX Folks, Im trying to fi

Re: [EMAIL PROTECTED] Error when creating certificate in HPUX

2008-09-03 Thread Staf Wagemakers
On Wed, Sep 3, 2008 at 3:13 PM, Davide Bianchi <[EMAIL PROTECTED]>wrote: > Tan, Liao wrote: > > I did read the link, but couldnt figure out wots the solution. > > how can I solve it? > > Well, the point is that the 'random generator' on your system ain't > random enough. So, depending on which sys

Re: [EMAIL PROTECTED] Error when creating certificate in HPUX

2008-09-03 Thread Davide Bianchi
Tan, Liao wrote: > I did read the link, but couldnt figure out wots the solution. > how can I solve it? Well, the point is that the 'random generator' on your system ain't random enough. So, depending on which system you have you have different options. Now, I'm not familiar with HPUX, so I sugge

RE: [EMAIL PROTECTED] Error when creating certificate in HPUX

2008-09-03 Thread Tan, Liao
I did read the link, but couldnt figure out wots the solution. how can I solve it? Ingrid -Original Message- From: Davide Bianchi [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2008 9:58 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Error when creating

Re: [EMAIL PROTECTED] Error when creating certificate in HPUX

2008-09-03 Thread Davide Bianchi
Tan, Liao wrote: > > to create the key pair certificate, it gives me the error: > > warning, not much extra random data, consider using the -rand option > Generating RSA private key, 1024 bit long modulus > 26995:error:24064064:random number generator:SSLEAY_RAND_BYTES:PRNG not seeded:md_rand.c:

[EMAIL PROTECTED] Error when creating certificate in HPUX

2008-09-03 Thread Tan, Liao
Folks, Im trying to find solution for this issue. When running the command below openssl genrsa -des3 -out mydomain.com.key 1024 to create the key pair certificate, it gives me the error: = warning, not much extra random data, consider using the -rand option Generating R

Re: [EMAIL PROTECTED] Error Page Generation in Apache Server

2008-08-12 Thread André Warnier
Eric Covener wrote: On Mon, Aug 11, 2008 at 6:20 PM, Raghavendra Datt <[EMAIL PROTECTED]> wrote: Eric, Thanks for your quick response. I went through the mentioned functions. The method "ap_send_error_response" has the logic to print the html page in case of error. but, I am not really sure whet

Re: [EMAIL PROTECTED] Error Page Generation in Apache Server

2008-08-11 Thread Eric Covener
On Mon, Aug 11, 2008 at 6:20 PM, Raghavendra Datt <[EMAIL PROTECTED]> wrote: > Eric, > Thanks for your quick response. I went through the mentioned functions. > The method "ap_send_error_response" has the logic to print the html page in > case of error. but, I am not really sure whether this same m

Re: [EMAIL PROTECTED] Error Page Generation in Apache Server

2008-08-11 Thread Raghavendra Datt
Eric, Thanks for your quick response. I went through the mentioned functions. The method "ap_send_error_response" has the logic to print the html page in case of error. but, I am not really sure whether this same method is called in my case. because, the kind of html generated looks like a plain ht

Re: [EMAIL PROTECTED] Error Page Generation in Apache Server

2008-08-11 Thread Eric Covener
On Mon, Aug 11, 2008 at 4:37 PM, Raghavendra Datt <[EMAIL PROTECTED]> wrote: > Hi, > I was trying to pinpoint one of the functionalities of apache in the > server code. On an error like "404", server generates an error page saying > "requested resource not available" and also it shows up the vers

Re: [EMAIL PROTECTED] Error Page Generation in Apache Server

2008-08-11 Thread Eric Covener
On Mon, Aug 11, 2008 at 4:37 PM, Raghavendra Datt <[EMAIL PROTECTED]> wrote: > Hi, > I was trying to pinpoint one of the functionalities of apache in the > server code. On an error like "404", server generates an error page saying > "requested resource not available" and also it shows up the vers

Re: [EMAIL PROTECTED] Error Page Generation in Apache Server

2008-08-11 Thread Eric Covener
On Mon, Aug 11, 2008 at 4:37 PM, Raghavendra Datt <[EMAIL PROTECTED]> wrote: > Hi, > I was trying to pinpoint one of the functionalities of apache in the > server code. On an error like "404", server generates an error page saying > "requested resource not available" and also it shows up the vers

[EMAIL PROTECTED] Error Page Generation in Apache Server

2008-08-11 Thread Raghavendra Datt
Hi, I was trying to pinpoint one of the functionalities of apache in the server code. On an error like "404", server generates an error page saying "requested resource not available" and also it shows up the version info of apache some thing like "Apache Tomcat/4.1.24-LE-jdk14". I am not sure wh

Re: [EMAIL PROTECTED] error when MAKE Apache 2.2.*: exports.c : error: previous definition of '...' was here

2008-07-30 Thread Ben Aurel
I've just checked server/exports.c and scanned it for a few of the many (hundreds) of errors. The declarations are fine and the files exists on the system. But I noticed something else. When I look at on of those numerous errormessages: exports.c:1309: error: redefinition of 'ap_hack_apr_allo

Re: [EMAIL PROTECTED] error when MAKE Apache 2.2.*: exports.c : error: previous definition of '...' was here

2008-07-30 Thread Sander Temme
On Jul 30, 2008, at 5:25 AM, Ben Aurel wrote: exports.c:1309: error: redefinition of 'ap_hack_apr_allocator_free' exports.c:155: error: previous definition of 'ap_hack_apr_allocator_free' was here Could you cast a glance at those areas of server/exports.c and see if you notice anything wei

[EMAIL PROTECTED] error when MAKE Apache 2.2.*: exports.c : error: previous definition of '...' was here

2008-07-30 Thread Ben Aurel
hi I already tried to install several versions of apache on mac os x leopard and always get a load of errors: gawk -f /temp/httpd-2.2.2/build/make_exports.awk `cat export_files` > exports.c /opt/local/share/apr-1/build/libtool --silent --mode=compile /usr/bin/gcc-4.0 -DDARWIN -DSIGPROCMA

Re: [EMAIL PROTECTED] error when running binbuild.sh

2008-06-24 Thread William A. Rowe, Jr.
Tan, Liao wrote: Environment: apache 2.0.46 hp-ux 11 Where can we start to solve the error? a modern version of httpd version 2.0? That would bring you a long ways. - The official User-To-User support forum of the Apach

[EMAIL PROTECTED] error when running binbuild.sh

2008-06-24 Thread Tan, Liao
Folks, We´re running/compiling the file binbuild.sh, and started to do a lot of things, till a point that gave me the errors below: "find: cannot stat /projects3/ahajjsle/newconnectors/httpd-2.0.46/include/ap_compat.h find: cannot stat /projects3/ahajjsle/newconnectors/httpd-2.0.46/include/ap_

Re: [EMAIL PROTECTED] error on install package apache_2.2.9-win32-x86-openssl-0.9.8h.msi

2008-06-14 Thread William A. Rowe, Jr.
Mary Helen Walker wrote: Downloaded file 06-14-08 - Tried on both MS Server 2003 and XP Service Pack 2. Received this error when tried to install - Internal Error 2715. apr_ldap-1.dll then: The Installation Wizard was interrupted before Apache HTTP Server 2.2.9 could be completely installed

[EMAIL PROTECTED] error on install package apache_2.2.9-win32-x86-openssl-0.9.8h.msi

2008-06-14 Thread Mary Helen Walker
Downloaded file 06-14-08 - Tried on both MS Server 2003 and XP Service Pack 2. Received this error when tried to install - Internal Error 2715. apr_ldap-1.dll then: The Installation Wizard was interrupted before Apache HTTP Server 2.2.9 could be completely installed. Your system has not been

[EMAIL PROTECTED] error when compiling on mac os x (leopard)

2008-05-23 Thread Ben Aurel
Hi I had a problem with compiling Apache2 from source on my system: - Mac os x 10.5.2 (leopard) - 2.2 GHz Intel Core Duo - Apache2.2.6 and also apache2.2.8 (didn't try other versions though) In the meantime I could "solve" the problem (see below). But it was a blind flight and I'd like to know

Re: [EMAIL PROTECTED] error while running apache 2.0.63

2008-04-30 Thread Nick Kew
On Wed, 30 Apr 2008 17:59:37 -0400 "Eric Covener" <[EMAIL PROTECTED]> wrote: > Probably a symptom of the above, the older of the dates corresponds to > 2.0.40 (your -devel version) > Indeed. If your package manager installs something as ancient as 2.0.40, you should scrap it. -- Nick Kew App

Re: [EMAIL PROTECTED] error while running apache 2.0.63

2008-04-30 Thread Eric Covener
On Wed, Apr 30, 2008 at 3:12 PM, alok jain <[EMAIL PROTECTED]> wrote: > I have apache httpd 2.0.63 build and installed on redhat linux. Then i > installed the httpd-devel 2.0.40 ( for using apxs ) . > I added the mod_proxy_html module version : 2.5.2 The devel package should probably match the

[EMAIL PROTECTED] error while running apache 2.0.63

2008-04-30 Thread alok jain
I have apache httpd 2.0.63 build and installed on redhat linux. Then i installed the httpd-devel 2.0.40 ( for using apxs ) . I added the mod_proxy_html module version : 2.5.2   I got the following error message when i start my apache   httpd: module "mod_proxy_html.c"  is not compatible w

Re: [EMAIL PROTECTED] error in mod_auth_digest documentation

2008-04-29 Thread Joshua Slive
On Tue, Apr 29, 2008 at 8:28 AM, Kungla <[EMAIL PROTECTED]> wrote: > Hei, > > I wasted many good hours in finding out that AuthDigestFile > /web/auth/.digest_pw will never work as described in > http://httpd.apache.org/docs/2.0/mod/mod_auth_digest.html > > I used AuthUserFile as described in >

[EMAIL PROTECTED] error in mod_auth_digest documentation

2008-04-29 Thread Kungla
Hei, I wasted many good hours in finding out that AuthDigestFile /web/auth/.digest_pw will never work as described in http://httpd.apache.org/docs/2.0/mod/mod_auth_digest.html I used AuthUserFile as described in http://ubuntuforums.org/showthread.php?t=157415 Brgds, Valter

Re: [EMAIL PROTECTED] error in httpd 2.0.63

2008-04-25 Thread Joshua Slive
On Fri, Apr 25, 2008 at 8:31 AM, Ch Praveena <[EMAIL PROTECTED]> wrote: > Hi all, > I am clustering jboss 4.2.GA server and is using httpd 2.0.63 as load > balancer for it. > > When I am trying to run the application, for implementing cluster, I am > getting the error mod_jk log: > > > [Fri Apr 25

[EMAIL PROTECTED] error in httpd 2.0.63

2008-04-25 Thread Ch Praveena
Hi all, I am clustering jboss 4.2.GA server and is using httpd 2.0.63 as load balancer for it. When I am trying to run the application, for implementing cluster, I am getting the error mod_jk log: * [Fri Apr 25 17:47:50 2008] [error] [client 10.20.220.15] File does not exist: /usr/local/apache2/

[EMAIL PROTECTED] Error comes while running make commond to install apache2.2.8 on solaris machine

2008-04-24 Thread Narendra Verma
Hi all, I am getting the below cut and paste error when I execute the make command .I did find the make command and added its path in the .profile. Can any body help me why this error is coming ?? -bash-3.00$ make Making all in srclib Making all in apr Making all in apr-util Making all in xml/ex

[EMAIL PROTECTED] Error starting Apache 2.2.8 on Windows

2008-04-11 Thread paulh
Trying to get Apache 2.2.8 working with subversion 1.4.6 on Windows Server 2003 R2. It works fine when run interactively, but if I use the Apache monitor application I get an error: szAppName: httpd.exe szAppVer: 2.2.8.0 szModName: libapr-1.dll szModVer: 1.2.11.0 offset 0001e06 There's nothi

Re: [EMAIL PROTECTED] Error: [warn] Useless use of AllowOverride

2008-04-08 Thread Mamta Singh
Thanks for the quick reply. You are right AllowOverride should be in Directory context and I have that correctly in *apache2.conf.* But it is also written in Location context in *mod_jk.conf *which has generated automatically and because of which it is giving me warning. I don't understand why i

Re: [EMAIL PROTECTED] Error: [warn] Useless use of AllowOverride

2008-04-08 Thread Neil A. Hillard
Hi, Mamta Singh wrote: Hi all, I have apache2.2 and tomcat 5.5 installed. when ever i start apache server i got this warning:[warn] Useless use of AllowOverride in line . I checked these line numbers are in mod_jk.conf file which has been auto-generated by tomcat. These lines

[EMAIL PROTECTED] Error: [warn] Useless use of AllowOverride

2008-04-08 Thread Mamta Singh
Hi all, I have apache2.2 and tomcat 5.5 installed. when ever i start apache server i got this warning:[warn] Useless use of AllowOverride in line . I checked these line numbers are in mod_jk.conf file which has been auto-generated by tomcat. These lines are: AllowOverri

Re: [EMAIL PROTECTED] error making apache2 "cannot open file `/home/gatekeeper/minfrin/rpms/httpd-2.0.50/include/ap_compat.h'"

2008-03-29 Thread Nick Kew
On Sat, 29 Mar 2008 20:55:05 +0530 "Siju George" <[EMAIL PROTECTED]> wrote: > Hi, > I was trying to install apache2 on CentOS5 and got the following > error. > > = > gawk -f /var/software/httpd-2.0.50/build/make_var_export.awk `cat > export_

Re: [EMAIL PROTECTED] error making apache2 "cannot open file `/home/gatekeeper/minfrin/rpms/httpd-2.0.50/include/ap_compat.h'"

2008-03-29 Thread Joshua Slive
On Sat, Mar 29, 2008 at 11:25 AM, Siju George <[EMAIL PROTECTED]> wrote: > Hi, > I was trying to install apache2 on CentOS5 and got the following error. I don't know, but why are you building 2.0.50? If that is a CentOS restriction, you should content CentOS to figure out what is going wrong. J

[EMAIL PROTECTED] error making apache2 "cannot open file `/home/gatekeeper/minfrin/rpms/httpd-2.0.50/include/ap_compat.h'"

2008-03-29 Thread Siju George
Hi, I was trying to install apache2 on CentOS5 and got the following error. = gawk -f /var/software/httpd-2.0.50/build/make_var_export.awk `cat export_files` > export_vars.h gawk: /var/software/httpd-2.0.50/build/make_var_export.awk:75: fata

Re: [EMAIL PROTECTED] [error] [client 127.0.0.1] Directory index forbidden by Options directive

2008-03-27 Thread Joshua Slive
On Thu, Mar 27, 2008 at 5:32 AM, thomas Armstrong <[EMAIL PROTECTED]> wrote: > Hi. > > Using Apache 2.2 with Plesk, I found out these error messages on my > 'error_log' file: > > [Wed Mar 26 18:45:50 2008] [error] [client 127.0.0.1] Directory index > forbidden by Options directive: /v

[EMAIL PROTECTED] [error] [client 127.0.0.1] Directory index forbidden by Options directive

2008-03-27 Thread thomas Armstrong
Hi. Using Apache 2.2 with Plesk, I found out these error messages on my 'error_log' file: [Wed Mar 26 18:45:50 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /var/www/html/ [Wed Mar 26 18:49:57 2008] [error] [client 127.0.0.1] Directory index forbidden by

Re: [EMAIL PROTECTED] Error Documents

2008-02-10 Thread Ben Hussey
Ah indeed - I missed the Alias line from my 2.0 configuration. Thanks On 10/02/2008, Nick Kew <[EMAIL PROTECTED]> wrote: > On Sun, 10 Feb 2008 15:49:16 + > "Ben Hussey" <[EMAIL PROTECTED]> wrote: > > > In version 2.0 relative and non-relative local paths were handled fine > > (/ at start with

Re: [EMAIL PROTECTED] Error Documents

2008-02-10 Thread Nick Kew
On Sun, 10 Feb 2008 15:49:16 + "Ben Hussey" <[EMAIL PROTECTED]> wrote: > In version 2.0 relative and non-relative local paths were handled fine > (/ at start with non-relative, without was relative) is this a bug in > 2.2 or have I missed something? Indeed, 2.2 behaves as you describe. Both

[EMAIL PROTECTED] Error Documents

2008-02-10 Thread Ben Hussey
Is it possible to get local paths to work non-relatively? (Apache 2.2) Here are the relevant parts of my config and the result: > > ServerAdmin [EMAIL PROTECTED] > VirtualDocumentRoot /web/live/%1/ > > > ErrorDocument 400 /web/error/error.php?code=400 > ErrorDocument 403 /web/error/erro

Re: [EMAIL PROTECTED] error reading information on service httpd: No such file or directory - starting apache webserver automatically on Fedora

2008-01-29 Thread Vincent Bray
On 29/01/2008, MShah <[EMAIL PROTECTED]> wrote: > > I have installed Apache WEb Server on Fedora Linux and was it starts up, but > I want to set it up to start automatically when the system boots up and when > I enter the following command: > > chkconfig --level 235 httpd on > > I get the following

[EMAIL PROTECTED] error reading information on service httpd: No such file or directory - starting apache webserver automatically on Fedora

2008-01-29 Thread MShah
I have installed Apache WEb Server on Fedora Linux and was it starts up, but I want to set it up to start automatically when the system boots up and when I enter the following command: chkconfig --level 235 httpd on I get the following error: error reading information on service httpd: No such

RE: [EMAIL PROTECTED] Error with make command

2007-12-21 Thread Stew Henderson
From: [EMAIL PROTECTED] > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Error with make command > > Two things: > > 1) httpd is not compile statically, so it looks for libraries at run-time > To compile statically, try this ./configure option > --enable

Re: [EMAIL PROTECTED] Error with make command

2007-12-20 Thread Eric Covener
On Dec 20, 2007 2:21 PM, Russell E Glaue <[EMAIL PROTECTED]> wrote: > Two things: > > 1) httpd is not compile statically, so it looks for libraries at run-time > To compile statically, try this ./configure option > --enable-static-support I believe this only affects support programs such

Re: [EMAIL PROTECTED] Error with make command

2007-12-20 Thread Russell E Glaue
y much for your help with this issue! > > Stuart > >> Date: Thu, 20 Dec 2007 09:15:16 -0600 >> From: [EMAIL PROTECTED] >> To: users@httpd.apache.org >> Subject: Re: [EMAIL PROTECTED] Error with make command >> >> You can download the compiled GCC and glib p

RE: [EMAIL PROTECTED] Error with make command

2007-12-20 Thread Stew Henderson
://www.sunfreeware.com/, including the libexpat package, so I dont understand why it would do that Thanks very much for your help with this issue! Stuart > Date: Thu, 20 Dec 2007 09:15:16 -0600 > From: [EMAIL PROTECTED] > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Error with

Re: [EMAIL PROTECTED] Error with make command

2007-12-20 Thread Russell E Glaue
You can download the compiled GCC and glib packages you need from this site http://www.sunfreeware.com/ Looks like they even have Apache 2.2.6 available too. To compile, try using these packages on your system. Also be sure you are using apr and apr-util version 1.2.* If you do not want to compil

[EMAIL PROTECTED] Error with make command

2007-12-20 Thread Stew Henderson
Hi I have been trying to install Apache on Solaris 10. I hit problems when I r= un the "make" command. I have downloaded, and isntalled GNU Make, and also = have GCC installed. Here is the output when I run this make command: iris:/software/httpd-2.2.6# make Making all in srclib Making all in

[EMAIL PROTECTED] error reading the headers, referer

2007-12-12 Thread Simon Taylor
Im posting this page 80.176.75.30 - - [12/Dec/2007:20:40:59 +] "POST /phpBB3/posting.php?mode=post&f=3&sid=a9c59ff6c88bb6d8893efd91edb67a18 HTTP/1.1" 400 0 "http://simontaylor.org.uk/phpBB3/posting.php?mode=post&f=3"; "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127

[EMAIL PROTECTED] Error while compiling Apache 2.0 on AIX 6.1

2007-12-07 Thread Black
I installed AIX 6.1 on one of the lpar slice. Also installed gcc. Version of gcc is as per following - Using built-in specs. Target: powerpc-ibm-aix5.3.0.0 Configured with: ../configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld --disable-nls --enable-languages=c,c++ --prefix=/opt/freeware --enab

Re: [EMAIL PROTECTED] Error Reading from remote server

2007-10-24 Thread Nick Kew
On Wed, 24 Oct 2007 08:17:59 -0700 "Ian Dobson" <[EMAIL PROTECTED]> wrote: > Hi, I'm trying to get reverse proxy working so I can move our > webservers all to 1 IP address. The problem I'm seeing is this. > > Proxy Error > The proxy server received an invalid response from an upstream server. >

[EMAIL PROTECTED] Error Reading from remote server

2007-10-24 Thread Ian Dobson
Hi, I'm trying to get reverse proxy working so I can move our webservers all to 1 IP address. The problem I'm seeing is this. Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /crm/eware.dll/go. Reason: Error rea

[EMAIL PROTECTED] Error Reading from remote server

2007-10-21 Thread Ian Dobson
Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /crm/eware.dll/go. Reason: Error reading from remote server Apache/2.2.3 (Scientific Linux) Server Hi, I'm trying to get r

Re: [EMAIL PROTECTED] Error starting Apache2.2.6

2007-10-14 Thread Roby Sottini
i put # before three lines in httpd.conf file. the lines says something about PHP. then i execute C:\Apache2.2\bin>httpd.exe -X but appears the typical window of Windows. The information of the error of the window is the following: szAppName : httpd.exe szAppVer : 2.2.6.0 szModName : u

Re: [EMAIL PROTECTED] Error starting Apache2.2.6

2007-10-14 Thread William A. Rowe, Jr.
Roby Sottini wrote: I execute this: C:\Apache2.2\bin>httpd.exe -X but it doesn't work like i want. It show me the same error every 5 seconds. If you want help please don't make us pull teeth!!! WHAT error? also, did you follow nick's instructions? They probably weren't clear, did you modif

Re: [EMAIL PROTECTED] Error starting Apache2.2.6

2007-10-14 Thread Roby Sottini
I execute this: C:\Apache2.2\bin>httpd.exe -X but it doesn't work like i want. It show me the same error every 5 seconds. Nick Kew <[EMAIL PROTECTED]> wrote: On Sat, 13 Oct 2007, Roby Sottini wrote: > The installer file of Apache is "Apache 2.2.6 win32 x86 no_ssl.msi" and > PHP is "PHP 5.2

Re: [EMAIL PROTECTED] Error starting Apache2.2.6

2007-10-13 Thread Nick Kew
On Sat, 13 Oct 2007, Roby Sottini wrote: > The installer file of Apache is "Apache 2.2.6 win32 x86 no_ssl.msi" and > PHP is "PHP 5.2.4 win32 installer.msi". Start with Apache, before complicating things with PHP. If it won't start and the error log doesn't help, run it from the commandline

[EMAIL PROTECTED] Error starting Apache2.2.6

2007-10-13 Thread Roby Sottini
Hi everybody! I'm new with Apache. I trying to run it but it doesn't start and Windows XP show me the following error: szAppName : httpd.exe szAppVer : 2.2.6.0 szModName : unknown szModVer : 0.0.0.0 offset : C:\DOCUME~1\Olinda\CONFIG~1\Temp\WER1a54.dir00\httpd.exe.m

Re: [EMAIL PROTECTED] Error message, why??

2007-09-13 Thread Joshua Slive
On 9/13/07, Tomas Larsson <[EMAIL PROTECTED]> wrote: > > > > Why am I getting this error. > > "org.apache.commons.net.io.CopyStreamException: IOException" > > I'm trying to use a java applet in order to circumvent the > limitations of apache HTTP file-uploads. > The applett connects to the ftp-

[EMAIL PROTECTED] Error message, why??

2007-09-13 Thread Tomas Larsson
Why am I getting this error. "org.apache.commons.net.io.CopyStreamException: IOException" I'm trying to use a java applet in order to circumvent the limitations of apache HTTP file-uploads. The applett connects to the ftp-server and upload the file. I am testing with a 450MB file and at

Fwd: [EMAIL PROTECTED] Error: proxy: ap_get_scoreboard_lb(90) failed in child

2007-08-14 Thread Fred Tyler
On 8/13/07, Vincent Bray <[EMAIL PROTECTED]> wrote: > On 13/08/07, Fred Tyler <[EMAIL PROTECTED]> wrote: > > I'm getting a lot of the following errors in my system logs: > > > > [error] proxy: ap_get_scoreboard_lb(90) failed in child 20394 for > > worker http://localhost:83/ > > > > [error] proxy:

Re: [EMAIL PROTECTED] Error: proxy: ap_get_scoreboard_lb(90) failed in child

2007-08-14 Thread Fred Tyler
On 8/14/07, Fred Tyler <[EMAIL PROTECTED]> wrote: > On 8/13/07, Vincent Bray <[EMAIL PROTECTED]> wrote: > > On 13/08/07, Fred Tyler <[EMAIL PROTECTED]> wrote: > > > I'm getting a lot of the following errors in my system logs: > > > > > > [error] proxy: ap_get_scoreboard_lb(90) failed in child 20394

Re: [EMAIL PROTECTED] Error: proxy: ap_get_scoreboard_lb(90) failed in child

2007-08-13 Thread Vincent Bray
On 13/08/07, Fred Tyler <[EMAIL PROTECTED]> wrote: > I'm getting a lot of the following errors in my system logs: > > [error] proxy: ap_get_scoreboard_lb(90) failed in child 20394 for > worker http://localhost:83/ > > [error] proxy: ap_get_scoreboard_lb(91) failed in child 20393 for > worker proxy:

[EMAIL PROTECTED] Error: proxy: ap_get_scoreboard_lb(90) failed in child

2007-08-13 Thread Fred Tyler
I'm getting a lot of the following errors in my system logs: [error] proxy: ap_get_scoreboard_lb(90) failed in child 20394 for worker http://localhost:83/ [error] proxy: ap_get_scoreboard_lb(91) failed in child 20393 for worker proxy:reverse Anyone know where these could be coming from? Thanks,

[EMAIL PROTECTED] Error with "Bad Request (Invalid Hostname)"

2007-06-18 Thread Long Tran
Hi all, I've tried googling around and it didn't help so, I have to post to this mailing list, hoping to solve this error. I've got NameBaseVirtualHost Apache 2.2.4 with this VHost on the 202.62.63.58 server: ServerName ixp-test.long-tran.com ServerAlias ns1.gfdoctor.net long-tran.com ServerAd

Re: [EMAIL PROTECTED] error doc handler ok for 403 but fails on 404

2007-06-09 Thread j k
On 6/9/07, Joshua Slive <[EMAIL PROTECTED]> wrote: On 6/9/07, j k <[EMAIL PROTECTED]> wrote: > The requested URL /nof.html was not found on this server. > > Additionally, a 404 Not Found error was encountered while trying to use an > ErrorDocument to handle the request.

Re: [EMAIL PROTECTED] error doc handler ok for 403 but fails on 404

2007-06-09 Thread Joshua Slive
On 6/9/07, j k <[EMAIL PROTECTED]> wrote: The requested URL /nof.html was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache Server at myserver Port 80 and when I look

[EMAIL PROTECTED] error doc handler ok for 403 but fails on 404

2007-06-09 Thread j k
I followed this suggestion in the apache2 htpd.conf to use the default error handlers: # The internationalized error documents require mod_alias, mod_include # and mod_negotiation. To activate them, uncomment the following 30 lines. and it works fine for a 403 i get the expected response: Access

Re: [EMAIL PROTECTED] Error: connect() failure

2007-05-07 Thread makhan
Thanks Joshu, I resolved the problem. Actually the service which the script was trying to access wasn't started. Thats why i was getting the connect error. Joshua Slive-2 wrote: > > On 5/7/07, makhan <[EMAIL PROTECTED]> wrote: >> >> Hi >> When I use my browser to access the input html page and

Re: [EMAIL PROTECTED] Error: connect() failure

2007-05-07 Thread Joshua Slive
On 5/7/07, makhan <[EMAIL PROTECTED]> wrote: Hi When I use my browser to access the input html page and submit the inputs I get Error: connect() failure. Whereas before restarting the sysstem I was getting the proper output html page. Can someone guide me what coould be wrong. Where do you see

[EMAIL PROTECTED] Error: connect() failure

2007-05-07 Thread makhan
Hi When I use my browser to access the input html page and submit the inputs I get Error: connect() failure. Whereas before restarting the sysstem I was getting the proper output html page. Can someone guide me what coould be wrong. . -- View this message in context: http://www.nabble.com/Error

Re: [EMAIL PROTECTED] Error Redirecting

2007-03-09 Thread Mário Gamito
Hi Vincent, Vincent Bray wrote: On 09/03/07, Mário Gamito <[EMAIL PROTECTED]> wrote: I want to make this redirect: Redirect /horde http://webmail.telbit.pt/horde/imp RedirectMatch ^/horde$ http://webmail.telbit.pt/horde/imp You may like to add an optional slash to that, in which case the fi

Re: [EMAIL PROTECTED] Error Redirecting

2007-03-09 Thread Vincent Bray
On 09/03/07, Mário Gamito <[EMAIL PROTECTED]> wrote: I want to make this redirect: Redirect /horde http://webmail.telbit.pt/horde/imp RedirectMatch ^/horde$ http://webmail.telbit.pt/horde/imp You may like to add an optional slash to that, in which case the first argument becomes ^/horde/*$ --

[EMAIL PROTECTED] Error Redirecting

2007-03-09 Thread Mário Gamito
Hi, Sorry for the lame question, but i'm not much of an Apache sysadmin. Nevertheless, i've read the documentation and i think it should work. My document root is /home/www I want to make this redirect: Redirect /horde http://webmail.telbit.pt/horde/imp *Note that* horde and imp are in the s

[EMAIL PROTECTED] [error] child process 32242 still did not exit, sending a SIGKILL

2007-03-09 Thread N0K
Hello. Im getting some problem at the time to restart apache in logrotate. My server run: # apache2 Server version: Apache/2.2.3 Server built: Feb 12 2007 06:56:06 # php4 -v PHP 4.4.4-8 (cli) (built: Nov 22 2006 23:41:03) Copyright (c) 1997-2006 The PHP Group Zend Engine v1.3.0, Copyr

Re: [EMAIL PROTECTED] error while loading shared libraries: libpq.so.5

2007-02-07 Thread Steve Feehan
On Wed, Feb 07, 2007 at 08:44:36PM -0500, James McManus wrote: > Hi - How do I set library path for httpd server on fedora core 6? I am > trying to run a program (mapserv) through cgi-bin. I am getting the > following error message: > > error while loading shared libraries: libpq.so.5 > > This

[EMAIL PROTECTED] error while loading shared libraries: libpq.so.5

2007-02-07 Thread James McManus
Hi - How do I set library path for httpd server on fedora core 6? I am trying to run a program (mapserv) through cgi-bin. I am getting the following error message: error while loading shared libraries: libpq.so.5 This file is located in /usr/local/pgsql/lib To run mapserv from shell, I set LD

RE: [EMAIL PROTECTED] error with Find comand - OT

2007-01-21 Thread Boyle Owen
> -Original Message- > From: Kalasa, Anil [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 21, 2007 5:53 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] error with Find comand > > Hi, > > Hi have an Linux SUSE 10.x installed in my system

Re: [EMAIL PROTECTED] error with Find comand

2007-01-21 Thread Gregor Schneider
Anil, sorry, don't know about your config and I'm running Debian here, besides we're offtopic. Maybe you want to report your problem to the Suse mailinglist. Just send a blank mail to [EMAIL PROTECTED] with the topic "subscribe", I'm sure you'll find some competent help there. Cheers Greg --

RE: [EMAIL PROTECTED] error with Find comand

2007-01-21 Thread Kalasa, Anil
directory find: /mysql-logs: No such file or directory :~ # -Original Message- From: Gregor Schneider [mailto:[EMAIL PROTECTED] Sent: 21 January 2007 17:26 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] error with Find comand although offtopic: how about find / -type f -name

Re: [EMAIL PROTECTED] error with Find comand

2007-01-21 Thread Gregor Schneider
although offtopic: how about find / -type f -name "test\.sh" -print I assume you try this as root? Greg -- what's puzzlin' you, is the nature of my game gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371 -

Re: [EMAIL PROTECTED] error with Find comand

2007-01-21 Thread Darren Spruell
On 1/21/07, Kalasa, Anil <[EMAIL PROTECTED]> wrote: Hi, Hi have an Linux SUSE 10.x installed in my system on AMD 64, I am facing problem with find command, When I enter find / -name test.sh -print or only find from root command it throws an error as # find / -name tes

[EMAIL PROTECTED] error with Find comand

2007-01-21 Thread Kalasa, Anil
Hi, Hi have an Linux SUSE 10.x installed in my system on AMD 64, I am facing problem with find command, When I enter find / -name test.sh -print or only find from root command it throws an error as # find / -name test.sh -print find: /etc: No such file or directory fi

Re: [EMAIL PROTECTED] Error loading mod_proxy and the submodules

2006-12-11 Thread sharath reddy
Hi, Go through this article http://www.apachetutor.org/admin/reverseproxies On 12/6/06, Krist van Besien <[EMAIL PROTECTED]> wrote: On 12/6/06, Peter Neu <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to use mod_proxy. Since I got this erroy message: > > error--- > proxy: No prot

Re: [EMAIL PROTECTED] Error loading mod_proxy and the submodules

2006-12-06 Thread Krist van Besien
On 12/6/06, Peter Neu <[EMAIL PROTECTED]> wrote: Hello, I'm trying to use mod_proxy. Since I got this erroy message: error--- proxy: No protocol handler was valid for the URL /axis2/. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included I wo

  1   2   3   >