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:39] 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 =====
  
   * In addition, Dokuwiki requires the following php packages   * In addition, Dokuwiki requires the following php packages
-    *  php72-mbstring - PDF Export+    * php72-mbstring - PDF Export 
 +    * php72-sqlite3 - Table Edit
  
 <code> <code>
- yum install php72-mbstring+> yum install php72-mbstring 
 +> yum install php72-sqlite3
 </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.1543408763.txt.gz · Last modified: (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki