apache 1.3.14 + redhat 6.2

Pagina: 1
Acties:

  • shadax
  • Registratie: Mei 2000
  • Niet online
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:
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
vervolgens als ik doe:
# /usr/local/apache/bin/apachectl startssl

krijg ik:
Apache/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
Maar het probleem is dat apache echt niet draait, ik kan hem daarna gewoon weer starten :?.

in /usr/local/apache/logs/
[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
Wat doe ik hieraan?

(Tot gister draaide apache 1.3.14 zonder ssl wel op die machine, maar dan als rpm geinstallleerd)