Page 2 of 2

Re: Cant start httpd service

Posted: 2015/10/08 10:37:54
by chamikara
So i cant stop that application , can I disable 443 on httpd or change default to 80

Re: Cant start httpd service

Posted: 2015/10/08 17:46:56
by SeijiSensei
You can accept HTTP requests on port 80, but if you have to serve HTTPS requests, Apache needs to bind to port 443. If you need to serve requests for both the Java application and ordinary SSL-protected pages, you'll need another server.

Re: Cant start httpd service

Posted: 2015/10/09 18:23:54
by avij
.. or a 2nd IP address.

Re: [RESOLVED] Cant start httpd service

Posted: 2015/10/19 08:31:19
by chamikara
Solved

Changed the listen port in ssl.conf file. :)