# Snippets for code blocks used oftenly in Apache files. # snippet dir DirectoryIndex ${0:index.html} Order Deny,Allow Deny from All # snippet filesmatch ${0:${VISUAL}} # snippet ifmodule ${0:${VISUAL}} # snippet limitexcept ${0:${VISUAL}} # snippet proxy ${0:${VISUAL}} # snippet virtualhost ServerAdmin ${3:webmaster@example.com} DocumentRoot ${4:/www/example.com} ServerName ${0:www.example.com}