Web server doesn't start after upgrade from Yosemite to High Sierra
I have a web server running on my desktop Mac just for learning purposes, and to test pages (not for public access). Prior to the upgrade, I had a simple html homepage for my browser. After the upgrade, it would not load. I tried to start apache using the apachectl start command, but it says "service already loaded." and I the webpage still doesn't display. Running the ps command and grepping for apache doesn't show a daemon running (see below). Maybe High Sierra uses a different command to start apache? Maybe web services are done differently from the older Yosemite version? Any help would be appreciated.
vangogh:~ dude$ sudo apachectl start
Password:
/System/Library/LaunchDaemons/org.apache.httpd.plist: service already loaded
vangogh:~ dude$
vangogh:~ dude$ ps | grep apache
vangogh:~ dude$