Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

how to check if applications are running on port 80

  • 09-11-2004 6:36pm
    #1
    Closed Accounts Posts: 606 ✭✭✭


    How do I check if I have any applications running on port 80?

    Alternatively can anyone tell me how to configure Apache to use another port?


Comments

  • Registered Users, Registered Users 2 Posts: 2,694 ✭✭✭Dingatron


    From a command prompt type netstat -a

    Application needs to be running of course.


  • Closed Accounts Posts: 606 ✭✭✭pencil


    Thanks ding,

    I'm trying to run Typo3 but cannot get apache running.....

    I'm running WinXP-Pro SP2.

    When I hit 'start the Apache' - a dos window flicks open, it says Apache is starting, then closes.

    When I hit 'start MySQL' - I get a dos win which ends with, 'MySQL is starting with mysql\bin\my.cnf (console), this dos win stays open.

    When I try to browse to - http://localhost/ or http://127.0.0.1/ - get the following dialogue:
    "Windows cannont find http://localhost/. Make sure to typed the name correctly... yadda yada"


    Have you come across this before


  • Registered Users, Registered Users 2 Posts: 17,727 ✭✭✭✭Sherifu


    pencil wrote:
    Thanks ding,

    I'm trying to run Typo3 but cannot get apache running.....

    I'm running WinXP-Pro SP2.

    When I hit 'start the Apache' - a dos window flicks open, it says Apache is starting, then closes.

    When I hit 'start MySQL' - I get a dos win which ends with, 'MySQL is starting with mysql\bin\my.cnf (console), this dos win stays open.

    When I try to browse to - http://localhost/ or http://127.0.0.1/ - get the following dialogue:
    "Windows cannont find http://localhost/. Make sure to typed the name correctly... yadda yada"


    Have you come across this before
    I would go into services and make sure apache is started.
    You seem to be doing everything else right.
    My computer, right click, manage, services, look for apache


  • Registered Users, Registered Users 2 Posts: 2,694 ✭✭✭Dingatron


    Try http://127.0.0.1:80

    If not run the commands directly from the command prompt and you may get more info. Also ping 127.0.0.1 and make sure you get a reply. Let me know how you get on?


Advertisement