#152 Release-monitoring: Fix apache issue with external dirs
Merged 3 years ago by zlopez. Opened 3 years ago by zlopez.
Unknown source anitya_sync  into  master

@@ -27,11 +27,11 @@

  ServerLimit   100

  MaxRequestsPerChild 2000

  MaxRequestWorkers 100

- <Directory "/usr/local/lib/python3.7/anitya/static/docs/html/">

+ <Directory "/usr/local/lib/python3.8/anitya/static/docs/html/">

    AllowOverride None

    Require all granted

  </Directory>

- <Directory "/usr/local/lib/python3.7/site-packages/anitya/static/">

+ <Directory "/usr/local/lib/python3.8/site-packages/anitya/static/">

    AllowOverride None

    Require all granted

  </Directory>
@@ -55,8 +55,8 @@

  TypesConfig /etc/mime.types

  AddDefaultCharset UTF-8

  CoreDumpDirectory /tmp

- Alias /docs /usr/local/lib/python3.7/anitya/static/docs/html/

- Alias /static /usr/local/lib/python3.7/site-packages/anitya/static/

+ Alias /docs /usr/local/lib/python3.8/anitya/static/docs/html/

+ Alias /static /usr/local/lib/python3.8/site-packages/anitya/static/

  WSGIDaemonProcess anitya display-name=anitya processes=2 threads=2 maximum-requests=1000 home=/httpdir

  WSGIApplicationGroup %{GLOBAL}

  WSGISocketPrefix run/wsgi

Pull-Request has been merged by zlopez

3 years ago