Trying to run Apache, but VMWare Workstation is blocking port 80











up vote
4
down vote

favorite












When I run Apache server it shows port 80 is busy because WMware Workstation is blocking it. How can I run Apache?










share|improve this question




















  • 1




    What version of VMware Workstation? What OS are you running VMware workstation on?
    – George M
    Apr 20 '12 at 13:11










  • Are you trying to run Apache server on the host or virtual machine? Are you using NAT or bridged network for the virtual machine?
    – erikxiv
    Apr 20 '12 at 13:34










  • @uther version 8.0 running ubuntu
    – shiva
    Apr 20 '12 at 14:25










  • @erikxiv im running apache server on host and yes using NAT for the virtual machine
    – shiva
    Apr 20 '12 at 14:26















up vote
4
down vote

favorite












When I run Apache server it shows port 80 is busy because WMware Workstation is blocking it. How can I run Apache?










share|improve this question




















  • 1




    What version of VMware Workstation? What OS are you running VMware workstation on?
    – George M
    Apr 20 '12 at 13:11










  • Are you trying to run Apache server on the host or virtual machine? Are you using NAT or bridged network for the virtual machine?
    – erikxiv
    Apr 20 '12 at 13:34










  • @uther version 8.0 running ubuntu
    – shiva
    Apr 20 '12 at 14:25










  • @erikxiv im running apache server on host and yes using NAT for the virtual machine
    – shiva
    Apr 20 '12 at 14:26













up vote
4
down vote

favorite









up vote
4
down vote

favorite











When I run Apache server it shows port 80 is busy because WMware Workstation is blocking it. How can I run Apache?










share|improve this question















When I run Apache server it shows port 80 is busy because WMware Workstation is blocking it. How can I run Apache?







apache-http-server port vmware-workstation






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 12 '16 at 8:09









Hennes

58.7k792141




58.7k792141










asked Apr 20 '12 at 13:07









shiva

24112




24112








  • 1




    What version of VMware Workstation? What OS are you running VMware workstation on?
    – George M
    Apr 20 '12 at 13:11










  • Are you trying to run Apache server on the host or virtual machine? Are you using NAT or bridged network for the virtual machine?
    – erikxiv
    Apr 20 '12 at 13:34










  • @uther version 8.0 running ubuntu
    – shiva
    Apr 20 '12 at 14:25










  • @erikxiv im running apache server on host and yes using NAT for the virtual machine
    – shiva
    Apr 20 '12 at 14:26














  • 1




    What version of VMware Workstation? What OS are you running VMware workstation on?
    – George M
    Apr 20 '12 at 13:11










  • Are you trying to run Apache server on the host or virtual machine? Are you using NAT or bridged network for the virtual machine?
    – erikxiv
    Apr 20 '12 at 13:34










  • @uther version 8.0 running ubuntu
    – shiva
    Apr 20 '12 at 14:25










  • @erikxiv im running apache server on host and yes using NAT for the virtual machine
    – shiva
    Apr 20 '12 at 14:26








1




1




What version of VMware Workstation? What OS are you running VMware workstation on?
– George M
Apr 20 '12 at 13:11




What version of VMware Workstation? What OS are you running VMware workstation on?
– George M
Apr 20 '12 at 13:11












Are you trying to run Apache server on the host or virtual machine? Are you using NAT or bridged network for the virtual machine?
– erikxiv
Apr 20 '12 at 13:34




Are you trying to run Apache server on the host or virtual machine? Are you using NAT or bridged network for the virtual machine?
– erikxiv
Apr 20 '12 at 13:34












@uther version 8.0 running ubuntu
– shiva
Apr 20 '12 at 14:25




@uther version 8.0 running ubuntu
– shiva
Apr 20 '12 at 14:25












@erikxiv im running apache server on host and yes using NAT for the virtual machine
– shiva
Apr 20 '12 at 14:26




@erikxiv im running apache server on host and yes using NAT for the virtual machine
– shiva
Apr 20 '12 at 14:26










2 Answers
2






active

oldest

votes

















up vote
9
down vote













From a VMWare Knowledge base article



Connecting to shared virtual machines



Connection to VMware Workstation Server (the shared virtual machines) is administered by the VMware Host Agent service. The service uses TCP ports 80 and 443. This service is also used by other VMware products, including VMware Server and vSphere, and provides additional capabilities.



Configuring shared virtual machines



With the Shared VMs Workstation preferences, you can disable/enable the server, assign a different port for connecting, and change the Shared VMs directory.



To access the Shared VMs Workstation preferences:




  • Go to Edit > Preferences.

  • Click the Shared VMs tab.






share|improve this answer





















  • This should be the accepted answers. Helps me!
    – swdev
    Apr 3 '14 at 3:34


















up vote
2
down vote













VMWAare generally blocks port 443 for sharing between remote systems. This could block apache on xampp. To resolve this,



open VMWare,
Go to Edit > Preferences.
Click the Shared VMs.



