Updated fdc.in (replaced all 443s with 80s in fdc.80.conf).
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Tue, 12 Jul 2022 13:45:34 +0000 (15:45 +0200)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Tue, 12 Jul 2022 13:45:34 +0000 (15:45 +0200)
sources/fdc.in/c3d/postinstall/install-data/etc/httpd/conf.d/fdc.80.conf

index f66b3e0c050d057fb478e3254dbc99d3cc8787ff..53f7397b155cbeb166d9101f17c90dce544766c2 100644 (file)
@@ -3,15 +3,13 @@ WSGISocketPrefix run/wsgi
 <VirtualHost *:80>
     ServerName fdc.in.useribm.hu
     ServerAdmin siteadmin@useribm.hu
-    DocumentRoot "/var/www/htdocs.443"
+    DocumentRoot "/var/www/htdocs.80"
 
-    <Directory /var/www/htdocs.443>
+    <Directory /var/www/htdocs.80>
         DirectoryIndex index.xhtml
         Require all granted
     </Directory>
 
-    DavLockDB /var/www/htdocs.443/dav/lock
-
     WSGIDaemonProcess was.80 processes=1 threads=1 maximum-requests=10000 shutdown-timeout=5
     WSGIProcessGroup was.80
     WSGIScriptAlias /passwordchange /var/www/htdocs.80/wsgi/passwordchange.wsgi