From c89bf51af26003d01fb73eece3899c2b6e97e7bd Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sun, 28 Jun 2015 18:02:38 +0200 Subject: Update sample configuration for Smart HTTP Using uWSGI for the Smart HTTP protocol caused some issues, see e.g. FS#45428. Suggest using fcgiwrap instead which is more lightweight, has better documentation and is easier to debug. Signed-off-by: Lukas Fleischer --- conf/fcgiwrap.service.proto | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf/fcgiwrap.service.proto (limited to 'conf/fcgiwrap.service.proto') diff --git a/conf/fcgiwrap.service.proto b/conf/fcgiwrap.service.proto new file mode 100644 index 00000000..c4e85448 --- /dev/null +++ b/conf/fcgiwrap.service.proto @@ -0,0 +1,11 @@ +[Unit] +Description=Simple CGI Server +After=nss-user-lookup.target + +[Service] +ExecStart=/usr/sbin/fcgiwrap +User=aur +Group=aur + +[Install] +Also=fcgiwrap.socket -- cgit v1.2.3-24-g4f1b