From Baby Elephant, 10 Years ago, written in Plain Text.
This paste is a reply to Re: Re: Re: Re: Re: Untitled from Crippled Dove - view diff
Embed
  1. ServerRoot "/var/lib/openshift/542287fa5004467cd50000ce/php/"
  2. DocumentRoot "/var/lib/openshift/542287fa5004467cd50000ce/app-root/runtime/repo/"
  3. Listen 127.8.74.129:8080
  4. User  542287fa5004467cd50000ce
  5. Group 542287fa5004467cd50000ce
  6. ErrorLog "|tee"
  7. CustomLog "|tee" combined
  8. <IfVersion >= 2.4>
  9. DefaultRuntimeDir "/var/lib/openshift/542287fa5004467cd50000ce/php/run"
  10. </IfVersion>
  11.  
  12. <Directory "/var/lib/openshift/542287fa5004467cd50000ce/app-root/runtime/repo/">
  13.   Options Indexes FollowSymLinks
  14.   AllowOverride All
  15.   Order Allow,Deny
  16.   Allow from All
  17.   <Files "deplist.txt">
  18.     Order Deny,Allow
  19.     Deny from All
  20.   </Files>
  21. </Directory>
  22.  
  23. <Directory "/var/lib/openshift/542287fa5004467cd50000ce/app-root/runtime/repo/.openshift">
  24.   AllowOverride None
  25.   Order Deny,Allow
  26.   Deny from All
  27. </Directory>
  28.  
  29.