RE: [Cooker] Apache2 mod_ssl bug

2003-09-15 Thread Ales Golob

rpm -qa | grep apache

apache-conf-2.0.47-2mdk
apache2-mod_disk_cache-2.0.47-5mdk
apache2-mod_proxy-2.0.47-5mdk
apache2-mod_php-2.0.47_4.3.2-2mdk
apache2-manual-2.0.47-5mdk
apache2-common-2.0.47-5mdk
apache2-modules-2.0.47-5mdk
apache2-mod_cache-2.0.47-5mdk
apache2-2.0.47-5mdk
apache2-mod_ssl-2.0.47-5mdk
apache2-mod_suexec-2.0.47-2mdk

rpm -qa | grep ssl

libopenssl0.9.7-0.9.7b-4mdk
openssl-0.9.7b-4mdk
apache2-mod_ssl-2.0.47-5mdk
libopenssl0.9.7-devel-0.9.7b-4mdk

I hope this helps

Ales Golob

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Jean-Michel Dault
Sent: Monday, September 15, 2003 10:48 AM
To: Cooker
Cc: [EMAIL PROTECTED]
Subject: RE: [Cooker] Apache2  mod_ssl bug


Le dim 14/09/2003 à 21:08, Ales Golob a écrit :
 Ok, I'll try to be.
 I'm running a 9.2 RC1 with apache2-2.0.47-5mdk and
 apache2-mod_ssl-2.0.47-5mdk.
 I added my own certificate files to /etc/httpd/conf.d/41_
 and added these 2 lines:
 SSLVerifyClient require
 SSLVerifyDepth  10
 the same config worked fine on 9.1

Can you give me the results of these commands?
* rpm -qa|grep apache
* rpm -qa|grep ssl



 The browser reports that th connection died unexpectedly
 and the only thing I can find in the logs is in /var/log/httpd/error_log
 [Wed Sep 10 15:08:45 2003] [notice] child pid 17293 exit signal
Sedmentation
 fault (11)

 if you need any other info please ask

 Ales Golob





RE: [Cooker] Apache2 mod_ssl bug

2003-09-14 Thread Ales Golob
Ok, I'll try to be.
I'm running a 9.2 RC1 with apache2-2.0.47-5mdk and
apache2-mod_ssl-2.0.47-5mdk.
I added my own certificate files to /etc/httpd/conf.d/41_
and added these 2 lines:
SSLVerifyClient require
SSLVerifyDepth  10
the same config worked fine on 9.1

The browser reports that th connection died unexpectedly
and the only thing I can find in the logs is in /var/log/httpd/error_log
[Wed Sep 10 15:08:45 2003] [notice] child pid 17293 exit signal Sedmentation
fault (11)

if you need any other info please ask

Ales Golob
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Oden Eriksson
Sent: Saturday, September 13, 2003 12:37 AM
To: [EMAIL PROTECTED]
Subject: Re: [Cooker] Apache2  mod_ssl bug


fredagen den 12 september 2003 18.24 skrev Ales Golob:
 Hi

 I have a problem with mod_ssl when I configure it to request a client
 certificate it segfaults and dies.
 I'm running the latest packages from cooker. Any idea what could be the
 problem?


Could you please be more specific?







[Cooker] Apache2 mod_ssl bug

2003-09-12 Thread Ales Golob
Hi

I have a problem with mod_ssl when I configure it to request a client
certificate it segfaults and dies.
I'm running the latest packages from cooker. Any idea what could be the
problem?

Ales





[Cooker] php 4.3.2 ?

2003-06-03 Thread Ales Golob
Hi!

Am I missing anything or are there truly no packages other than
php-cli,ini,cgi for php 4.3.2.
The only version I can find of other php packages(apache2-mod_php,
php-mysql, ...) are of version 4.3.1.
Is anything happening about it?

Regards.





Apache+mod_ssl

2002-04-04 Thread Ales Golob

Hi

I have a problem with apache and mod_ssl

If i try to start apache with mod_ssl, it just dies, in the log files it
says it started ok, but there is no process running.
I'm using mdk 8.2ppc beta2 on a Server G4.

re Ales Golob





[Cooker] CUPS smb issue

2000-09-16 Thread Ales Golob

Hi

I just can't make CUPS print to a few smb printers. I use KUPS to configure, 
everything stops at the processing stage. I idea?

SHadowX




[Cooker] Menu QTDesigner problems

2000-09-14 Thread Ales Golob

Hi

I have a strange problems with my KDE2 menu, since I upgraded to the latest 
RPMs some of the icons like KControl, Home Directory and Konqueror are now 4 
of each, but only one of them works. I tried to delete them in the menudrake 
but there is only one of each icon there.
Did anyone try the QTDesigner, wihich come with QT2.2? I tried to go trough a 
tutorial but I got some error while compiling, maybe someone knows what is 
wrong?

[shadow@dark pizza]# g++ -I/usr/lib/qt2/include PizzaEntry.cpp 
PizzaEntryTest.cpp moc_PizzaEntry.cpp -L/usr/lib/qt2/lib -lqt
moc_PizzaEntry.cpp:45: new declaration `static void 
PizzaEntry::staticMetaObject()'
PizzaEntry.h:23: ambiguates old declaration `static class QMetaObject * 
PizzaEntry::staticMetaObject()'
moc_PizzaEntry.cpp: In function `void 
__static_initialization_and_destruction_0(int, int)':
moc_PizzaEntry.cpp:29: no matching function for call to 
`QMetaObjectInit::QMetaObjectInit (QMetaObject * (*)())'
/usr/lib/qt2/include/qmetaobject.h:259: candidates are: 
QMetaObjectInit::QMetaObjectInit(void (*)())
/usr/lib/qt2/include/qmetaobject.h:261: 
QMetaObjectInit::QMetaObjectInit(const QMetaObjectInit ) 

Ales