local livecode server

Matt Maier blueback09 at gmail.com
Fri Apr 1 20:05:18 EDT 2016


Neato! It's working now. I'm not entirely sure why. I started poking at
everything.

For posterity: some stuff that seemed like it must be important was...
- change back-slashes "\" to front-slashes "/" if copy&pasting file paths
- Apache2.4 replaced "order allow,deny" and "allow from all" with "require
all granted" or something like that. I've got both the old and new syntax
in here
- the instructions don't mention the need to rename the script alias that's
pointing at the actual executable from "livecode-server.exe" to
"livecode-community-server.exe" if that's the version you've got.
- I also stuck ".lc" onto the end of a few lists of other file extensions

On Fri, Apr 1, 2016 at 4:50 PM, Matt Maier <blueback09 at gmail.com> wrote:

> According to this...
>
>
> https://github.com/h5bp/server-configs-apache/wiki/How-to-enable-Apache-modules
>
> ...as long as the modules aren't commented out in the httpd.conf file
> they're enabled. I can confirm that they are not commented out.
>
> Part of the problem might be that the instructions haven't been updated.
> They reference Apache 2.2 but easyPHP came with Apache 2.4 and there are
> some changes.
>
> On Fri, Apr 1, 2016 at 3:55 PM, Richard Gaskin <ambassador at fourthworld.com
> > wrote:
>
>> Matt Maier wrote:
>>
>> > On Fri, Apr 1, 2016 at 3:47 PM, Richard Gaskin wrote:
>> >
>> >> Are all three of this modules active in your Apache install?:
>> >>
>> >> mod_cgi
>> >> mod_actions
>> >> mod_alias
>> >
>> > I'm not sure. I found files with those names but they have a .so
>> > extension.
>> > When I open them in Atom half of the file looks like binary. I
>> > couldn't find an explanation in the Apache docs of how to "enable"
>> > them.
>>
>> I'm out of my league at this point.  I've only managed Apache on Linux,
>> and Ubuntu and other Debian distros include a convenient a2enmod command to
>> enable those.
>>
>> The best I can offer is to refer you to your Windows admin docs and
>> perhaps the docs at apache.org
>>
>>
>> --
>>  Richard Gaskin
>>  Fourth World Systems
>>  Software Design and Development for the Desktop, Mobile, and the Web
>>  ____________________________________________________________________
>>  Ambassador at FourthWorld.com                http://www.FourthWorld.com
>>
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>
>
>



More information about the use-livecode mailing list