Hi There Everyone,
In my httpd.conf I see the error regarding servername but im not sure what to set this to ... 127.0.0.1 or localhost:443 currently it is localhost:443 but i suspect it is not working when i try localhost:443 in the browser because of the certificate errors. i got a certificate from my CA after generating a CSR and sending to them The file they sent back is a xxx.p7b file which contains two certificates my questions are: 1. What file type to export these to ? 2. apache virtual host configurations allow for SSLCertificateFile C:\Apache24\conf\xxx.crt but how do i convert the files in the .p7b store to that format ?? or can i do the following SSLCertificateFile C:\Apache24\conf\xxx.p7b would this be allowed ? thanks for any guidance Regards, Robert Ramoutar. This email is intended for the intended recipient(s) and may contain confidential information. Reproduction, dissemination or distribution of this message is prohibited unless authorized by the sender. If you are not the intended recipient, please notify the sender immediately and you must not read, keep, use, disclose, copy or distribute this email without the sender's prior permission. ________________________________ From: Eric Covener <cove...@gmail.com> Sent: Tuesday, November 15, 2016 2:57 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Install and Configure Apache on Windows Server On Tue, Nov 15, 2016 at 1:41 PM, Robert Ramoutar <robert_ramou...@hotmail.com> wrote: > > Here is my httpd.conf logs attached. > > There's a clear error about your certs/keys and startup failures. You'll need to read the log and investigate further. > I am using the following command via cmd as administrator to start the > apache service. > > > c:\\Apache24\\bin\\httpd.exe -d C:/Apache24 > > > 1. all i need to know is how does one test to ensure https: is working ? > Access an https:// URL from your browser? > > and if it is > > > 2. How do you make apache redirect to tomcat to serve the webpage after > authentication ? Search the web for a basic ProxyPass configuration. -- Eric Covener cove...@gmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org
httpd.conf
Description: httpd.conf
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org