DISABLE SHARING and this would mean port 443 is closed for access by VMWare and your apache on Xampp will run fine!






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',
    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%2f414717%2ftrying-to-run-apache-but-vmware-workstation-is-blocking-port-80%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    9
    down vote













    From a VMWare Knowledge base article



    Connecting to shared virtual machines



    Connection to VMware Workstation Server (the shared virtual machines) is administered by the VMware Host Agent service. The service uses TCP ports 80 and 443. This service is also used by other VMware products, including VMware Server and vSphere, and provides additional capabilities.



    Configuring shared virtual machines



    With the Shared VMs Workstation preferences, you can disable/enable the server, assign a different port for connecting, and change the Shared VMs directory.



    To access the Shared VMs Workstation preferences:




    • Go to Edit > Preferences.

    • Click the Shared VMs tab.






    share|improve this answer





















    • This should be the accepted answers. Helps me!
      – swdev
      Apr 3 '14 at 3:34















    up vote
    9
    down vote













    From a VMWare Knowledge base article



    Connecting to shared virtual machines



    Connection to VMware Workstation Server (the shared virtual machines) is administered by the VMware Host Agent service. The service uses TCP ports 80 and 443. This service is also used by other VMware products, including VMware Server and vSphere, and provides additional capabilities.



    Configuring shared virtual machines



    With the Shared VMs Workstation preferences, you can disable/enable the server, assign a different port for connecting, and change the Shared VMs directory.



    To access the Shared VMs Workstation preferences:




    • Go to Edit > Preferences.

    • Click the Shared VMs tab.






    share|improve this answer





















    • This should be the accepted answers. Helps me!
      – swdev
      Apr 3 '14 at 3:34













    up vote
    9
    down vote










    up vote
    9
    down vote









    From a VMWare Knowledge base article



    Connecting to shared virtual machines



    Connection to VMware Workstation Server (the shared virtual machines) is administered by the VMware Host Agent service. The service uses TCP ports 80 and 443. This service is also used by other VMware products, including VMware Server and vSphere, and provides additional capabilities.



    Configuring shared virtual machines



    With the Shared VMs Workstation preferences, you can disable/enable the server, assign a different port for connecting, and change the Shared VMs directory.



    To access the Shared VMs Workstation preferences:




    • Go to Edit > Preferences.

    • Click the Shared VMs tab.






    share|improve this answer












    From a VMWare Knowledge base article



    Connecting to shared virtual machines



    Connection to VMware Workstation Server (the shared virtual machines) is administered by the VMware Host Agent service. The service uses TCP ports 80 and 443. This service is also used by other VMware products, including VMware Server and vSphere, and provides additional capabilities.



    Configuring shared virtual machines



    With the Shared VMs Workstation preferences, you can disable/enable the server, assign a different port for connecting, and change the Shared VMs directory.



    To access the Shared VMs Workstation preferences:




    • Go to Edit > Preferences.

    • Click the Shared VMs tab.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Apr 20 '12 at 14:41









    erikxiv

    1,56421316




    1,56421316












    • This should be the accepted answers. Helps me!
      – swdev
      Apr 3 '14 at 3:34


















    • This should be the accepted answers. Helps me!
      – swdev
      Apr 3 '14 at 3:34
















    This should be the accepted answers. Helps me!
    – swdev
    Apr 3 '14 at 3:34




    This should be the accepted answers. Helps me!
    – swdev
    Apr 3 '14 at 3:34












    up vote
    2
    down vote













    VMWAare generally blocks port 443 for sharing between remote systems. This could block apache on xampp. To resolve this,



    open VMWare,
    Go to Edit > Preferences.
    Click the Shared VMs.



    DISABLE SHARING and this would mean port 443 is closed for access by VMWare and your apache on Xampp will run fine!






    share|improve this answer

























      up vote
      2
      down vote













      VMWAare generally blocks port 443 for sharing between remote systems. This could block apache on xampp. To resolve this,



      open VMWare,
      Go to Edit > Preferences.
      Click the Shared VMs.



      DISABLE SHARING and this would mean port 443 is closed for access by VMWare and your apache on Xampp will run fine!






      share|improve this answer























        up vote
        2
        down vote










        up vote
        2
        down vote









        VMWAare generally blocks port 443 for sharing between remote systems. This could block apache on xampp. To resolve this,



        open VMWare,
        Go to Edit > Preferences.
        Click the Shared VMs.



        DISABLE SHARING and this would mean port 443 is closed for access by VMWare and your apache on Xampp will run fine!






        share|improve this answer












        VMWAare generally blocks port 443 for sharing between remote systems. This could block apache on xampp. To resolve this,



        open VMWare,
        Go to Edit > Preferences.
        Click the Shared VMs.



        DISABLE SHARING and this would mean port 443 is closed for access by VMWare and your apache on Xampp will run fine!







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 24 '14 at 14:51









        Dharini

        211




        211






























             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f414717%2ftrying-to-run-apache-but-vmware-workstation-is-blocking-port-80%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

            flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

            Mangá

             ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