From 4998381b7a45529502ad0a9432de4df932ba6ad2 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 7 Sep 2013 14:25:02 +0200 Subject: disable sessions by default --- Xerl.pm | 1 - config.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Xerl.pm b/Xerl.pm index 12f6095..6abd615 100644 --- a/Xerl.pm +++ b/Xerl.pm @@ -58,7 +58,6 @@ sub run($) { $config->parse(); return undef if $config->finish_request_exists(); - # TODO: Plugin API unless ( $config->sessionsdisable_exists() ) { my Xerl::Plugins::Session $session = Xerl::Plugins::Session->new( config => $config ); diff --git a/config.txt b/config.txt index c87afb6..a3a98e1 100644 --- a/config.txt +++ b/config.txt @@ -22,4 +22,5 @@ hidesubhome=1 hostroot=/usr/local/www/xerlhosts/branches/stable/hosts/ statsroot=/usr/local/www/xerlstats/ hyperion.buetow.org=ssl.buetow.org +sessiondisable=1 404=http://www.buetow.org -- cgit v1.2.3