mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-12 05:02:31 +00:00
Add example for apache 2.4 unix socket
+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:
|
||||
|
||||
Reference in New Issue
Block a user