running Livecode server on Linux NGNIX

Are you using LiveCode to create server scripts or CGIs?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
adventuresofgreg
Posts: 349
Joined: Tue Oct 28, 2008 1:23 am
Contact:

running Livecode server on Linux NGNIX

Post by adventuresofgreg »

Trying to get LC server running on NGNIX and having problems executing the <?!c code in my html - any special server settings required?

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

Re: running Livecode server on Linux NGNIX

Post by FourthWorld »

How did you configure NginX to run CGI?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
magixbox
Posts: 11
Joined: Sat Feb 22, 2014 8:53 am

Re: running Livecode server on Linux NGNIX

Post by magixbox »

I've only managed to run livecode-server in FCGI method (linux), which is pretty similar to setting up nginx to run shell script.
Means the embedded style "<?lc" will not works, going back to the old CGI world.

If apache2 is still available, you may setup nginx to proxy over.
Post Reply