#root for data served by inet services
%srv_dir                 /var/www

#place to hold virtual hosts data
%vhosts_dir              /var/www/vhosts

# Next is for addons content, that could be served by both apache1/2
%apache_addons_data_dir  /var/www/common-addons

# Next three defines are for apachkconfig fs
%apachk_addon_dir        /etc/httpd-addon
%apachk_addon_initd      /etc/httpd-addon/init.d
%apachk_favours_dir      /etc/httpd-addon/favours
%post_addon() [ -x /usr/sbin/apachkconfig ] && /usr/sbin/apachkconfig --add %* ||: %nil
%preun_addon() [ -x /usr/sbin/apachkconfig ] && /usr/sbin/apachkconfig --del %* ||: %nil

