From 3f67f0304f2138a38cf2695afec163b12db02d2c Mon Sep 17 00:00:00 2001 From: onefang Date: Mon, 16 Mar 2020 20:22:12 +1000 Subject: Finally add the sledjchisl C & Lua maanger, and friends. --- example/etc/apache2/sledjchisl.fcgi.conf | 37 ++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 example/etc/apache2/sledjchisl.fcgi.conf (limited to 'example') diff --git a/example/etc/apache2/sledjchisl.fcgi.conf b/example/etc/apache2/sledjchisl.fcgi.conf new file mode 100644 index 0000000..95458cd --- /dev/null +++ b/example/etc/apache2/sledjchisl.fcgi.conf @@ -0,0 +1,37 @@ +# This is just an example to use to modify your real site configuration file. + +LoadModule proxy_fcgi_module /usr/lib/apache2/modules/mod_proxy_fcgi.so + + + ServerName localhost + ServerAdmin webmaster@localhost + + DocumentRoot /var/www/html + + AllowOverride All + + + + SetHandler "proxy:unix:///opt/opensim_SC/caches/sledjchisl.socket|fcgi://localhost/" + + + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined + + + + + ServerName local + ServerAlias *.localhost + ServerAdmin webmaster@localhost + + DocumentRoot /var/www/html + + AllowOverride All + + + + SetHandler "proxy:unix:///opt/opensim_SC/caches/sledjchisl.socket|fcgi://localhost/" + + + -- cgit v1.1