![]() |
|
|||||||
| Webserver Fragen zum Apache, MySQL-Einrichtung und was sonst noch mit WebServern zu tun hat |
|
|
Themen-Optionen | Ansicht |
|
|
#1 | |||||||||||
|
Erfahrener Benutzer
Registriert seit: 26.02.2010
Alter: 29
Beitr?ge: 259
Abgegebene Danke: 0
Erhielt 2 Danke für 2 Beiträge
Downloads: 37
Uploads: 0 Nachrichten: 9 Renommee-Modifikator:
0 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
ich habe seit dem neuen root (debian 8) das problem das er keine weiterleitungen mehr nimmt.
000-default.conf Code:
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
<VirtualHost url.is-very-nice.org:80>
ServerName url.is-very-nice.org
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/seite
<Directory /var/www/html/seite>
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
allow from all
</Directory>
ServerSignature Off
</VirtualHost>
<VirtualHost url2.is-very-nice.org:80>
ServerName url2.is-very-nice.org
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/seite2
<Directory /var/www/html/seite2>
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
allow from all
</Directory>
ServerSignature Off
</VirtualHost>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
das komische wenn ich es in die 001-default-rutorrent.conf einfüge, geht es aber ich komme nicht mehr auf ruTorrent |
|||||||||||
|
|
|
| Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, G?ste: 1) | |
| Themen-Optionen | |
| Ansicht | |
|
|