![]() |
|
|||||||
| 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 |
|||||||||||
|
|
|
|
|
#2 | |||||||||||
|
König
Registriert seit: 15.10.2008
Beitr?ge: 1.923
Abgegebene Danke: 23
Erhielt 571 Danke für 38 Beiträge
Downloads: 8
Uploads: 0 Nachrichten: 4155 Renommee-Modifikator:
7258 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Schau doch einfach in die errorlogs, da sollte alles drin stehen
__________________
|
|||||||||||
|
|
|
|
|
#3 | |||||||||||
|
Erfahrener Benutzer
Registriert seit: 26.02.2010
Alter: 29
Beitr?ge: 259
Abgegebene Danke: 0
Erhielt 2 Danke für 2 Beiträge
Themenstarter
Downloads: 37
Uploads: 0 Nachrichten: 9 Renommee-Modifikator:
0 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
da steht nur
Code:
[Fri Jun 09 06:25:05.125364 2017] [mpm_prefork:notice] [pid 1167] AH00163: Apache/2.4.10 (Debian) mod_scgi/1.13 configured -- resuming normal operations [Fri Jun 09 06:25:05.125394 2017] [core:notice] [pid 1167] AH00094: Command line: '/usr/sbin/apache2' [Fri Jun 09 16:55:22.551827 2017] [mpm_prefork:notice] [pid 1167] AH00169: caught SIGTERM, shutting down [Fri Jun 09 16:55:23.696366 2017] [mpm_prefork:notice] [pid 30855] AH00163: Apache/2.4.10 (Debian) mod_scgi/1.13 configured -- resuming normal operations [Fri Jun 09 16:55:23.696407 2017] [core:notice] [pid 30855] AH00094: Command line: '/usr/sbin/apache2' [Fri Jun 09 16:56:04.228084 2017] [mpm_prefork:notice] [pid 30855] AH00169: caught SIGTERM, shutting down [Fri Jun 09 16:56:05.497814 2017] [mpm_prefork:notice] [pid 31039] AH00163: Apache/2.4.10 (Debian) mod_scgi/1.13 configured -- resuming normal operations [Fri Jun 09 16:56:05.497857 2017] [core:notice] [pid 31039] AH00094: Command line: '/usr/sbin/apache2' [Fri Jun 09 17:00:25.405085 2017] [mpm_prefork:notice] [pid 31039] AH00169: caught SIGTERM, shutting down [Fri Jun 09 17:00:26.576934 2017] [mpm_prefork:notice] [pid 31654] AH00163: Apache/2.4.10 (Debian) mod_scgi/1.13 configured -- resuming normal operations [Fri Jun 09 17:00:26.576974 2017] [core:notice] [pid 31654] AH00094: Command line: '/usr/sbin/apache2' --======================================-- --== Beitrag erstellt: 21:23 um 17:10 ==-- --== geantwortet auf Beitrag vom ==-- --== automatische Beitragszusammenführung ==-- --======================================-- wasnun schrieb nach 4 Stunden, 13 Minuten und 17 Sekunden: ok hab es hinbekommen. fals noch einer das problem haben sollte. Es trit erst auf nachdem ich rTorrent installiert habe. die : 000-default.conf kann soweit ignoriet werden. würde sie trotzdem so bearbeiten Code:
<VirtualHost ip.statt.*.:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
bsp. Code:
<VirtualHost 9ipdesserver:80>
ServerName ipdesserver
ServerAdmin webmaster@localhost
DocumentRoot /var/www/
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
allow from all
</Directory>
ServerSignature Off
</VirtualHost>
<VirtualHost rtorrent.endung:80>
ServerName rtorrent.endung
ServerAdmin webmaster@localhost
DocumentRoot /pfad/zum/ordner/rutorrent/
ErrorLog /error.log
CustomLog /access.log combined
CustomLog /var/log/apache2/rutorrent.log vhost_combined
ErrorLog /var/log/apache2/rutorrent_error.log
SCGIMount /rutorrent/RPC2 127.0.0.1:5000
<Directory "/pfad/zum/ordner/rutorrent">
AuthName "Tits or GTFO"
AuthType Basic
Require valid-user
AuthUserFile /var/www/html/rutorrent/.htpasswd
</Directory>
</VirtualHost>
<VirtualHost url.endung:80>
ServerName url.endung
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/test
<Directory /var/www/html/test>
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
allow from all
</Directory>
ServerSignature Off
</VirtualHost>
|
|||||||||||
|
|
|
|
|
#4 |
|
Super-Moderator
Registriert seit: 27.05.2008
Ort: zu hause
Beitr?ge: 2.031
Abgegebene Danke: 511
Erhielt 302 Danke für 52 Beiträge
Downloads: 48
Uploads: 2 Nachrichten: 1565 Renommee-Modifikator:
10 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Dann ist hier zu
__________________
|
|
|
|
![]() |
| Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, G?ste: 1) | |
|
|