Changes

Jump to navigation Jump to search
314 bytes added ,  07:11, 24 October 2017
no edit summary
Line 123: Line 123:  
* Disable ALWAYS!! the Balance Manager for Security Reasons over apache2.conf
 
* Disable ALWAYS!! the Balance Manager for Security Reasons over apache2.conf
 
* Check ALWAYS the Apache Logs for Errors! on both Balance Member Servers!!
 
* Check ALWAYS the Apache Logs for Errors! on both Balance Member Servers!!
 +
 +
== Dump Dynamic Webpage to Static HTML Website for Embedded Webservers (Raspberry Pi without MYSQL) ==
 +
Drupal Dump to tmp (tmpfs Ramdisk) for lighttpd/apache2 serving /tmp/web on FAST I/O :
 +
<pre>
 +
cd /tmp/web
 +
wget -q --mirror -p --adjust-extension -e robots=off --base=./ -k -P ./ https://www.my-domain.org
 +
</pre>

Navigation menu