diff --git a/lib/ws-vacation.conf.in b/lib/ws-vacation.conf.in new file mode 100644 --- /dev/null +++ b/lib/ws-vacation.conf.in @@ -0,0 +1,23 @@ +Alias /vacation @base_dir@ + + + Options FollowSymLinks Indexes + AllowOverride All + Order allow,deny + Allow from all + + AddType application/x-httpd-php .php + + + +# :ide-menu: Emacs IDE Menu - Buffer @BUFFER@ +# . M-x `eIDE-menu' ()(eIDE-menu "z") + +# :ide: SHELL: install +# . (shell-command (concat "cp -p " (file-name-nondirectory (buffer-file-name)) " /etc/apache2/conf.d/")) + +# :ide: SHELL: Apache restart +# . (shell-command (concat "/etc/init.d/apache2 restart")) + +# :ide: SHELL: Apache reload +# . (shell-command (concat "/etc/init.d/apache2 reload"))