[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: working conf of apache2 with ssl on sid box



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

On Friday 23 April 2004 13:38, Thom May wrote:
 >* Maurizio Marini (maumar@datalogica.com) wrote :
 >> Hi
 >> is there someone with a sid box with apache+mod_ssl, so nice to send me a
 >> working overall example of his conf?
 >> any help will be very apreciated
 >> 	thnx, Maurizio
 >
 >i'm using it straight out of the box:
 >apt-get install apache2-mpm-worker;
 >a2enmod ssl
 >
 ><VirtualHost x.x.x.x:443>
 >        SSLEngine on
 >        SSLOptions +FakeBasicAuth
 >        SSLCertificateFile /etc/apache2/security/xxxx.pem
 >        ServerName xxxx
 >        ServerAdmin thom@clearairturbulence.org
 >        DocumentRoot /var/www
 >        ErrorLog /var/log/apache2/svn.error.log
 ></VirtualHost>
 >
 >ssl.conf is:
 >SSLSessionCache shm:/var/log/apache2/ssl_scache(128000)
 >SSLMutex file:/var/log/apache2/ssl_mutex
 >SSLRandomSeed startup file:/dev/urandom 512
 >SSLRandomSeed connect file:/dev/urandom 512
 >
 >-Thom
Thnx Thom!
with your suggestion i solved my issues;

1. in my sid box was installed mm-per-child instead of mpm-worker (but this is 
unrelated to my error)
2. ssl virtual host were configured in mods-available/ssl.conf instead of be 
configured inside sites-available/default (this was originating all my 
troubles!)
3. i changed sslcache in according to your conf but nothing does appear in 
/var/run/apache2; is this a bug?

anyway, a very great thnx for your very very apreciated help!!!
	M.

- -- 
Maurizio Marini		GSM +39-335-8259739
Work: +39-0721-855285	Fax +39-0721-859609
Home: +39-721-950396
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQFAjRkl4Q/49nIJTlwRAot1AJ9U2pSiXglRlmPghsXVP+pxt/JVowCfZLtP
w1RlCMuH3oJQiRKG6M2tFqw=
=NAP+
-----END PGP SIGNATURE-----



Reply to: