Thanks that was it. It works now
Balaji

-----Original Message-----
From: Xabier Ochotorena [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 20, 2003 3:10 PM
To: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] Problems with Apache2


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

El Jueves, 20 de Febrero de 2003 20:04, Balaji Srinivasan escribió:

It's some problem with the SSL cache files. First, kill all the apache 
processes:

ps aux | awk ' /apache/ { print $2 } ' | xargs -n 1 kill

Delete the shared memory allocated for inter process comunication:

ipcs | awk ' /apache/ { print $2 } ' | xargs -n 1 ipcrm -s

Now, delete the file /etc/apache2/logs/ssl_scache
and edit /etc/apache2/conf/modules.d/40_mod_ssl.conf to use dbm for cache
file 
instead of shared memory (comment it out):

SSLSessionCache        dbm:logs/ssl_scache
#SSLSessionCache         shmht:logs/ssl_scache(128000)

Start Apache2 and enjoy :)

Regards,
                Xabi.

> Hi Everyone
> I am facing a wierd problem with apache2. I have installed it and now i
run
> it. When i try to connect to the server, it doesnt respond. I have tried
> apache and that works. Any ideas what might be happening? Also when i try
> to stop apache2 using /etc/init.d/apache2 stop, it leaves the apache2
> process running and I have to kill it manually.
>
> Balaji
>
> --
> [EMAIL PROTECTED] mailing list

- -- 

GnuPG signed and encrypted email preferred
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x093F978B
Key fingerprint = B3C5 0C7B 1587 071C 3D9C  545A 72FC 0234 093F 978B

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+VWBicvwCNAk/l4sRAvhjAKCqTmdRRG6+96Tw33aNP+1PmwiiygCdGZCm
e279Zda6tnma6Ztt+cTNgu8=
=RUbf
-----END PGP SIGNATURE-----


--
[EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list

Reply via email to