Re: Apache 2 mit SSL - Subdomains falsch geroutet
Hier die confs von einer subdomain und TLD im DIR apache2/sites-available/
-----------
<VirtualHost sub1.domain1.de:80>
DocumentRoot "/xxxx/xxxx/xxxx/xxxx/"
ServerName sub1.domain1.de:80
<Directory "/xxxx/xxxx/xxxx/xxxx/">
allow from all
Options +Indexes
</Directory>
</VirtualHost>
-----------
Die www.domain1.de wird ja bei SSL über die httpd-ssl.conf eingelesen.
Ansonsten:
-----------
<VirtualHost www.domain1:80>
DocumentRoot "/xxxx/xxxx/xxxx/xxxx/"
ServerName www.domain1.de:80
<Directory "/xxxx/xxxx/xxxx/xxxx/">
allow from all
Options +Indexes
</Directory>
</VirtualHost>
-----------
Womit ich derzeit gar nichts anfangen kann,
ist das file /apache2/sites-available/default:
-----------
<VirtualHost IP_meines_Servers:80>
ServerName ip_default:80
DocumentRoot /xxxx/xxxx/xxxx/xxxx/
<Directory "/xxxx/xxxx/xxxx/xxxx/">
allow from all
Options +Indexes
</Directory>
</VirtualHost>
-----------
Danke und Gruß
Andy
--
View this message in context: http://www.nabble.com/Apache-2-mit-SSL---Subdomains-falsch-geroutet-tp19048275p19048289.html
Sent from the debian-user-german mailing list archive at Nabble.com.
Reply to: