Re: Can't Start LiveCode Server Under Yosemite

2014-12-02 Thread Peter W A Wood
Hi Gregory The first think that I would check is whether Apache is actually running or not. This is how I checked on my machine, using the ps command: Schulz:~ fatty$ sudo apachectl start Schulz:~ fatty$ ps -U www PID TTY TIME CMD 35439 ?? 0:00.00 /usr/sbin/httpd -D FOREGROUN

Re: Can't Start LiveCode Server Under Yosemite

2014-12-02 Thread Gregory Lypny
AM, use-livecode-requ...@lists.runrev.com wrote: > > Message: 19 > Date: Tue, 2 Dec 2014 07:43:11 +0800 > From: Peter W A Wood mailto:peterwaw...@gmail.com>> > To: How to use LiveCode <mailto:use-livecode@lists.runrev.com>> > Subject: Re: Can't Start LiveCode Serv

Re: Can't Start LiveCode Server Under Yosemite

2014-12-01 Thread Peter W A Wood
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

Re: Can't Start LiveCode Server Under Yosemite

2014-12-01 Thread Simon Smith
If it's saying that it cannot connect to the server, I would guess that apache is not running. On Mon, Dec 1, 2014 at 4:45 PM, Gregory Lypny wrote: > Hello everyone, > > I can’t seem to get LiveCode server working under Yosemite. I followed > Peter Wood’s suggestion and modified the httpd.conf f

Can't Start LiveCode Server Under Yosemite

2014-12-01 Thread Gregory Lypny
Hello everyone, I can’t seem to get LiveCode server working under Yosemite. I followed Peter Wood’s suggestion and modified the httpd.conf file as follows, where the path to LiveCode server is “Library/WebServer/CGI-Executables”. ScriptAlias /livecode-cgi/ "Library/WebServer/CG