Apache 000-default.conf

Below is the Apache VirtualHost configuration for the www.livecode.world site.

<VirtualHost *:80> ServerName livecode.world ServerAlias www.livecode.world DocumentRoot /var/www/html Action lc-script /cgi-bin/livecode-community-server AddHandler lc-script .lc </VirtualHost> <Directory /var/www/> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all </Directory> # vim: syntax=apache ts=4 sw=4 sts=4 sr noet

Note that this file can be found at the following path:

/etc/apache2/sites-enabled/000-default.conf

# VirtualHost - Virtual-host-example - ez.no - apache.org - Apache Virtual Hosts - digitalocean.com - Apache Config for Livecode - blogspot.co.uk