Oct
05
2010
Apache configuration that redirects HTTP to HTTPS URL for a webmail for instance: LoadModule rewrite_module modules/mod_rewrite.so RewriteEngine on # Activates Rewrite log RewriteLog “C:\Apache\logs\rewrite.log” RewriteLogLevel 1 RewriteCond %{HTTPS} off RewriteRule ^/(.*) https://%{SERVER_NAME}/$1 [R,L]
Tags: Apache, Rewrite
Jan
20
2008
Since version 2, Heartbeat is able to manage more than 2 nodes, and doesn’t need "mon" utility to monitor services. This fonctionnality is now implemented within Heartbeat. As a consequence, this flexibility and new features may make it harder to configure. It’s intresting to know version 1 configuration files are still supported. Installation Heartbeat [...]
Tags: cluster, failover, heartbeat, high availibility, linux, redundancy, virtual
Dec
04
2007
Create a .htpasswd Entry Username Password Download Download the php or Perl free script from the links below if you want to integrate the .htpasswd generator to your site or intranet Php .htpasswd Generator Perl .htpasswd Generator
Tags: .htaccess, .htpasswd, download, free, generate, generator, password, perl, php, script