diff options
| author | Roland Reichwein <mail@reichwein.it> | 2023-01-12 16:23:48 +0100 | 
|---|---|---|
| committer | Roland Reichwein <mail@reichwein.it> | 2023-01-12 16:23:48 +0100 | 
| commit | 124646fe2a31b7211d12fb043fcb760cbe7313b0 (patch) | |
| tree | 40b95cb9f7d4d0f3937faa2a8e52d0af9afd6973 | |
| parent | 2bb0d2ab46bf8104ab6e0b96fdefbeb20aa4c9e4 (diff) | |
Documented example configuration
| -rw-r--r-- | debian/webserver.example-fcgi.conf | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/webserver.example-fcgi.conf b/debian/webserver.example-fcgi.conf index 8a529e4..21e1693 100644 --- a/debian/webserver.example-fcgi.conf +++ b/debian/webserver.example-fcgi.conf @@ -13,14 +13,18 @@      <plugin>fcgi</plugin>      <target>127.0.0.1:9000</target>     </path> +   <!-- first alternative: unix domain socket:     <path requested="/unix">      <plugin>fcgi</plugin>      <target>/var/lib/webserver/fastcgi/socket</target>     </path> +   --> +   <!-- second alternative: fastcgi executable started directly by webserver:     <path requested="/fastcgi-exe">      <plugin>fcgi</plugin>      <target>/var/lib/webserver/fastcgi/executable</target>     </path> +   -->    </site>   </sites>   <sockets>  | 
