From 04c1324c57692dfd22fab211a7443aaf484f07ce Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 27 Apr 2015 13:52:25 +0200 Subject: Implement module configuration, cleanup the code --- etc/apachectl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/apachectl b/etc/apachectl index d9c1ee9..a879354 100755 --- a/etc/apachectl +++ b/etc/apachectl @@ -78,10 +78,14 @@ start) -C "DocumentRoot $www/htdocs" -C "CoreDumpDirectory $workspace" \ -C "PidFile $workspace/httpd.pid" \ -C "LogLevel $LOG_LEVEL" \ + -C "ServerAdmin $ADMIN_EMAIL" \ + -k $ARGV \ + \ -C "LoadModule search_srv $PROJECT_DIR/libbrep.so" \ + -C "search_conf $site_config/search.conf" \ + \ -C "LoadModule view_srv $PROJECT_DIR/libbrep.so" \ - -C "ServerAdmin $ADMIN_EMAIL" \ - -k $ARGV + -C "view_conf $site_config/view.conf" ERROR=$? ;; -- cgit v1.1