Hi there,
I've been a long time httpd user and I have taken the habit of building
from source, for a variety of reasons we won't go into here. It has worked
for years, so that's good in my book.
However, the latest v2.4.25 release won't work on my setup and I am not
sure why, nor do I know how I
Hi Rodrigo,
I'm not sure what you are looking for, so I'll give you what worked for me.
My setup assumes you have built apr and apr-util from source beforehand, so
you may have to adjust accordingly.
In my (admittedly limited) experience, the best way is to unzip each httpd
and php version in the
my file to be here:
root@nginx:/usr/local/httpd-2.4.23.php5# pwd
/usr/local/httpd-2.4.23.php5
root@nginx:/usr/local/httpd-2.4.23.php5# find . -iname '*httpd.h*'
./include/httpd.h
root@nginx:/usr/local/httpd-2.4.23.php5#
2016-12-30 11:50 GMT-02:00 Richard :
>
>
> > Date: Friday, December 30, 2016
> Date: Friday, December 30, 2016 11:00:13 -0200
> From: Rodrigo Cunha
>
>> Dears, help me please.
>> I have httpd.2.4 compiled in my enviroment and i want compile too
>> php5.6 for test.
>> but my ./configure strout displeyed error to apxs version, in
>> stdout i see error before my
>> php se
?
2016-12-29 12:02 GMT-02:00 Rodrigo Cunha :
> Dears, help me please.
> I have httpd.2.4 compiled in my enviroment and i want compile too php5.6
> for test.
> but my ./configure strout displeyed error to apxs version, in stdout i
> see error before my
> php search for apache1 apx and my apx is a
Hey folks how do I configure Apache to execute symlinked CGI scripts? I
have got the following directory structure:
/tmp/foo
├── linked.cgi -> /tmp/bar/script.cgi
└── direct.cgi
/tmp/bar
└── script.cgi
I tried the following configuration and while /foo/direct.cgi executed
fine, /foo/linked.cgi