Alias /vacation @base_dir@ Options FollowSymLinks Indexes AllowOverride All Order allow,deny Allow from all AddType application/x-httpd-php .php php_flag magic_quotes_gpc Off # :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"))