Information
Web serving should not be done from a user desktop. Dedicated webservers or appropriate cloud storage should be used. Open ports make it easier to exploit the computer.
Solution
Ensure that the Web Server is not running and is not set to start at boot
Stop the Web Server
sudo apachectl stop
Ensure that the web server will not auto-start at boot
sudo defaults write /System/Library/LaunchDaemons/org.apache.httpd Disabled -bool true