Re: Installing LiveCode Server on a Microsoft Azure Bitnami LAMP stack

2016-12-05 Thread Dave Kilroy
Huzzah!

The wonderful Simon Smith solved the problem - thanks Simon! :)

See http://forums.livecode.com/viewtopic.php?f=20=28354=149144#p149144 for 
details






___
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: Installing LiveCode Server on a Microsoft Azure Bitnami LAMP stack

2016-11-24 Thread Dave Kilroy

Thanks Peter! I’ve passed it on…

Kind regards

Dave


> Dave 
> 
> > On 24 Nov 2016, at 19:46, Dave Kilroy <[hidden email] 
> > >
> >  wrote: 
> > 
> > Hi all 
> > 
> > I’ve contracted a smashing guy with great server experience but who is new 
> > to LiveCode install LiveCode Server on a Microsoft Azure Bitnami LAMP stack 
> > for me - and it’s great working with someone who knows what they’re doing 
> > 
> > However we’re stuck - could you clever people have a look at this thread 
> > http://forums.livecode.com/viewtopic.php?f=20=28354=148772#p148772 
> >  
> >  > > 
> > and pass on your suggestions as to how to get it working? 
> > 
> > Thanks in advance! 
> > 
> > Dave 
> > 
> 
> It might be the Apache is being fussy about the lack of a trailing “/“ in the 
> Script Alias or giving the name of an executable when a directory is 
> required. 
> 
> These are the relevant parts of the config I use happily with Apache 2.4: 
>   
> ScriptAlias /livecode-cgi/ "/Users/peter/Sites/LiveCodeServer/“ 
> 
>  
> AllowOverride None 
> Options +ExecCGI 
> Require all granted 
>  
> 
> AddHandler lcscript .lc 
> Action lcscript /livecode-cgi/livecode-server 
> 
> Hope this helps. 
> 
> Peter 
___
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: Installing LiveCode Server on a Microsoft Azure Bitnami LAMP stack

2016-11-24 Thread Peter W A Wood
Dave

> On 24 Nov 2016, at 19:46, Dave Kilroy  wrote:
> 
> Hi all
> 
> I’ve contracted a smashing guy with great server experience but who is new to 
> LiveCode install LiveCode Server on a Microsoft Azure Bitnami LAMP stack for 
> me - and it’s great working with someone who knows what they’re doing
> 
> However we’re stuck - could you clever people have a look at this thread 
> http://forums.livecode.com/viewtopic.php?f=20=28354=148772#p148772 
>  and 
> pass on your suggestions as to how to get it working?
> 
> Thanks in advance!
> 
> Dave
> 

It might be the Apache is being fussy about the lack of a trailing “/“ in the 
Script Alias or giving the name of an executable when a directory is required.

These are the relevant parts of the config I use happily with Apache 2.4:
 
ScriptAlias /livecode-cgi/ "/Users/peter/Sites/LiveCodeServer/“


AllowOverride None
Options +ExecCGI
Require all granted


AddHandler lcscript .lc
Action lcscript /livecode-cgi/livecode-server

Hope this helps.

Peter


___
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

Installing LiveCode Server on a Microsoft Azure Bitnami LAMP stack

2016-11-24 Thread Dave Kilroy
Hi all

I’ve contracted a smashing guy with great server experience but who is new to 
LiveCode install LiveCode Server on a Microsoft Azure Bitnami LAMP stack for me 
- and it’s great working with someone who knows what they’re doing

However we’re stuck - could you clever people have a look at this thread 
http://forums.livecode.com/viewtopic.php?f=20=28354=148772#p148772 
 and 
pass on your suggestions as to how to get it working?

Thanks in advance!

Dave




___
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