[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Vhost konfigurieren



Hallo,


habe ein problem, dass ich bei diesem Vhost meine ganzen Domains auf dieses Verzeichnis weitergeleitet werden.
Ich habe di normale 000-default von apache2 das lief auch.
Dann habe ich eine neu datei gemacht, mit diesem eintrag.

Gehe ich allerdings auf www.domain.de kommt dies ebenso.
Hat jemand eine ahnung woran das liegen kann?

kann sich jemand hier diesen Vhost mal anaschauen und mir eine kopie schicken?


Mein error log sagt das hier:

[Tue May 30 13:03:20 2006] [error] [client 212.202.141.92] File does not exist: /var/www/contrexx/CMS_DATEIEN/contrexx, referer: http://www.domain.de/ [Tue May 30 13:25:48 2006] [error] [client 193.28.100.68] File does not exist: /var/www/contrexx/CMS_DATEIEN/contrexx

Nur war das eine kopie von einer vhost datei die vorher auch lief.

Irgendwas läuft doch da schief jhetz :(

Vielen Dank
marcus
<VirtualHost 80.86.XXX.XXX80>
ServerAdmin webmaster@localhost
ServerName www.domain.de
Serveralias neu.domain.de *.neu.domain.de
# Alias /horde /var/www/horde
	DocumentRoot /var/www/contrexx/CMS_DATEIEN
	<Directory>
		Options FollowSymLinks
		AllowOverride None
	</Directory>
	<Directory /var/www/contrexx/CMS_DATEIEN>
		Options Indexes FollowSymLinks MultiViews
		AllowOverride None
		Order allow,deny
		allow from all
		# This directive allows us to have apache2's default start page
# in /apache2-default/, but still have / go to the right place
DirectoryIndex index.html index.cgi index.pl index.php index.xhtml
	#  RedirectMatch ^/$ /ansel/


</Directory>

	ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
	<Directory "/usr/lib/cgi-bin">
		AllowOverride None
		Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
		Order allow,deny
		Allow from all
	</Directory>

	ErrorLog /var/log/apache2/error.log

	# Possible values include: debug, info, notice, warn, error, crit,
	# alert, emerg.
	LogLevel warn

	CustomLog /var/log/apache2/access.log combined
	ServerSignature On

   Alias /doc/ "/usr/share/doc/"
   <Directory "/usr/share/doc/">
       Options Indexes MultiViews FollowSymLinks
       AllowOverride None
       Order deny,allow
       Deny from all
       Allow from 127.0.0.0/255.0.0.0 ::1/128
   </Directory>

</VirtualHost>

_________________________________________________________________
Sie suchen E-Mails, Dokumente oder Fotos? Die neue MSN Suche Toolbar mit Windows-Desktopsuche liefert in sekundenschnelle Ergebnisse. Jetzt neu! http://desktop.msn.de/ Jetzt gratis downloaden!



Reply to: