import module "http://www.w3.org/2003/05/xpath-functions" at "aromatic.xqy" let $body :=

    ServerName   xq.aromatic.org
    ProxyPass    /src !
    ProxyPass    / http://localhost:8000/
    Alias        /src /opt/MarkCIS/aromatic
  

  
    Options +Indexes +FollowSymLinks
  
]]>
return print-page("Apache Configuration", $body)