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.
--
-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
> 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/
>> 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
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-
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
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
-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
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
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
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
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
12 matches
Mail list logo