Hi...

On Thu, 21 Dec 2000, Marcel van Dorp wrote:

> include /etc/apache-ssl/vhosts/caserver
> #include /etc/apache-ssl/vhosts/raserver
> #include /etc/apache-ssl/vhosts/secureserver
>
What's the content of raserver & secureserver files ?
If you're using the same server for the RA Server and Secure Server, then
you must be using another port for the https (other than 80 and 443).
If you're doing it that way, then don't forget to specify the port numbers
on the ServerName directives.. 
For example, if you're using port 4443 for the raserver :

> <VirtualHost 111.222.333.444:4443>
> ServerAdmin [EMAIL PROTECTED]
> DocumentRoot /var/www-secure/httpdocs-raserver
> ServerName ca.mydomain.nl:4443
             ^^^^^^^^^^^^^^^^^^^^

Hope this can solve your problem

Regards,
 -Fira-

> And caserver contains (the other 2 are similar):
> 
> #<VirtualHost caserver>
> 
> <VirtualHost 111.222.333.444:80>
> ServerAdmin [EMAIL PROTECTED]
> DocumentRoot /var/www/OpenCA-Book
> ServerName ca.mydomain.nl
> SSLdisable
> ErrorLog /var/log/apache/ca-error.log
> TransferLog /var/log/apache/ca-access.log
> </VirtualHost>
> 
> <VirtualHost 111.222.333.444:443>
> ServerAdmin [EMAIL PROTECTED]
> DocumentRoot /var/www-secure/OpenCA
> ServerName ca.mydomain.nl
> ScriptAlias /cgi-bin/ /usr/lib/cgi-bin.secure/
> SSLenable
> SSLCertificateFile /etc/apache-ssl/certs/caservercert.pem
> SSLCertificateKeyFile /etc/apache-ssl/certs/caserverkey.pem
> SSLVerifyClient 0
> SSLVerifyDepth 15
> ErrorLog /var/log/apache-ssl/ca-error.log
> TransferLog /var/log/apache-ssl/ca-access.log
> </VirtualHost>
> 
> 
> Can anyone give me a clue? I'm using apache 1.3.9 on Debian2.2 (kernel 2.2.17)
> (I changed IP-addresses and domainnames for privacy reasons)
> 
> TIA,
> 
> Marcel
> 
> -- 
> ---------------------------------------------------------------
> ing. Marcel van Dorp (CCDP, CCNP+security)   http://www.wiwo.nl
> WiWo Support                                 tel. 071-523 77 91
> Postbus 1098                                 fax  071-523 77 94
> 2340 BB Oegstgeest                           gsm  0653-50 77 76
> ---------------------------------------------------------------
> 
> _________________________________________________________________
> OpenCA - Users Support Mailing List       [EMAIL PROTECTED]
> 


_________________________________________________________________
OpenCA - Users Support Mailing List       [EMAIL PROTECTED]

Reply via email to