[users@httpd] Segmentation faults with v2.4.23 and 2.24.25

2016-12-30 Thread Guillaume Rossolini
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

Re: [users@httpd] Re: Compile php5 for apache2.4 error APXS

2016-12-30 Thread Guillaume Rossolini
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

Re: [users@httpd] Re: Compile php5 for apache2.4 error APXS

2016-12-30 Thread Rodrigo Cunha
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 : > >

Re: [users@httpd] Re: Compile php5 for apache2.4 error APXS

2016-12-30 Thread Richard
> 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

[users@httpd] Re: Compile php5 for apache2.4 error APXS

2016-12-30 Thread Rodrigo Cunha
? 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

[users@httpd] How to configure Apache to execute symlinked CGI scripts?

2016-12-30 Thread larivact
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,