To Pascal Verrechia

HI!
I think that I have the possible solution for your  problem

In virtualHos section you have set :


<VirtualHost 157.159.100.42:443>      
      ServerName ra.pivert.int-evry.fr      
      ServerAdmin [EMAIL PROTECTED]      
      DocumentRoot /srv/ra/apache/htdocs      
      ErrorLog /usr/local/apache/logs/error_log      
      Options MultiViews Indexes FollowSymlinks      
SymlinksIfOwnerMatch ..........
.........................

</VirtualHost>      

I  think that  the problem is in the IP adress that you set in header

Have you tried with  : <VirtualHost _default_:443> ? 
and ServerName 157.159.100.42:443 ?


<VirtualHost _default_:443>      
      ServerName 157.159.100.42:443      
      ServerAdmin [EMAIL PROTECTED]      
      DocumentRoot /srv/ra/apache/htdocs      
      ErrorLog /usr/local/apache/logs/error_log      
      Options MultiViews Indexes Fol ................
............

<VirtualHost>

I had the same problem when  I tried to run httpd with ssl but finally I 
solved it ...

Bon chance !!!

Au revoir


-------------------------------------------------
Obtén tu correo en www.correo.unam.mx
UNAMonos Comunicándonos




-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to