[EMAIL PROTECTED] installing apache under linux

2006-09-22 Thread Bobby Gontarski
I am trying to install httpd-2.2.3 and I keep getting /bin/sh /root/httpd-2.2.3/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.3/srclib/apr-util/include

[EMAIL PROTECTED] apache php crash

2006-09-20 Thread Bobby Gontarski
Has someone already seen a solution to this apache - php crashing problem: [notice] Parent: child process exited with status 4294967295 -- Restarting. described http://bugs.php.net/bug.php?id=30405 - The official User-To-User

Re: [EMAIL PROTECTED] configure apr

2006-09-14 Thread Bobby Gontarski
Well I am going step by step through the manual http://httpd.apache.org/docs/2.2/install.html and I am at the requirements section. If apache installs apr for me, it will get the same error or not? bobby Původní zpráva Od: Jon Snow [EMAIL PROTECTED] Předmět: Re:

Re: [EMAIL PROTECTED] configure apr

2006-09-14 Thread Bobby Gontarski
q1) Linux me 2.4.27-3-386 #1 Mon May 29 23:50:41 UTC 2006 i586 GNU/Linux q2) yes from /root q3) I am going step by step with the manual at http://httpd.apache.org/docs/2.2/install.html and it says under requirements sections this: # Build and install apr 1.2 cd srclib/apr ./configure

[EMAIL PROTECTED] configure apr

2006-09-13 Thread Bobby Gontarski
I am compiling apache 2.2.3, I first need to install apr from the source package, when I ./configure --prefix=/usr/local/apr-httpd/ I get error Could not detect suitable DSO implementation. I have no idea what to do to configure it and avoid this error. What am I missing?

[EMAIL PROTECTED] access control

2006-05-31 Thread Bobby Gontarski
I need the following: Allow access from certain IPs to a certain directory and if the user does not come from that IP I need to authenticate him/her using the password file. I can do one or the other - either certain IPs are allowed and others are not or the access is controled based on

Re: [EMAIL PROTECTED] access control

2006-05-31 Thread Bobby Gontarski
I would guess you need a satisfy any directive.. but you're not posting how you have things configured... so no se. Directory .../Apache2.2/htdocs Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from #host list# /Directory This is the following directory