Ready to Start Your Career?

By: Rattar
October 19, 2016
Apache Guide to Running *Juliar * on a Webserver

By: Rattar
October 19, 2016

LoadModule proxy_module modules/mod_proxy.soLoadModule proxy_fcgi_module modules/mod_proxy_fcgi.soNext find the line that starts with 'DocumentRoot' and after it add the following:
<Proxy "fcgi://localhost:9000" enablereuse=on max=10></Proxy><FilesMatch ".ju$">SetHandler "proxy:fcgi://localhost:9000/"</FilesMatch>Next we download this script:(Windows) LaunchFastCGIforNGINXorApache.bat(Linux/Mac) LinuxSpawn.shAnd run it.That's left to do is restart an Apache Server!Try creating test.ju with *environment * command and placing it into your server folder. Open your browser and make sure the *Juliar * is working.EnjoyFor more info, please visit the site at https://www.juliar.org and the forums at https://www.juliar.org/forums