Files
@ r33:49ea552911f9
Branch filter:
Location: public/ws-vacation/lib/ws-vacation.conf.in - annotation
r33:49ea552911f9
707 B
text/plain
Functions test_readable/cat-file using sudo to allow home directories with permission 700.
r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r11:0ea9b2bfb110 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 | Alias /vacation @base_dir@
<Directory "@base_dir@">
Options FollowSymLinks Indexes
AllowOverride All
Order allow,deny
Allow from all
<IfModule mod_php5.c>
AddType application/x-httpd-php .php
php_flag magic_quotes_gpc Off
</IfModule>
</Directory>
# :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"))
|