What is the latest version of the LC engine that can be used with the latest version of OS X to process CGI scripts? Apparently, no LC engine can be used for this purpose with Yosemite.
Thanks,
Richard Miller
CGI processing + LC + OS X
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- VIP Livecode Opensource Backer
- Posts: 9960
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: CGI processing + LC + OS X
I use Linux exclusively for servers, but others here have noted success using the latest LC Server build on the more recent OS X versions:
http://downloads.livecode.com/livecode/
http://downloads.livecode.com/livecode/
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
-
- VIP Livecode Opensource Backer
- Posts: 92
- Joined: Mon Jul 06, 2009 4:53 am
Re: CGI processing + LC + OS X
Why do you say "Apparently, no LC engine can be used for this purpose with Yosemite."?
I believe that is not true.
I believe that is not true.
Re: CGI processing + LC + OS X
I can't get it working either on Yosemite
Tried the recommended Apache 2.4 updates etc
Server has been working for years with MAMP, with Apache 2.2 on a 10.9 .5 mac
I cannot get it working on a 10.10machine - spent a whole day on it - trying every configuration of httpd.conf etc
shouldn't be this hard
very disappointing
Tried the recommended Apache 2.4 updates etc
Server has been working for years with MAMP, with Apache 2.2 on a 10.9 .5 mac
I cannot get it working on a 10.10machine - spent a whole day on it - trying every configuration of httpd.conf etc
shouldn't be this hard
very disappointing
-
- VIP Livecode Opensource Backer
- Posts: 92
- Joined: Mon Jul 06, 2009 4:53 am
Re: CGI processing + LC + OS X
I happily run LiveCode server on OS X Yosemite. I ran this script:
I got this result.
There was a configuration file syntax change with Apache 2.4. I posted the key parts of the configuration I use with OS X Yosemite in an earlier message in this forum.
Code: Select all
<html>
<head>
<title>My LiveCode Server Test Page</title>
</head>
<body>
<h1>My LiveCode Server Test Page</h1>
<?lc
put "<p>Hello World! from LiveCode Server</p>"
put "<p>The date is" && the date & "</p>"
put "<p>The platform is" && the platform && ",version" && the systemVersion & "</p>"
put "<p>The version is" && the version & "</p>"
?>
</body>
</html>
Code: Select all
My LiveCode Server Test Page
Hello World! from LiveCode Server
The date is 8/4/15
The platform is MacOS ,version 10.10.4
The version is 6.6.5