From bd58d3012c26d16150f650c389d1136741d3939d Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 8 Sep 2020 21:34:54 +1000 Subject: Add the SledjChisl stuff. --- example/etc/apache2/sledjchisl.fcgi.conf | 37 ++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 example/etc/apache2/sledjchisl.fcgi.conf (limited to 'example/etc/apache2') 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