Re: Can't Get LC Server to fire

2016-02-05 Thread Charles Warwick
On 6/02/2016 3:38 am, Sannyasin Brahmanathaswami wrote: the echo.lc file iin the cgi-bin is a bit different than the one in the public_html directory. it does not begin with “ Sorry, I missed that bit in your e-mail. This is all working on the other site… but I discovered even a bashscript.cgi

Re: Can't Get LC Server to fire

2016-02-05 Thread Sannyasin Brahmanathaswami
livecode-community-server *is* in the /cgi-bin the echo.lc file iin the cgi-bin is a bit different than the one in the public_html directory. it does not begin with “mailto:char...@techstrategies.com.au>) wrote: inside the public_html folder you use the .htaccess method fo setting the actions

Re: Can't Get LC Server to fire

2016-02-04 Thread Charles Warwick
On 5/02/2016 8:00 am, Sannyasin Brahmanathaswami wrote: inside the public_html folder you use the .htaccess method fo setting the actions AddHandler livecode-script .lc Action livecode-script /cgi-bin/livecode-community-server The contents of the .htaccess file here tell the server to process

Can't Get LC Server to fire

2016-02-04 Thread Sannyasin Brahmanathaswami
A bit OT because this seems to be something to do with the web server config for CGI that runs livecode-community-server (Linux 64 on Ubuntu 14) we typically use a full path to the engine like this if the script is inside the cgi-bin #!/home/htoday/cgi-bin/livecode-community-server put the ke