Apache error - Port 443 in use












0















When I try to start Apache, I receive the following error:



Problem detected!
9:49:19 AM [Apache] Port 443 in use by "Unable to open process" with PID 2028!
9:49:19 AM [Apache] Apache WILL NOT start without the configured ports free!
9:49:19 AM [Apache] You need to uninstall/disable/reconfigure the blocking application
9:49:19 AM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
9:49:19 AM [main] The Mercury module is disabled
9:49:19 AM [main] The Tomcat module is disabled.


Also getting this in error logs.



[Mon Feb 02 09:22:56.084469 2015] [ssl:warn] [pid 2028:tid 444] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Mon Feb 02 09:22:56.177793 2015] [ssl:warn] [pid 2028:tid 444] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Mon Feb 02 09:22:56.227829 2015] [mpm_winnt:notice] [pid 2028:tid 444] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 configured -- resuming normal operations
[Mon Feb 02 09:22:56.227829 2015] [mpm_winnt:notice] [pid 2028:tid 444] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01
[Mon Feb 02 09:22:56.227829 2015] [core:notice] [pid 2028:tid 444] AH00094: Command line: 'C:xamppapachebinhttpd.exe -d C:/xampp/apache'
[Mon Feb 02 09:22:56.243855 2015] [mpm_winnt:notice] [pid 2028:tid 444] AH00418: Parent: Created child process 1384
[Mon Feb 02 09:22:56.677146 2015] [ssl:warn] [pid 1384:tid 348] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Mon Feb 02 09:22:56.741192 2015] [ssl:warn] [pid 1384:tid 348] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Mon Feb 02 09:22:56.921894 2015] [mpm_winnt:notice] [pid 1384:tid 348] AH00354: Child: Starting 150 worker threads.


Any help is appreciated. I am taking an online course in SQL and PHP and I can't even get off the ground.










share|improve this question




















  • 1





    Check what port is using 443. If there aren't any, open port 443. If it's already open, sudo service apache2 restart, it might be running already.

    – Jon
    Feb 2 '15 at 16:14






  • 1





    @Chipperyman good point, but looks like Windows, not *nix from the log files, so he'll have to restart service using services.msc instead.

    – Kristian
    Feb 2 '15 at 16:19











  • Sorry such a layman, guys. Checked port 443. Its open and I cant see anything using it. Kristian, I checked to restart in services but unless its listed as something other than apache, Im not seeing it.

    – Mike C
    Feb 2 '15 at 16:25











  • am I looking for apache or should i be looking for something else within services?

    – Mike C
    Feb 2 '15 at 16:34











  • how did you check 443? somthing like netstat -abno | FINDSTR LISTENING | FINDSTR 443?

    – Frank Thomas
    Feb 2 '15 at 16:54
















0















When I try to start Apache, I receive the following error:



Problem detected!
9:49:19 AM [Apache] Port 443 in use by "Unable to open process" with PID 2028!
9:49:19 AM [Apache] Apache WILL NOT start without the configured ports free!
9:49:19 AM [Apache] You need to uninstall/disable/reconfigure the blocking application
9:49:19 AM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
9:49:19 AM [main] The Mercury module is disabled
9:49:19 AM [main] The Tomcat module is disabled.


Also getting this in error logs.



[Mon Feb 02 09:22:56.084469 2015] [ssl:warn] [pid 2028:tid 444] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Mon Feb 02 09:22:56.177793 2015] [ssl:warn] [pid 2028:tid 444] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Mon Feb 02 09:22:56.227829 2015] [mpm_winnt:notice] [pid 2028:tid 444] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 configured -- resuming normal operations
[Mon Feb 02 09:22:56.227829 2015] [mpm_winnt:notice] [pid 2028:tid 444] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01
[Mon Feb 02 09:22:56.227829 2015] [core:notice] [pid 2028:tid 444] AH00094: Command line: 'C:xamppapachebinhttpd.exe -d C:/xampp/apache'
[Mon Feb 02 09:22:56.243855 2015] [mpm_winnt:notice] [pid 2028:tid 444] AH00418: Parent: Created child process 1384
[Mon Feb 02 09:22:56.677146 2015] [ssl:warn] [pid 1384:tid 348] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Mon Feb 02 09:22:56.741192 2015] [ssl:warn] [pid 1384:tid 348] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Mon Feb 02 09:22:56.921894 2015] [mpm_winnt:notice] [pid 1384:tid 348] AH00354: Child: Starting 150 worker threads.


Any help is appreciated. I am taking an online course in SQL and PHP and I can't even get off the ground.










