On Nov 29, 2012, at 1:32 PM, Ken Kixmoeller (ProFox) 
<[email protected]> wrote:

> One thing I meant to add before: even though I am starting Apache manually.
> The documentation Ed linked to says it will be *off* when you reboot,
> unless one follows the additional steps the article outlines. However,
> Apache *is* on when I reboot. I wonder if there are multiple versions
> installed or something doofy like that???

        From the article:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Keep in mind that the steps so far will only keep the server running while the 
system is booted, so if you restart then the server will be disabled again. To 
enable the server even after subsequent reboots, then you will need to enable 
the launch daemon for the server, which can be done with the following command:

sudo defaults write /System/Library/LaunchDaemons/org.apache.httpd Disabled 
-bool false

As with the previous command, this one can be reversed by repeating it but 
changing the "false" text to "true."
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

        If you want to see what your current setting is, the command would be:

defaults read /System/Library/LaunchDaemons/org.apache.httpd Disabled


-- Ed Leafe




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to