Re: apache error

2003-01-02 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 3 Jan 2003 10:22:28 +1100, cj wrote: > I have redHat 7.3 installed > and I am trying to install apache 1.3.26 > I get this error message when I run > ./configure --prefix=/usr/local/apache > --activate-module=src/modules/php4/li bphp4.a > > I

RE: apache error

2003-01-02 Thread cj
Thanks for that -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Busby Sent: Friday, 3 January 2003 10:23 AM To: [EMAIL PROTECTED] Subject: Re: apache error Verify openssl in installed/operable. (libcrypto (-lcrypto) is from openssl) Verify that

Re: apache error

2003-01-02 Thread Ashley M. Kirchner
cj wrote: I have redHat 7.3 installed and I am trying to install apache 1.3.26 I get this error message when I run ./configure --prefix=/usr/local/apache --activate-module=src/modules/php4/li bphp4.a /usr/bin/ld: cannot find -lcrypto You're missing the crypto libraries. Install those and

Re: apache error

2003-01-02 Thread David Busby
ED]> Sent: Thursday, January 02, 2003 15:25 Subject: RE: apache error > P.S: I forgot to ask. > Has any one ran across this problem and know what I could/should > check/install to fix the problem > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED

RE: apache error

2003-01-02 Thread cj
P.S: I forgot to ask. Has any one ran across this problem and know what I could/should check/install to fix the problem -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of cj Sent: Friday, 3 January 2003 10:22 AM To: RedHat Mailing List (E-mail) Subject: apach

Re: Apache error log

2002-09-27 Thread Nick Lindsell
At 10:08 27/09/2002 +, you wrote: >Hi, > >I was checking through my recent Apache error_log files and I found a great >deal of entries similar to the following: > >[error] [client 80.200.80.174] File does not exist: >/var/www/html/scripts/..%2f../winnt/system32/cmd.exe > >Except that the path

Re: Apache error log

2002-09-27 Thread Emmanuel Seyman
On Fri, Sep 27, 2002 at 10:08:07AM +, George Agnelli wrote: > > Obviously, the request is intended for a Windows machine but as it seems > slightly suspicious to me I was wondering if it is something I should be > worried about. If so what can I do about it? The machine sending the request h

Re: apache error

2001-11-18 Thread Leonard den Ottolander
Hi Lewi, > Starting httpd: Ouch! ap_mm_create(1048576, "/var/run/httpd.mm.24271") failed > Error: MM: mm:core: failed to acquire shared memory segment (Invalid argument): > OS: No such file or directory > > what means of this? > yesterday i change /proc/sys/kernel/shm* > to appro

Re: apache error pages?

1998-07-01 Thread jb
www.apache.org check out the FAQ section(s). this is covered in great and useful detail. always check the source for FAQ's, docs and information, first. Jeff At 01:08 PM 7/1/98 -0400, you wrote: >Is there a way to modify the "ERROR 404 FILE NOT FOUND" and other default >error pages that apache

RE: apache error pages?

1998-07-01 Thread Hoe-Teck Wee
Hello, Matt. Check out the "ErrorDocument 404" setting in /etc/httpd/conf/srm.conf. #ErrorDocument 404 /missing.html Hope that helps. - hoeteck On 01-Jul-98 Matt Teagarden wrote: > Is there a way to modify the "ERROR 404 FILE NOT FOUND" and other default > error pages that apache throws out?