Am 01.10.2013 22:28, schrieb Adrian Sandu: > Apache shows up everything there except the . files. > I know it hides them by default, that's what the IndexIgnoreReset > directive > is for ( it resets and shows up everything ). > It shows up everything in the /var/www/ and /var/www/test and > /var/www/test/test2 but not in /var/www/test/test2/aufs-symlink which > points > to /mount/aufs. Do have the IndexIgnoreReset probably inside then <Directoy /var/www/> - section? Because a FollowSymLink won't automatically apply the settings from here to other directories symlinked to:
--- Even though the server follows the symlink it does not change the pathname used to match against <Directory> sections. The FollowSymLinks and SymLinksIfOwnerMatch Options work only in <Directory> sections or .htaccess files. --- Just try to create an empty directory /var/www/somewhere, and do a mount -o bind /mount/aufs /var/www/somewhere to see if that helps. Florian ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk