Add example for apache 2.4 unix socket

kannibalox
2023-07-04 01:01:58 -04:00
parent dbc1f3cffc
commit fcd7588f3e
+2 -1
@@ -67,7 +67,8 @@ SCGIMount /RPC2 socket_path <TODO: Check syntax to mount unix sockets>
```
**httpd.conf (2.4)**:
```ini
ProxyPass /RPC2 scgi://socket_path <TODO: Check syntax to mount unix sockets>
ProxyPass /RPC2 scgi://localhost:9999 # SCGI network port
ProxyPass /RPC2 unix:///home/user/rtorrent/rpc.socket|scgi://localhost/ # SCGI unix socket (2.4.7+)
```
### Lighttpd: