Thread [Apache] beliebiges Verzeichnis als Alias einrichten (4 answers)
Opened by pktm at 2011-05-27 11:32

pq
 2011-05-27 12:47
#149203 #149203
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
das geht bei mir automatisch. ich habe hier z.b. munin folgendermassen konfiguriert:
Code: (dl )
1
2
3
4
5
6
7
    Alias /munin/ "/var/cache/munin/www/"
<Directory "/var/cache/munin/www/">
Options FollowSymLinks
AllowOverride None
Order deny,allow
...
</Directory>

wenn ich localhost/munin aufrufe, komme ich automatisch zu localhost/munin/
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread [Apache] beliebiges Verzeichnis als Alias einrichten