From Sloppy Macaque, 10 Years ago, written in Plain Text.
This paste is a reply to Re: Re: Re: Re: Re: Re: Untitled from Corrupt Porcupine - view diff
Embed
  1. LoadModule cgi_module modules/mod_cgi.so
  2. ServerAdmin root@localhost
  3. UseCanonicalName Off
  4. <Directory />
  5.     Options FollowSymLinks
  6.     AllowOverride None
  7. </Directory>
  8. <IfVersion >= 2.4>
  9.   <Directory "/var/lib/openshift/">
  10.     Options Indexes FollowSymLinks
  11.     AllowOverride None
  12.     Require all granted
  13.   </Directory>
  14. </IfVersion>
  15. <IfVersion < 2.4>
  16.   <Directory "/var/lib/openshift/">
  17.     Options Indexes FollowSymLinks
  18.     AllowOverride None
  19.     Order allow,deny
  20.     Allow from all
  21.   </Directory>
  22. </IfVersion>
  23. DirectoryIndex index.html index.html.var
  24. AccessFileName .htaccess
  25. <IfVersion >= 2.4>
  26.   <Files ~ "^\.ht">
  27.     Require all denied
  28.   </Files>
  29. </IfVersion>
  30. <IfVersion < 2.4>
  31.   <Files ~ "^\.ht">
  32.     Order allow,deny
  33.     Deny from all
  34.     Satisfy All
  35.   </Files>
  36. </IfVersion>
  37. TypesConfig /etc/mime.types
  38. <IfVersion < 2.4>
  39. DefaultType text/plain
  40. </IfVersion>
  41. <IfModule mod_mime_magic.c>
  42.     MIMEMagicFile conf/magic
  43. </IfModule>
  44.  

Replies to Re: Re: Re: Re: Re: Re: Re: Untitled rss

Title Name Language When
Re: Re: Re: Re: Re: Re: Re: Re: Untitled Bistre Pelican text 10 Years ago.