I'm doing some Rails dev, and I'm trying to get Pow running. After making the appropriate symlink, if I try to go to idealm_web.dev/
(idealm_web
being the name of my Rails project), I get this:
I was told that this was Apache. How do I disable this? I checked under System Preferences > Sharing, and there was no way to disable it.
[Cross-posted from AskDifferent, here. Are we allowed to do this?]
EDIT: Here is a screengrab of System Preferences > Sharing. I don't see Web Sharing anywhere, and this is where OSX pointed me when I typed in 'web sharing' in Spotlight.
This is different with the Server version of OS X: You need to start the
Server Admin
application (likely under/Applications/Server
) and deactivate the Web service there. Alternatively, use the terminal and issue the commandsudo serveradmin stop web
.This may be because the default virtual host in Mac OS X Server's Apache configuration answers to *. You can turn off Apache as other answers have suggested, or you can use the Server Admin utility, edit the Web Service settings, and take out that wildcard to see if that helps.