User Tools

Site Tools


aws:ec2-php

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
aws:ec2-php [2018/11/28 12:49] – [Dokuwiki] eduardoaws:ec2-php [2024/02/23 06:50] (current) – external edit 127.0.0.1
Line 77: Line 77:
   Name and summary matches only, use "search all" for everything.   Name and summary matches only, use "search all" for everything.
 </code> </code>
 +
 +
 +----
 +
  
 ===== Dokuwiki ===== ===== Dokuwiki =====
Line 89: Line 93:
 </code> </code>
  
 +  * Edit /etc/httpd/conf/httpd.conf to restrict access
 +
 +<code>
 +
 +<Directory /var/www/html/dokuwiki>        
 +    order deny,allow        
 +    allow from all        
 +</Directory>        
 +
 +<LocationMatch "/(data|conf|bin|inc)/">        
 +    order allow,deny        
 +    deny from all        
 +    satisfy all        
 +</LocationMatch>        
 +
 +</code>
aws/ec2-php.1543409368.txt.gz · Last modified: 2024/02/23 07:03 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki