added a bunch of stuff from the old server
authoreostre <eostre.danne@protonmail.com>
Mon, 3 Aug 2020 20:46:02 +0000 (16:46 -0400)
committereostre <eostre.danne@protonmail.com>
Mon, 3 Aug 2020 20:46:02 +0000 (16:46 -0400)
dbd-autobuild/conf/dbd.conf

index 55e337f948904f0f927f050671f38b85c4305a77..8e73770eeeff2a23bca9aeaa823ada0e9ef0ae3b 100644 (file)
        ServerAdmin webmaster@fsf.org
 </VirtualHost>
 
+<IfModule mod_status.c>
+       #
+       # Allow server status reports generated by mod_status,
+       # with the URL of http://servername/server-status
+       # Uncomment and change the ".example.com" to allow
+       # access from other hosts.
+       #
+       <Location /server-status>
+               SetHandler server-status
+               Require host 127.0.0.1 74.94.156.210
+       </Location>
+</IfModule>
+
+       RedirectPermanent /node/9 http://www.defectivebydesign.org/join
+       RedirectPermanent /feed.xml /rss.xml
+
+       # Cf. RT #716003. Ward, 2011-11-30
+       RedirectPermanent /user/register https://crm.fsf.org/civicrm/profile/create?gid=36&reset=1
+
+       # Cf. RT #839159. Ward, 2013-07-09
+       RedirectPermanent /what_is_drm http://www.defectivebydesign.org/what_is_drm_digital_restrictions_management
+
+
+       #k054 RT #1044876 2015-09-09 
+        RedirectPermanent /donate https://my.fsf.org/civicrm/contribute/transact?reset=1&id=40
+        RedirectPermanent /no-drm-in-html5 https://my.fsf.org/civicrm/profile/create?gid=183&reset=1
+
+       <Directory />
+               Options FollowSymLinks
+               AllowOverride None
+       </Directory>
+       ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
+       <Directory "/usr/lib/cgi-bin">
+               AllowOverride None
+               Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
+               Require all granted
+       </Directory>
+
+       # Possible values include: debug, info, notice, warn, error, crit,
+       # alert, emerg.
+       LogLevel warn
+
+       CustomLog /var/log/apache2/www.defectivebydesign.org-access.log combined
+       ErrorLog /var/log/apache2/www.defectivebydesign.org-error.log
+
+       ServerSignature On
+
+    Alias /doc/ "/usr/share/doc/"
+    <Directory "/usr/share/doc/">
+        Options Indexes MultiViews FollowSymLinks
+        AllowOverride None
+       
+        Require host 127.0.0.0/255.0.0.0 ::1/128
+    </Directory>
+
+  <FilesMatch "\.(ico|pdf|jpe?g|png|gif|js|css)$">
+    ExpiresActive On
+    ExpiresDefault "access plus 1 month"
+  </FilesMatch>
+
+  <FilesMatch ".*">
+    ExpiresActive On
+    ExpiresDefault "access plus 5 minutes"
+  </FilesMatch>
+
+  # broken links to /en/printable, etc
+  # Ward, 2010-01-28
+  RewriteRule ^/en/(.*) /$1 [R]
+
+  RewriteRule ^/amazon-kindle-swindle\. /amazon-kindle-swindle [R]
+
+
+Redirect /day http://www.defectivebydesign.org/dayagainstdrm/2019
+RewriteRule ^/dayagainstdrm/?$ http://www.defectivebydesign.org/dayagainstdrm/2019