Re: [users@httpd] Self-compiled httpd and OpenSSL: Trying to start httpd without using LD_LIBRARY_PATH

2016-04-07 Thread Yann Ylavic
On Thu, Apr 7, 2016 at 5:21 PM, Poggenpohl, Daniel wrote: > > LDFLAGS="-L$OPENSSLDIR/lib -R $OPENSSLDIR/lib" I don't know which compiler you are using, but gcc's -R is not working correctly (on Linux at least), whereas "-Wl,-rpath,$OPENSSLDIR/lib" is... Regards, Yann. --

Re: AW: [users@httpd] Self-compiled httpd and OpenSSL: Trying to start httpd without using LD_LIBRARY_PATH

2016-04-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel, On 4/7/16 2:52 PM, Poggenpohl, Daniel wrote: > my setup is: I have a Moodle installation I need to run. So I need > Apache, PHP, OpenSSL, iconv, mbstring, curl, zip, etc. . The plan > is to have a relatively new PHP (5.6.20) and stay "new" wit

Re: [users@httpd] Avoid internal request on PATH_INFO

2016-04-07 Thread Ben RUBSON
> Le 7 avr. 2016 à 21:07, Ben RUBSON a écrit : > >>> What I would like to avoid is the entry in the error log for >>> /additional/path/info which does not exist. >> >> What entry? > > Hello Eric, > > These messages : > client denied by server configuration: /my_document_root/additional/path/

Re: [users@httpd] Avoid internal request on PATH_INFO

2016-04-07 Thread Ben RUBSON
>> What I would like to avoid is the entry in the error log for >> /additional/path/info which does not exist. > > What entry? Hello Eric, These messages : client denied by server configuration: /my_document_root/additional/path/info Only /my_document_root/api/ and some other paths are availab

Re: [users@httpd] Avoid internal request on PATH_INFO

2016-04-07 Thread Eric Covener
On Thu, Apr 7, 2016 at 2:57 PM, Ben RUBSON wrote: > What I would like to avoid is the entry in the error log for > /additional/path/info which does not exist. What entry? -- Eric Covener cove...@gmail.com - To unsubscribe, e-

[users@httpd] Avoid internal request on PATH_INFO

2016-04-07 Thread Ben RUBSON
Hello, I have a Perl API which is requested like this : GET|POST|PUT|DELETE /api/script.pl/additional/path/info In Apache access log, of course, I see an entry for /api/script.pl What I would like to avoid is the entry in the error log for /additional/path/info which does not exist. This is cer

AW: [users@httpd] Self-compiled httpd and OpenSSL: Trying to start httpd without using LD_LIBRARY_PATH

2016-04-07 Thread Poggenpohl, Daniel
Hi, my setup is: I have a Moodle installation I need to run. So I need Apache, PHP, OpenSSL, iconv, mbstring, curl, zip, etc. . The plan is to have a relatively new PHP (5.6.20) and stay "new" with Apache and OpenSSL. Solaris 11.3 seems to come with Apache 2.4.16, PHP 5.3.29, OpenSSL 1.0.1q, cur

Re: [users@httpd] Self-compiled httpd and OpenSSL: Trying to start httpd without using LD_LIBRARY_PATH

2016-04-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel, On 4/7/16 11:21 AM, Poggenpohl, Daniel wrote: > I'm working with Solaris 11.3 32Bit. > > I've compiled and installed OpenSSL 1.0.2g with SSLv2 support > (yeah, I know, but I can't get my setup to work without it) using: You need to fix that

Re: [users@httpd] mod_proxy_fcgi connection reuse with PHP-FPM and UDS

2016-04-07 Thread Eric Covener
On Thu, Apr 7, 2016 at 11:27 AM, Matthias Leopold wrote: > Thank you very much for answering :-) > > According to your own changelog entry "enablereuse=on" does have an effect > on UDS backends. My own benchmarks didn't show any difference though. > > *) mod_proxy_fcgi: Enable UDS backends confi

Re: [users@httpd] mod_proxy_fcgi connection reuse with PHP-FPM and UDS

2016-04-07 Thread Matthias Leopold
Am 2016-04-07 um 16:25 schrieb Eric Covener: On Fri, Apr 1, 2016 at 10:26 AM, Matthias Leopold wrote: I'd like to use it with a unix domain socket, the "Proxy via Handler" example uses the "enablereuse" directive, the "PHP-FPM with UDS" example (ProxyPassMatch) says "# UDS does not currently s

[users@httpd] Self-compiled httpd and OpenSSL: Trying to start httpd without using LD_LIBRARY_PATH

2016-04-07 Thread Poggenpohl, Daniel
Hello, I'm working with Solaris 11.3 32Bit. I've compiled and installed OpenSSL 1.0.2g with SSLv2 support (yeah, I know, but I can't get my setup to work without it) using: cd /basedir/installers/openssl-1.0.2g ./Configure shared --openssldir=/basedir/openssl/1.0.2g enable-ssl2 solaris-x86-gcc

Re: [users@httpd] mod_proxy_fcgi connection reuse with PHP-FPM and UDS

2016-04-07 Thread Eric Covener
On Fri, Apr 1, 2016 at 10:26 AM, Matthias Leopold wrote: > I'd like to use it with a unix domain socket, the "Proxy via Handler" > example uses the "enablereuse" directive, the "PHP-FPM with UDS" example > (ProxyPassMatch) says "# UDS does not currently support connection reuse". > What is true no