Re: local livecode server

2016-04-01 Thread Matt Maier
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 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  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  > 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.comhttp://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


Re: local livecode server

2016-04-01 Thread Matt Maier
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 
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.comhttp://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


Re: local livecode server

2016-04-01 Thread Richard Gaskin

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.comhttp://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


Re: local livecode server

2016-04-01 Thread Matt Maier
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.

On Fri, Apr 1, 2016 at 3:47 PM, Richard Gaskin 
wrote:

> Matt Maier wrote:
>
> > I've followed along with this...
> >
> >
> http://lessons.livecode.com/spaces/lessons/buckets/809/lessons/36654-How-do-I-install-LiveCode-Server-on-Windows-with-Apache-
> >
> > ...and got as far as getting the example html to appear at
> > localhost/test.lc
> >
> > But the  isn't being rendered, it's just being
> > treated like html.
> >
> > I tried changing " > didn't change anything.
> >
> > I also tried changing the file from "test.lc" to "test.blerg" and got
> > exactly the same output at localhost/test.blerg so I'm not even sure
> > if the server is aware that it should be sending *.lc files to
> > livecode server.
> >
> > How do I troubleshoot why the server isn't rendering the livecode
> > script?
>
> Are all three of this modules active in your Apache install?:
>
> mod_cgi
> mod_actions
> mod_alias
>
> --
>  Richard Gaskin
>  Fourth World Systems
>  Software Design and Development for the Desktop, Mobile, and the Web
>  
>  ambassa...@fourthworld.comhttp://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


Re: local livecode server

2016-04-01 Thread Richard Gaskin

Matt Maier wrote:

> I've followed along with this...
>
> 
http://lessons.livecode.com/spaces/lessons/buckets/809/lessons/36654-How-do-I-install-LiveCode-Server-on-Windows-with-Apache-

>
> ...and got as far as getting the example html to appear at
> localhost/test.lc
>
> But the  isn't being rendered, it's just being
> treated like html.
>
> I tried changing " didn't change anything.
>
> I also tried changing the file from "test.lc" to "test.blerg" and got
> exactly the same output at localhost/test.blerg so I'm not even sure
> if the server is aware that it should be sending *.lc files to
> livecode server.
>
> How do I troubleshoot why the server isn't rendering the livecode
> script?

Are all three of this modules active in your Apache install?:

mod_cgi
mod_actions
mod_alias

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://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


local livecode server

2016-04-01 Thread Matt Maier
I've followed along with this...


http://lessons.livecode.com/spaces/lessons/buckets/809/lessons/36654-How-do-I-install-LiveCode-Server-on-Windows-with-Apache-

...and got as far as getting the example html to appear at localhost/test.lc
.

But the  isn't being rendered, it's just being
treated like html.

I tried changing "http://lists.runrev.com/mailman/listinfo/use-livecode