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
-I/root/httpd-2.2.3/srclib/ap
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 supp
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 --prefix=/u
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:
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?
--
I would guess you need a "satisfy any" directive.. but you're not posting
how you have things configured... so no se.
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from #host list#
This is the following directory directive I want protected if the IP i
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 password