Hi group, I am trying to symbolically link the CVS tree with koha 2.0 but no success. Apache complains: [Sat Apr 17 17:23:39 2004] [error] [client 127.0.0.1] Symbolic link not allowed: /usr/local/koha/intranet/cgi-bin [Sat Apr 17 17:23:42 2004] [error] [client 127.0.0.1] Symbolic link not allowed: /usr/local/koha/intranet/cgi-bin Httpd.conf file has this: # KOHA's OPAC Configuration <VirtualHost localhost.localdomain:80> ServerAdmin kb2qzv@localhost.localdomain DocumentRoot /usr/local/koha/opac/htdocs ServerName localhost.localdomain ScriptAlias /cgi-bin/koha/ /usr/local/koha/opac/cgi-bin/ ErrorLog /usr/local/koha/log/opac-error_log TransferLog /usr/local/koha/log/opac-access_log SetEnv PERL5LIB "/usr/local/koha/intranet/modules" SetEnv KOHA_CONF "/etc/koha.conf" <Directory /usr/local/koha> Options Indexes FollowSymLinks </Directory> The above is just for the OPAC, the same is true for the INTRANET. Symbolic link is set to my cvs directory. I changed file ownership to apache.apache for the whole tree of the kohaCVS, and chmod -R 755, too. Any hints? Benedict