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 <gregory.ly...@videotron.ca>
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 file as follows, where
> the path to LiveCode server is “Library/WebServer/CGI-Executables”.
>
> <IfModule alias_module>
>                 ScriptAlias /livecode-cgi/
> "Library/WebServer/CGI-Executables/"
>         </IfModule>
>
>         <Directory "Library/WebServer/CGI-Executables">
>                 Options +ExecCGI
>         </Directory>
>
>         <IfModule mime_module>
>                 AddHandler lcscript .lc
>                 Action lcscript /livecode-cgi/livecode-server
>         </IfModule>
>
> I have LiveCode server 5.0.2 installed.
>
> When I enter localhost in Safari, I get an error message saying that
> Safari cannot connect to the server.
>
> Any advice would be most appreciated,
>
> Gregory
> _______________________________________________
> 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




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