[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 w

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 h

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
IR \ >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

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
ompiling. Any thoughts? 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 s

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
@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 t

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
_ Von: 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 en

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
ainer 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, Danie

[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 chang

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

2016-04-12 Thread Poggenpohl, Daniel
ers@httpd.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 co

[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 LD

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

2016-04-08 Thread Poggenpohl, Daniel
rs/httpd-2.4.18 OPENSSLDIR=/basedir/openssl/1.0.2g \" <- You compiled httpd against openssl 1.0.2g , so it is normal you have to add LD_LIBRARY_PATH to use it and if you don't apache will look for the ssl libs in needs in the paths it has (your system's) El vie., 8 abr. 2016 a las 10:

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

2016-04-07 Thread Poggenpohl, Daniel
: Donnerstag, 7. April 2016 20:03 An: users@httpd.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 wi

[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