0

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:

It's gorgeous, but useless right now.

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.

enter image description here

eckza
  • 273
  • 2
  • 11
  • No, please do not crosspost. Apple.SE is for end users, this is a server question and belongs on ServerFault. – Sven May 16 '11 at 21:26
  • Turn off Web Sharing. You might have to restart. There are other ways of doing it also. Keep searching. – Kent May 16 '11 at 20:59
  • What are some of these other ways? I have been searching already - that's why I posted here. Please see my edit of the question. – eckza May 16 '11 at 21:13

2 Answers2

3

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 command sudo serveradmin stop web.

Sven
  • 98,649
  • 14
  • 180
  • 226
0

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.

pjmorse
  • 1,550
  • 1
  • 17
  • 34