Hi Peter,

Thanks for responding. I tried starting Apache with Terminal, using both start 
and then restart. The command appears to have been accepted (see below) but 
when I type localhost into Safari, I still get the message “Safari Can’t 
Connect to the Server."

Last login: Tue Dec  2 19:58:59 on console
Gregorys-iMac-2:~ gregory$ sudo apachectl restart
Password:
Gregorys-iMac-2:~ gregory$ sudo apachectl start
/System/Library/LaunchDaemons/org.apache.httpd.plist: Operation already in 
progress
Gregorys-iMac-2:~ gregory$ 

Regards,

Gregory





> On Tue, Dec 2, 2014, at 6:00 AM, use-livecode-requ...@lists.runrev.com wrote:
> 
> Message: 19
> Date: Tue, 2 Dec 2014 07:43:11 +0800
> From: Peter W A Wood <peterwaw...@gmail.com <mailto:peterwaw...@gmail.com>>
> To: How to use LiveCode <use-livecode@lists.runrev.com 
> <mailto:use-livecode@lists.runrev.com>>
> Subject: Re: Can't Start LiveCode Server Under Yosemite
> Message-ID: <147c4e12-083c-4384-aca2-df5325bb1...@gmail.com 
> <mailto:147c4e12-083c-4384-aca2-df5325bb1...@gmail.com>>
> Content-Type: text/plain; charset=utf-8
> 
> It isn?t as easy to start Apache on Yosemite as it was on previous versions 
> of OS X. The option has been removed from the Sharing Preferences panel.
> 
> You need to start Apache manually using the Terminal app from an admin user 
> account.
> 
> This command will start Apache
> 
>       sudo apachectl start
> 
> This command will re-start Apache if you have made any changes to the Apache 
> configuration file
> 
>       sudo apachectl restart
> 
> This command will stop Apache if you want to stop Apache
> 
>       sudo apachectl stop
> 
> 
> Once you have started Apache, it should automatically restart if you restart 
> or power off / power on.
> 
> I hope this helps.
> 
> Peter

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to