Hello,
I got an IHS 6.1 installed and want to publish a directory with an index of files, directories and symlinks / symbolic links / soft links, last ones being created with the usual Unix command "ln -s .... ....".
In httpd.conf I've tried following for that directory:
No chance, didn't work, only seeing files and directories, but no symbolic links
Still no chance.
I can't make it display my soft links from the filesystem in that directory. I tried that on an Apache 2 running on Debian and it works like the documentation says.
I also used the httpd.conf that comes with IHS 6.1 and changed as little as possible, no way.
Any hints are welcome, ty.
Greetings
Markus
laters
zaxxon
I got an IHS 6.1 installed and want to publish a directory with an index of files, directories and symlinks / symbolic links / soft links, last ones being created with the usual Unix command "ln -s .... ....".
In httpd.conf I've tried following for that directory:
Code:
Options Indexes FollowSymLinks MultiViews
Code:
Options All
I can't make it display my soft links from the filesystem in that directory. I tried that on an Apache 2 running on Debian and it works like the documentation says.
I also used the httpd.conf that comes with IHS 6.1 and changed as little as possible, no way.
Any hints are welcome, ty.
Greetings
Markus
laters
zaxxon