Commit b3b4beb2 authored by Thomas Gambier's avatar Thomas Gambier

stack/resilient: cleanup socket file name for cgid

parent c2601de9
......@@ -18,7 +18,7 @@ md5sum = 1d3aba1ba770ad3fcc2ab6c0b9266409
[pbsready-import]
filename = pbsready-import.cfg.in
md5sum = a8c9821951425bedbdea30a870fb5138
md5sum = a211e1a7e97ced47b8f011af806b351f
[pbsready-export]
filename = pbsready-export.cfg.in
......
......@@ -133,7 +133,7 @@ input = inline:
LoadModule mime_module modules/mod_mime.so
LoadModule cgid_module modules/mod_cgid.so
LoadModule dir_module modules/mod_dir.so
ScriptSock $${:cgid-pid-file}
ScriptSock $${:cgid-sock-file}
<Directory $${:document-root}>
# XXX: security????
Options +ExecCGI
......@@ -147,7 +147,7 @@ listening-ip = $${slap-network-information:global-ipv6}
listening-port = 9263
htdocs = $${directory:cgi-bin}
pid-file = $${directory:run}/resilient-web-takeover-httpd.pid
cgid-pid-file = $${directory:run}/resilient-web-takeover-httpd-cgid.pid
cgid-sock-file = $${directory:run}/resilient-web-takeover-httpd-cgid.sock
document-root = $${directory:cgi-bin}
error-log = $${directory:log}/resilient-web-takeover-httpd-error-log
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment