#96 WSGISocketPrefix: use "/var/run/wsgi" instead of "run/wsgi"
Closed 4 years ago by frantisekz. Opened 4 years ago by frantisekz.

file modified
+1 -1
@@ -1,6 +1,6 @@ 

  WSGIDaemonProcess blockerbugs user=apache group=apache threads=5

  WSGIScriptAlias /blockerbugs /usr/share/blockerbugs/blockerbugs.wsgi

- WSGISocketPrefix run/wsgi

+ WSGISocketPrefix /var/run/wsgi

  

  # this isn't the best way to force SSL but it works for now

  RewriteEngine On

I am not completely sure about this though, so ack from either @jskladan or @tflink would be amazing. Thanks!

rebased onto 974d5a8

4 years ago

I'm not sure this is an OK change, if we want to keep deploy-ability on our standard infrastructure. Have a read at: https://modwsgi.readthedocs.io/en/develop/configuration-directives/WSGISocketPrefix.html

how about you change the Dockerfile, to replace the line in the config file? Should be pretty straightforwadr sed

Pull-Request has been closed by frantisekz

4 years ago
Metadata