Apache vHost - Alias Problem

Apache, Lighttpd, nginx, Cherokee
Post Reply
damike
Posts: 14
Joined: 2005-01-10 15:46
 

Apache vHost - Alias Problem

Post by damike »

Hallo,

ich habe mir einen vhost eingerichtet...

Code: Select all

/<VirtualHost xx.xx.xx.xx:80>
  ServerName sql.domain.tld
  DocumentRoot /home/httpd/htdocs/mysql/old
  php_admin_value upload_tmp_dir /home/httpd/tmp/
  ErrorLog /home/httpd/logs/sql.domain.tld_error
  TransferLog /home/httpd/logs/sql.domain.tld_access
  Alias /logs/ "/home/httpd/logs/web-stats/sql/"
</VirtualHost>
alles schön und gut, wenn ich jetzt im browser sql.domain.tld/logs/ mache kommt die seite auch, nur wird sie nicht geparset, sonder der quellcode wird angezeigt... ich fummel mich hier gerade doof *g* und find den fehler net...

jemand nen tip ?
niemand
Posts: 142
Joined: 2003-12-12 18:36
 

Re: Apache vHost - Alias Problem

Post by niemand »

Die Seite wird nicht geparsed....
PHP (wenn ja: CGI oder Modul?), Perl, Python, Ruby? Logs? Config?

cu
damike
Posts: 14
Joined: 2005-01-10 15:46
 

Re: Apache vHost - Alias Problem

Post by damike »

pures html.... das ist das was ich nicht verstehe :(
creek
Posts: 76
Joined: 2003-07-29 08:52
Location: Stuttgart
 

Re: Apache vHost - Alias Problem

Post by creek »

also html hat aber nix mim server zu tun das wird einfach an den browser gegeben und der browser erstellt dann sie seite.
Dein browser kaputt?
Post Reply