Archive for the 'Apache' Category

 

 

Oct 05 2010

Force HTTPS in Apache

Published by dave under Apache

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]

No responses yet

Jan 20 2008

Heartbeat 2 Howto

Published by dave under Apache,linux

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 [...]

22 responses so far

Dec 04 2007

htpasswd Generator

Published by dave under Apache

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

No responses yet

Next »