Livecode Server (how to install, test, and manage)

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10043
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Livecode Server (how to install, test, and manage)

Post by FourthWorld » Tue Dec 03, 2013 3:45 pm

Can you log into the machine via SSH and run the script from the command line? That'll cut the solution space in half, telling you whether the problem is indeed isolated to the .htaccess file or to something with livecode-server on that machine.

Also, what is the specific error you're getting? And have you checked the server's error_log?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Mariasole
Posts: 235
Joined: Tue May 07, 2013 9:38 pm

Re: Livecode Server (how to install test and manage SOLVED

Post by Mariasole » Fri Jan 17, 2014 4:51 pm

Hi to all!!!! :D

I too had the same problem and I solved it this way! :mrgreen:
Here's my .htaccess

Code: Select all


#Options ExecCGI
# I have put 'all' extension, for example!!!
AddHandler livecode-script .lc .irev .html .htm
Action livecode-script /cgi-bin/livecode-community-server


In fact, I disabled the first line (#Options ExecCGI) , that was the problem!
In many low-cost shared servers this line is already activated! If you let it go to server 500 error!

Also I corrected this line "/cgi-bin/livecode-server" with this! "livecode-community-server"

Viva LiveCodeServer!! 8)

Baci!
=^..^=
Mariasole
"I'm back" - The Cyberdyne Systems Model 101 Series 800 Terminator

Post Reply