[users@httpd] A cronjob for the apache user - is the home dir for apache really necessary?

2016-04-23 Thread Poggenpohl, Daniel
Hello everyone, Preface: My system is Solaris 11.2/11.3 X86/64. I'm changing some cronjobs which previously ran as root which surely isn't really necessary. I entered some cronjob in the crontab for the apache and wondered why it didn't execute. I also wondered where the heck I could see what

AW: [users@httpd] Re: Server replication

2016-04-19 Thread Poggenpohl, Daniel
Hello, I would recommend using variables in the httpd.conf defined at the beginning of the file so that you can see the differences (only works if your differences aren't complex). You also could put those variable definitions in another localhttpd.conf file and include it at the beginning of

AW: [users@httpd] Can't activate LDAPS support in my OpenSSL 1.0.2g/OpenLDAP 2.4.44/Apache 2.4.18/PHP 5.6.20 combination

2016-04-15 Thread Poggenpohl, Daniel
R \ >php-5620-configure.out 2>&1 In the end, everything seems to work right now. If it doesn't crash and burn... I'll think about installing everything I self-compile (apart from apache and php) to /usr/local, because somehow it seems that would make things a lot easier... Any though

AW: [users@httpd] Can't activate LDAPS support in my OpenSSL 1.0.2g/OpenLDAP 2.4.44/Apache 2.4.18/PHP 5.6.20 combination

2016-04-15 Thread Poggenpohl, Daniel
hts? Regards, Daniel P. -Ursprüngliche Nachricht- Von: Poggenpohl, Daniel [mailto:daniel.poggenp...@fernuni-hagen.de] Gesendet: Freitag, 15. April 2016 08:53 An: users@httpd.apache.org; users@httpd.apache.org Betreff: AW: [users@httpd] Can't activate LDAPS support in my OpenSSL 1.0

AW: [users@httpd] Can't activate LDAPS support in my OpenSSL 1.0.2g/OpenLDAP 2.4.44/Apache 2.4.18/PHP 5.6.20 combination

2016-04-15 Thread Poggenpohl, Daniel
@httpd] Can't activate LDAPS support in my OpenSSL 1.0.2g/OpenLDAP 2.4.44/Apache 2.4.18/PHP 5.6.20 combination Am 14.04.2016 um 20:51 schrieb Rainer Jung: > Am 14.04.2016 um 20:39 schrieb Poggenpohl, Daniel: >> Hello, >> >> I just realized that this may not be the pr

AW: [users@httpd] Can't activate LDAPS support in my OpenSSL 1.0.2g/OpenLDAP 2.4.44/Apache 2.4.18/PHP 5.6.20 combination

2016-04-14 Thread Poggenpohl, Daniel
: Poggenpohl, Daniel [daniel.poggenp...@fernuni-hagen.de] Gesendet: Donnerstag, 14. April 2016 20:36 An: users@httpd.apache.org Betreff: AW: [users@httpd] Can't activate LDAPS support in my OpenSSL 1.0.2g/OpenLDAP 2.4.44/Apache 2.4.18/PHP 5.6.20 combination Hello, that sounds reasonable and enlightening

AW: [users@httpd] Can't activate LDAPS support in my OpenSSL 1.0.2g/OpenLDAP 2.4.44/Apache 2.4.18/PHP 5.6.20 combination

2016-04-14 Thread Poggenpohl, Daniel
Jung [rainer.j...@kippdata.de] Gesendet: Donnerstag, 14. April 2016 19:53 An: users@httpd.apache.org Betreff: Re: [users@httpd] Can't activate LDAPS support in my OpenSSL 1.0.2g/OpenLDAP 2.4.44/Apache 2.4.18/PHP 5.6.20 combination Am 14.04.2016 um 17:02 schrieb Poggenpohl, Daniel: > He

[users@httpd] Can't activate LDAPS support in my OpenSSL 1.0.2g/OpenLDAP 2.4.44/Apache 2.4.18/PHP 5.6.20 combination

2016-04-14 Thread Poggenpohl, Daniel
Hello everyone, thanks to this mailing list I have identified and solved many problems in my builds regarding my current setup for a Moodle installation. - Removed unnecessary switches from Apache build - Placement of switches inside commands - new switches for selective runtime search path

AW: [users@httpd] How to test my self-compiled Apache (overall and specifically LDAP)

2016-04-12 Thread Poggenpohl, Daniel
apache.org Betreff: Re: [users@httpd] How to test my self-compiled Apache (overall and specifically LDAP) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel, On 4/11/16 12:11 PM, Poggenpohl, Daniel wrote: > Hello everyone, > > now that I have a self-compiled httpd, I of course would

[users@httpd] How to test my self-compiled Apache (overall and specifically LDAP)

2016-04-11 Thread Poggenpohl, Daniel
Hello everyone, now that I have a self-compiled httpd, I of course would like to test its features, or rather if all features are working right when it is running. Is there a way to test my build in general? One specific thing that I want to test is LDAP. I know that a combination of system

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

2016-04-08 Thread Poggenpohl, Daniel
n Fri, Apr 8, 2016 at 12:31 AM, Yann Ylavic <ylavic....@gmail.com> wrote: > On Thu, Apr 7, 2016 at 5:21 PM, Poggenpohl, Daniel > <daniel.poggenp...@fernuni-hagen.de> wrote: >> >> LDFLAGS="-L$OPENSSLDIR/lib -R $OPENSSLDIR/lib"

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

2016-04-07 Thread Poggenpohl, Daniel
apache.org Betreff: Re: [users@httpd] Self-compiled httpd and OpenSSL: Trying to start httpd without using LD_LIBRARY_PATH -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 inst

[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