work related

August 05, 2011

list modules in apache

Great little command to list what apache modules you have loaded.

apachectl -t -D DUMP_MODULES

Output should be something like this:

Loaded Modules:
core_module (static)
mpm_prefork_module (static)
http_module (static)
so_module (static)
auth_basic_module (shared)
authn_alias_module (shared)
authz_host_module (shared)
include_module (shared)
log_config_module (shared)
logio_module (shared)
expires_module (shared)
deflate_module (shared)
headers_module (shared)
usertrack_module (shared)
setenvif_module (shared)
mime_module (shared)
vhost_alias_module (shared)
dir_module (shared)
alias_module (shared)
rewrite_module (shared)
cgi_module (shared)
version_module (shared)
cache_module (shared)
mem_cache_module (shared)
ssl_module (shared)
mod_shib (shared)
Syntax OK

March 15, 2011

BestQuote

"IdPs are not self aware, so they don't initiate anything. If yours does, step away from the console and walk slowly out of your data center." Scott C.
Taken from a shibboleth-users thread: http://thread.gmane.org/gmane.comp.web.shibboleth.user/17493/focus=17577