Skip to content

Commit e25104c

Browse files
authored
Update configure-http-server-proxy.md
By changes in Apache HTTP server, host part in the fcgi: URI was made necessary. See https://lists.sympa.community/msg/en/2024-07/gEBkopK6LrG5orgF9JhpoQ
1 parent 02e83d3 commit e25104c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

manual/install/configure-http-server-proxy.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ Instruction by HTTP servers
132132
...
133133
134134
<Location /sympa>
135-
SetHandler "proxy:unix:$PIDDIR/wwsympa.socket|fcgi://"
136-
# Don't forget to edit lines below!
135+
SetHandler "proxy:unix:$PIDDIR/wwsympa.socket|fcgi://localhost"
136+
# Don't forget to edit lines below!
137137
Require local
138138
#Require all granted
139139
</Location>
@@ -160,8 +160,8 @@ Instruction by HTTP servers
160160
161161
```
162162
<Location /sympasoap>
163-
SetHandler "proxy:unix:$PIDDIR/sympasoap.socket|fcgi://"
164-
# Don't forget to edit lines below!
163+
SetHandler "proxy:unix:$PIDDIR/sympasoap.socket|fcgi://localhost"
164+
# Don't forget to edit lines below!
165165
Require local
166166
#Require all granted
167167
</Location>

0 commit comments

Comments
 (0)