logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: How to I stop the server?
Author
ramiroelliot



Joined: 03 Jan 2025
Posts: 1
Location: New York

PostPosted: Fri 03 Jan '25 9:26    Post subject: How to I stop the server? Reply with quote

I activated https on my Mac and now I'm trying to shut it off. The server is running on port 80 and I can literally see it but lost gives nothing on port 80, how to I stop the server? btw I've tried using httpd -k stop and apachectl -k stop.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7377
Location: Germany, Next to Hamburg

PostPosted: Fri 03 Jan '25 10:15    Post subject: Reply with quote

Did you use "sudo"?

it should be

Code:

sudo apachectl -k stop


If you want to see the website it should run.

Code:

sudo apachectl -k start
Back to top


Reply to topic   Topic: How to I stop the server? View previous topic :: View next topic
Post new topic   Forum Index -> Apache