Re: [EMAIL PROTECTED] Upgrading from 2.0.49 to 2.0.59

2007-02-04 Thread Sander Temme
On Feb 4, 2007, at 10:14 PM, [EMAIL PROTECTED] wrote: Additionally, do I have to generate new key after upgrading Apache ? No, the information in your key and certificate exists entirely separately from Apache. You can use the same key and certificate. In fact, you can use the same config

Re: [EMAIL PROTECTED] Upgrading from 2.0.49 to 2.0.59

2007-02-04 Thread ivsupport
Thank you for kindly advice. > but you may see the file modules/ssl/ssl_toolkit_compat.h which > contains some definitions that differ based on OpenSSL version. As your advice, I read the header file. There seems to be definition of each OpenSSL version in it. I'll confirm the compatibility on

Re: [EMAIL PROTECTED] Upgrading from 2.0.49 to 2.0.59

2007-02-04 Thread megaspaz
um... shouldn't be. If you've compiled apache, you should have no problems recompiling apache with SSL. If you're upgrading your distro's apache package (if using linux), again that should be taken care of by the package maintainer. On Sun, 04 Feb 2007 20:33:55 -0800, <[EMAIL PROTECTED]> wr

Re: [EMAIL PROTECTED] Upgrading from 2.0.49 to 2.0.59

2007-02-04 Thread Sander Temme
On Feb 4, 2007, at 8:33 PM, [EMAIL PROTECTED] wrote: Hi all, I'm planning to upgrade from 2.0.49 to 2.0.59 for securities. Apache is configured SSL with openssl-0.9.7d. What I want to know is that openssl-0.9.7d is compatible with 2.0.59. Answer 1) can't see why not. Answer 2) both openssl a

[EMAIL PROTECTED] Upgrading from 2.0.49 to 2.0.59

2007-02-04 Thread m-kuriyama
Hi all, I'm planning to upgrade from 2.0.49 to 2.0.59 for securities. Apache is configured SSL with openssl-0.9.7d. What I want to know is that openssl-0.9.7d is compatible with 2.0.59. As far as I looked into doc files in openssl source , I could not find any information regarding compatibility.

Re: [EMAIL PROTECTED] how to set up virtual hosts

2007-02-04 Thread Arturo Ignacio Partarrieu Ramos
fromBeraru Liviu to users@httpd.apache.org dateFeb 4, 2007 2:44 PM subject Re: [EMAIL PROTECTED] how to set up virtual hosts mailed-by httpd.apache.org Perhaps I am wrong, but is your problem that your machine cannot be "visible" for the

Re: [EMAIL PROTECTED] how to set up virtual hosts

2007-02-04 Thread Joshua Slive
On 2/4/07, Beraru Liviu <[EMAIL PROTECTED]> wrote: Yes, I did. Here it is: # Virtual hosts Include conf/extra/httpd-vhosts.conf Do you have NameVirtualHost *:80 someplace? Joshua. - The official User-To-User support forum of

Re: [EMAIL PROTECTED] how to set up virtual hosts

2007-02-04 Thread Beraru Liviu
Yes, I did. Here it is: # Virtual hosts Include conf/extra/httpd-vhosts.conf Joshua Slive <[EMAIL PROTECTED]> wrote: On 2/4/07, Beraru Liviu wrote: > I have a problem: > > I created two virtual hosts: one named localhost, and one named > eurythmeum.de > > There are two folders in which I

Re: [EMAIL PROTECTED] how to set up virtual hosts

2007-02-04 Thread Joshua Slive
On 2/4/07, Beraru Liviu <[EMAIL PROTECTED]> wrote: I have a problem: I created two virtual hosts: one named localhost, and one named eurythmeum.de There are two folders in which I put the files, one named localhost and one maerchen. Here is the code in the httpd-vhosts.conf: ServerName local

Re: [EMAIL PROTECTED] how to set up virtual hosts

2007-02-04 Thread Beraru Liviu
I have a problem: I created two virtual hosts: one named localhost, and one named eurythmeum.de There are two folders in which I put the files, one named localhost and one maerchen. Here is the code in the httpd-vhosts.conf: ServerName localhost DocumentRoot C:/Programme/x

Re: [EMAIL PROTECTED] FAVICO.ICO

