On Fri, Nov 13, 2009 at 4:40 PM, Randy Paries <[email protected]> wrote: > On Fri, Nov 13, 2009 at 1:29 AM, Krist van Besien > this is how i have it set up. > when i generate the CSR do i need to do something special to bind the > CSR to a specific IP?
No. > > <VirtualHost 216.186.190.101:443> > ServerAdmin [email protected] > DocumentRoot /home/unitfaces/ > > ServerName www.unitfaces.com > ServerAlias unitfaces.com > > ErrorLog logs/unitfaces.com-error_log > CustomLog logs/unitfaces.com-access_log combined > > ErrorLog logs/unitfacesSSL.com-error_log > CustomLog logs/unitfacesSSL.com-access_log combined > > SSLEngine on > SSLCertificateFile /etc/httpd/conf/ssl.crt/www.unitfaces.com.crt > SSLCertificateKeyFile /etc/httpd/conf/ssl.key/www.unitfaces.com.key > > </VirtualHost> That looks ok, but you should have two VirtualHost containers on port 443. What does the other look like? -- [email protected] [email protected] Bremgarten b. Bern, Switzerland -- A: It reverses the normal flow of conversation. Q: What's wrong with top-posting? A: Top-posting. Q: What's the biggest scourge on plain text email discussions? --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
