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 <bluebac...@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 <ambassa...@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 >> ____________________________________________________________________ >> ambassa...@fourthworld.com http://www.FourthWorld.com >> >> _______________________________________________ >> 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