Ik wil apache met ssl installeren op mijn redhat 6.2 server, ik heb daarvoor:
openssl-0.9.6 in /usr/src/openssl
mod_ssl-2.7.1-1.3.14 in /usr/src/mod_ssl
apache_1.3.14 in /usr/src/apache
ik heb het als volgt geinstalleerd:
# /usr/local/apache/bin/apachectl startssl
krijg ik:
.
in /usr/local/apache/logs/
(Tot gister draaide apache 1.3.14 zonder ssl wel op die machine, maar dan als rpm geinstallleerd)
openssl-0.9.6 in /usr/src/openssl
mod_ssl-2.7.1-1.3.14 in /usr/src/mod_ssl
apache_1.3.14 in /usr/src/apache
ik heb het als volgt geinstalleerd:
vervolgens als ik doe:cd /usr/src/openssl
./config
make
cd ../mod_ssl
./configure --with-apache=/usr/src/apache --with-ssl=/usr/src/openssl --prefix=/usr/local/apache --enable-module=most --enable-shared=max --disable-rule=WANTHSREGEX
cd ../apache
make
make certificate TYPE=test
make install
# /usr/local/apache/bin/apachectl startssl
krijg ik:
Maar het probleem is dat apache echt niet draait, ik kan hem daarna gewoon weer startenApache/1.3.14 mod_ssl/2.7.1 (Pass Phrase Dialog)
Some of your private key files are encrypted for security reasons.
In order to read them you have to provide us with the pass phrases.
Server server.com:443 (RSA)
Enter pass phrase:
Ok: Pass Phrase Dialog successful.
/usr/local/apache/bin/apachectl startssl: httpd started
in /usr/local/apache/logs/
Wat doe ik hieraan?[Sat Dec 16 14:13:57 2000] [error] (22)Invalid argument: shmctl() could not set segment #25600
[Sat Dec 16 14:22:05 2000] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Dec 16 14:22:06 2000] [error] (22)Invalid argument: shmctl() could not set segment #26112
(Tot gister draaide apache 1.3.14 zonder ssl wel op die machine, maar dan als rpm geinstallleerd)