share|improve this question




















  • 1





    Check what port is using 443. If there aren't any, open port 443. If it's already open, sudo service apache2 restart, it might be running already.

    – Jon
    Feb 2 '15 at 16:14






  • 1





    @Chipperyman good point, but looks like Windows, not *nix from the log files, so he'll have to restart service using services.msc instead.

    – Kristian
    Feb 2 '15 at 16:19











  • Sorry such a layman, guys. Checked port 443. Its open and I cant see anything using it. Kristian, I checked to restart in services but unless its listed as something other than apache, Im not seeing it.

    – Mike C
    Feb 2 '15 at 16:25











  • am I looking for apache or should i be looking for something else within services?

    – Mike C
    Feb 2 '15 at 16:34











  • how did you check 443? somthing like netstat -abno | FINDSTR LISTENING | FINDSTR 443?

    – Frank Thomas
    Feb 2 '15 at 16:54














0












0








0








When I try to start Apache, I receive the following error:



Problem detected!
9:49:19 AM [Apache] Port 443 in use by "Unable to open process" with PID 2028!
9:49:19 AM [Apache] Apache WILL NOT start without the configured ports free!
9:49:19 AM [Apache] You need to uninstall/disable/reconfigure the blocking application
9:49:19 AM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
9:49:19 AM [main] The Mercury module is disabled
9:49:19 AM [main] The Tomcat module is disabled.


Also getting this in error logs.



[Mon Feb 02 09:22:56.084469 2015] [ssl:warn] [pid 2028:tid 444] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Mon Feb 02 09:22:56.177793 2015] [ssl:warn] [pid 2028:tid 444] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Mon Feb 02 09:22:56.227829 2015] [mpm_winnt:notice] [pid 2028:tid 444] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 configured -- resuming normal operations
[Mon Feb 02 09:22:56.227829 2015] [mpm_winnt:notice] [pid 2028:tid 444] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01
[Mon Feb 02 09:22:56.227829 2015] [core:notice] [pid 2028:tid 444] AH00094: Command line: 'C:xamppapachebinhttpd.exe -d C:/xampp/apache'
[Mon Feb 02 09:22:56.243855 2015] [mpm_winnt:notice] [pid 2028:tid 444] AH00418: Parent: Created child process 1384
[Mon Feb 02 09:22:56.677146 2015] [ssl:warn] [pid 1384:tid 348] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Mon Feb 02 09:22:56.741192 2015] [ssl:warn] [pid 1384:tid 348] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Mon Feb 02 09:22:56.921894 2015] [mpm_winnt:notice] [pid 1384:tid 348] AH00354: Child: Starting 150 worker threads.


Any help is appreciated. I am taking an online course in SQL and PHP and I can't even get off the ground.










share|improve this question
















When I try to start Apache, I receive the following error:



Problem detected!
9:49:19 AM [Apache] Port 443 in use by "Unable to open process" with PID 2028!
9:49:19 AM [Apache] Apache WILL NOT start without the configured ports free!
9:49:19 AM [Apache] You need to uninstall/disable/reconfigure the blocking application
9:49:19 AM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
9:49:19 AM [main] The Mercury module is disabled
9:49:19 AM [main] The Tomcat module is disabled.


Also getting this in error logs.



[Mon Feb 02 09:22:56.084469 2015] [ssl:warn] [pid 2028:tid 444] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Mon Feb 02 09:22:56.177793 2015] [ssl:warn] [pid 2028:tid 444] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Mon Feb 02 09:22:56.227829 2015] [mpm_winnt:notice] [pid 2028:tid 444] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 configured -- resuming normal operations
[Mon Feb 02 09:22:56.227829 2015] [mpm_winnt:notice] [pid 2028:tid 444] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01
[Mon Feb 02 09:22:56.227829 2015] [core:notice] [pid 2028:tid 444] AH00094: Command line: 'C:xamppapachebinhttpd.exe -d C:/xampp/apache'
[Mon Feb 02 09:22:56.243855 2015] [mpm_winnt:notice] [pid 2028:tid 444] AH00418: Parent: Created child process 1384
[Mon Feb 02 09:22:56.677146 2015] [ssl:warn] [pid 1384:tid 348] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Mon Feb 02 09:22:56.741192 2015] [ssl:warn] [pid 1384:tid 348] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Mon Feb 02 09:22:56.921894 2015] [mpm_winnt:notice] [pid 1384:tid 348] AH00354: Child: Starting 150 worker threads.


Any help is appreciated. I am taking an online course in SQL and PHP and I can't even get off the ground.







apache-http-server






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 2 '15 at 16:57









RJFalconer

9,36933345




9,36933345










