sparkle
11-21-2002, 09:02 AM
ran into a problem when moving /usr to /home/usr to reduce the filesystem
i moved /usr to /home/usr and then symlinked
ln -s /home/usr /usr
however problems have arisen in that perl/cgi scripts are no longer allowed server wide. scripts that was available and was being used successfully now give back a 403 your not allowed page.
on checking the error report there is a constant error that the symbolic link to /usr/ is not allowed.
any help?
i moved /usr to /home/usr and then symlinked
ln -s /home/usr /usr
however problems have arisen in that perl/cgi scripts are no longer allowed server wide. scripts that was available and was being used successfully now give back a 403 your not allowed page.
on checking the error report there is a constant error that the symbolic link to /usr/ is not allowed.
any help?
