Page 1 of 1

Apache vHost - Alias Problem

Posted: 2005-01-13 01:23
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 ?

Re: Apache vHost - Alias Problem

Posted: 2005-01-13 07:49
by niemand
Die Seite wird nicht geparsed....
PHP (wenn ja: CGI oder Modul?), Perl, Python, Ruby? Logs? Config?

cu

Re: Apache vHost - Alias Problem

Posted: 2005-01-13 13:24
by damike
pures html.... das ist das was ich nicht verstehe :(

Re: Apache vHost - Alias Problem

Posted: 2005-01-13 13:32
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?