asked Feb 2 '15 at 16:06









Mike CMike C

611




611








  • 1





    Check what port is using 443. If there aren't any, open port 443. If it's already open, sudo service apache2 restart, it might be running already.

    – Jon
    Feb 2 '15 at 16:14






  • 1





    @Chipperyman good point, but looks like Windows, not *nix from the log files, so he'll have to restart service using services.msc instead.

    – Kristian
    Feb 2 '15 at 16:19











  • Sorry such a layman, guys. Checked port 443. Its open and I cant see anything using it. Kristian, I checked to restart in services but unless its listed as something other than apache, Im not seeing it.

    – Mike C
    Feb 2 '15 at 16:25











  • am I looking for apache or should i be looking for something else within services?

    – Mike C
    Feb 2 '15 at 16:34











  • how did you check 443? somthing like netstat -abno | FINDSTR LISTENING | FINDSTR 443?

    – Frank Thomas
    Feb 2 '15 at 16:54














  • 1





    Check what port is using 443. If there aren't any, open port 443. If it's already open, sudo service apache2 restart, it might be running already.

    – Jon
    Feb 2 '15 at 16:14






  • 1





    @Chipperyman good point, but looks like Windows, not *nix from the log files, so he'll have to restart service using services.msc instead.

    – Kristian
    Feb 2 '15 at 16:19











  • Sorry such a layman, guys. Checked port 443. Its open and I cant see anything using it. Kristian, I checked to restart in services but unless its listed as something other than apache, Im not seeing it.

    – Mike C
    Feb 2 '15 at 16:25











  • am I looking for apache or should i be looking for something else within services?

    – Mike C
    Feb 2 '15 at 16:34











  • how did you check 443? somthing like netstat -abno | FINDSTR LISTENING | FINDSTR 443?

    – Frank Thomas
    Feb 2 '15 at 16:54








1




1





Check what port is using 443. If there aren't any, open port 443. If it's already open, sudo service apache2 restart, it might be running already.

– Jon
Feb 2 '15 at 16:14





Check what port is using 443. If there aren't any, open port 443. If it's already open, sudo service apache2 restart, it might be running already.

– Jon
Feb 2 '15 at 16:14




1




1





@Chipperyman good point, but looks like Windows, not *nix from the log files, so he'll have to restart service using services.msc instead.

– Kristian
Feb 2 '15 at 16:19





@Chipperyman good point, but looks like Windows, not *nix from the log files, so he'll have to restart service using services.msc instead.

– Kristian
Feb 2 '15 at 16:19













Sorry such a layman, guys. Checked port 443. Its open and I cant see anything using it. Kristian, I checked to restart in services but unless its listed as something other than apache, Im not seeing it.

– Mike C
Feb 2 '15 at 16:25





Sorry such a layman, guys. Checked port 443. Its open and I cant see anything using it. Kristian, I checked to restart in services but unless its listed as something other than apache, Im not seeing it.

– Mike C
Feb 2 '15 at 16:25













am I looking for apache or should i be looking for something else within services?

– Mike C
Feb 2 '15 at 16:34





am I looking for apache or should i be looking for something else within services?

– Mike C
Feb 2 '15 at 16:34













how did you check 443? somthing like netstat -abno | FINDSTR LISTENING | FINDSTR 443?

– Frank Thomas
Feb 2 '15 at 16:54





how did you check 443? somthing like netstat -abno | FINDSTR LISTENING | FINDSTR 443?

– Frank Thomas
Feb 2 '15 at 16:54










1 Answer
1






active

oldest

votes


















0














The 2nd line from the bottom...



RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name


... means that you have not set the ServerName and left it with the example text






share|improve this answer

























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f872707%2fapache-error-port-443-in-use%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    The 2nd line from the bottom...



    RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name


    ... means that you have not set the ServerName and left it with the example text






    share|improve this answer






























      0














      The 2nd line from the bottom...



      RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name


      ... means that you have not set the ServerName and left it with the example text






      share|improve this answer




























        0












        0








        0







        The 2nd line from the bottom...



        RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name


        ... means that you have not set the ServerName and left it with the example text






        share|improve this answer















        The 2nd line from the bottom...



        RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name


        ... means that you have not set the ServerName and left it with the example text







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Apr 6 '16 at 23:18









        Wes Sayeed

        10.8k32758




        10.8k32758










        answered Apr 6 '16 at 20:26









        Soldeplata SaketosSoldeplata Saketos

        1012




        1012






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f872707%2fapache-error-port-443-in-use%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            How do I know what Microsoft account the skydrive app is syncing to?

            Grease: Live!

            When does type information flow backwards in C++?