2007-02-04 Thread Bashiro
Thanks for the info. I think your explaination has let me learned something about apache. The problem was my dynamic ip. It has been solved now. Thanks a lot. Bashiro --- On Sun 02/04, Sander Temme < [EMAIL PROTECTED] > wrote: From: Sander Temme [mailto: [EMAIL PROTECTED] To: users@httpd.apach

Re: [EMAIL PROTECTED] FAVICO.ICO

2007-02-04 Thread Bashiro
Hello guys Thanks a lot you are right. The flavicon has nothing to do with it. It looks like my dynamic ip changed and the particular host in question wasn't in the updating script i wrote to update the server. I have now made the necessary adjustments to reflect all errors. It now works great.

Re: [EMAIL PROTECTED] Problem with revoked certificates.

2007-02-04 Thread domi
Joost wrote: Joost de Heer wrote: > > domi wrote: > > [Question about CRLs] > >> >> ServerName 192.168.0.2:443 >> Errorlog /opt/exampleca/ssl_error_log >> Transferlog /opt/exampleca/ssl_access_log >> >> SSLEngine on >> >> SSLCipherSuite HIGH:MEDIUM >> >> SSLProtocol all >> >> SSLCertificateFi

Re: [EMAIL PROTECTED] how to set up virtual hosts

2007-02-04 Thread Beraru Liviu
Perhaps I am wrong, but is your problem that your machine cannot be "visible" for the internet because you are behind a router? Maybe this will help (it helped me): http://lifehacker.com/software/top/geek-to-live--how-to-access-a-home-server-behind-a-routerfirewall-127276.php Arturo Ignac

Re: [EMAIL PROTECTED] FAVICO.ICO

2007-02-04 Thread Sander Temme
On Feb 4, 2007, at 4:41 AM, Bashiro wrote: I have this virtual hosts setup. I tested and was working fine. Suddenly I started getting this error page cannot be displayed. I checke the error log and found cannot find "favico.ico". why do I need this file. Any suggestion on how to solve this ?

[EMAIL PROTECTED] Re: Problem with revoked certificates.

2007-02-04 Thread Joost de Heer
domi wrote: [Question about CRLs] > > ServerName 192.168.0.2:443 > Errorlog /opt/exampleca/ssl_error_log > Transferlog /opt/exampleca/ssl_access_log > > SSLEngine on > > SSLCipherSuite HIGH:MEDIUM > > SSLProtocol all > > SSLCertificateFile /some/path/01.pem > SSLCertificateKeyFile /some/path/tes

Re: [EMAIL PROTECTED] FAVICO.ICO

2007-02-04 Thread Joshua Slive
On 2/4/07, Bashiro <[EMAIL PROTECTED]> wrote: Hello folks, I have this virtual hosts setup. I tested and was working fine. Suddenly I started getting this error page cannot be displayed. I checke the error log and found cannot find "favico.ico". why do I need this file. http://www.google.com/

Re: [EMAIL PROTECTED] Problem with revoked certificates.

2007-02-04 Thread domi
Issac Goldstand wrote: > >> Issac wrote: > > Domi, > I'm happy it helped. You can change your opinion any time you like; > just access Firefox's certificate store and you can view the > certificates you've chosen to trust, and the revocation lists. If you > don't want to continue trustin

Re: [EMAIL PROTECTED] Problem with revoked certificates.

2007-02-04 Thread Issac Goldstand
domi wrote: Issac wrote: domi wrote: All the steps in OpenSSL and Apache work as far as I can say. Now follow some steps to access my site. step 1: start the Apache with /etc/init.d/apache2 startssl The certificate in the Apache ssl-global.conf is NOT revoked. step 2: start Firefox

Re: [EMAIL PROTECTED] Problem with revoked certificates.

2007-02-04 Thread domi
Issac wrote: > domi wrote: >> All the steps in OpenSSL and Apache work as far as I can say. Now follow >> some steps to access my site. >> step 1: start the Apache with /etc/init.d/apache2 startssl >> The certificate in the Apache ssl-global.conf is NOT revoked. >> >> step 2: start Firefox 2.0.1

Re: [EMAIL PROTECTED] Problem with revoked certificates.

2007-02-04 Thread Issac Goldstand
domi wrote: All the steps in OpenSSL and Apache work as far as I can say. Now follow some steps to access my site. step 1: start the Apache with /etc/init.d/apache2 startssl The certificate in the Apache ssl-global.conf is NOT revoked. step 2: start Firefox 2.0.1 and call the site https://192.

[EMAIL PROTECTED] Problem with revoked certificates.

2007-02-04 Thread domi
Hello all together, I’m not quite sure where to post my question because I wasn’t able to locate my fault. So I’ll post my question in the OpenSSL-user forum and in the Apache http server-users forum. A similar post in a German Firefox forum brought no solution. Please excuse if the question does

[EMAIL PROTECTED] FAVICO.ICO

2007-02-04 Thread Bashiro
Hello folks, I have this virtual hosts setup. I tested and was working fine. Suddenly I started getting this error page cannot be displayed. I checke the error log and found cannot find "favico.ico". why do I need this file. Any suggestion on how to solve this ? Thanks Bashiro __

RE: [EMAIL PROTECTED] Apache 2.2.4 problem

2007-02-04 Thread antsumees
Hello Try this Listen 80 Best wishes Andres Paju -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 31, 2007 10:27 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Apache 2.2.4 problem Hi! I was configuring Apache server and discove