Hello Gregory

I had to modify my httpd.conf file when I moved from Mavericks to Yosemite 
because, if I remember correctly, Apple upgraded Apache from version 2.2 to 
2.4. The httpd syntax is a little different in the newer Apache.

These are the LiveCode Server entries from my Yosemite httpd.conf file:

        <IfModule alias_module>
                ScriptAlias /livecode-cgi/ "<path to>/LiveCodeServer/"
        </IfModule>

        <Directory "<path to>/LiveCodeServer/">
                Options +ExecCGI
        </Directory>

        <IfModule mime_module>
                AddHandler lcscript .lc
                Action lcscript /livecode-cgi/livecode-server
        </IfModule>

Where <path-to> should be the full file path to the directory in which the 
LiveCodeServer is installed.

Hope this helps.

Peter

> On 19 Nov 2014, at 03:14, Gregory Lypny <gregory.ly...@videotron.ca> wrote:
> 
> Hello everyone,
> 
> I have been happily running LiveCode server under Mavericks and am soon going 
> to upgrade to Yosemite. Can I continue to use the same modified httpd.conf 
> file that worked under Mavericks?
> 
> Regards,
> 
> 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