User Tools

Site Tools


computing:selfhostedwp

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
computing:selfhostedwp [2023/06/29 06:10] oemb1905computing:selfhostedwp [2023/06/29 06:15] oemb1905
Line 136: Line 136:
   apt install memcached   apt install memcached
   nano /etc/default/memcached   nano /etc/default/memcached
 +  <ENABLE_MEMCACHED=yes>
   a2enmod cache   a2enmod cache
   a2enmod expires   a2enmod expires
   a2enmod headers   a2enmod headers
 +  a2enmod rewrite
 +
 +After isntalling memcached and enabling those modules, navigate to your web root and adjust your .htaccess as follows:
  
   <IfModule mod_expires.c>   <IfModule mod_expires.c>
Line 152: Line 156:
   </IfModule>   </IfModule>
  
-Enable re-writes: 
- 
-  a2enmod rewrite 
   <IfModule mod_rewrite.c>   <IfModule mod_rewrite.c>
           RewriteEngine On           RewriteEngine On
Line 167: Line 168:
           </FilesMatch>           </FilesMatch>
   </IfModule>   </IfModule>
- 
-Enable headers: 
  
   <IfModule mod_headers.c>   <IfModule mod_headers.c>
computing/selfhostedwp.txt · Last modified: 2023/12/16 20:33 by oemb1905