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
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
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
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
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