From a9341227068996fdbde2bd4da92ee491e8bfbeea Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Wed, 4 Sep 2013 17:37:53 +0100 Subject: Use lighttpd for the trove http services. - Add a configuration file to lighttpd. The max-procs for the read-only cache server is bigger than the writable cache server, as is expected to have a bigger load. Although the max-procs set is low, each fastcgi process supports multiple connections, that accordingly flup source code is equal to the maximum number of open file descriptors that a process can have. - Remove morph-cache-server systemd units. The servers will be spawned by lighttpd as fcgi processes. - Make cgit to be served by lighttpd instead of busybox httpd. --- units/morph-cache-server-write-interface.service | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 units/morph-cache-server-write-interface.service (limited to 'units/morph-cache-server-write-interface.service') diff --git a/units/morph-cache-server-write-interface.service b/units/morph-cache-server-write-interface.service deleted file mode 100644 index 684a040..0000000 --- a/units/morph-cache-server-write-interface.service +++ /dev/null @@ -1,7 +0,0 @@ -[Unit] -Description=Morph cache server (write interface) -After=network.target - -[Service] -ExecStart=/bin/su -c '/usr/bin/morph-cache-server --config=/etc/morph-cache-server-write.conf' - cache -Restart=always -- cgit v1.2.1