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
On 2004-04-17 16:31:29 +0100 Benedykt P. Barszcz <kb2qzv@poczta.wp.pl> wrote:
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
You need to allow apache to follow symlinks from this directory to whereever your CVS copy is and have right options at both ends. Make sure that the symlink source and target aren't affected badly by a Directory section elsewhere in your apache configuration files. http://httpd.apache.org/docs/mod/core.html#options -- MJR/slef My Opinion Only and possibly not of any group I know. Please http://remember.to/edit_messages on lists to be sure I read http://mjr.towers.org.uk/ gopher://g.towers.org.uk/ slef@jabber.at Creative copyleft computing services via http://www.ttllp.co.uk/
participants (2)
-
Benedykt P. Barszcz -
MJ Ray