Einzelnen Beitrag anzeigen
Alt 09.06.2017, 20:23   #3
wasnun
Erfahrener Benutzer
Punkte: 13.882, Level: 76 Punkte: 13.882, Level: 76 Punkte: 13.882, Level: 76
Levelaufstieg: 58% Levelaufstieg: 58% Levelaufstieg: 58%
Aktivität: 0% Aktivität: 0% Aktivität: 0%
Letzte Erfolge
 
Benutzerbild von wasnun
 
Registriert seit: 26.02.2010
Alter: 27
Beitr?ge: 259
Abgegebene Danke: 0
Erhielt 2 Danke für 2 Beiträge
Themenstarter Themenstarter
Downloads: 37
Uploads: 0
Nachrichten: 9
Renommee-Modifikator:
0 wasnun ist in Verruf geratenwasnun ist in Verruf geratenwasnun ist in Verruf geratenwasnun ist in Verruf geratenwasnun ist in Verruf geratenwasnun ist in Verruf geratenwasnun ist in Verruf geratenwasnun ist in Verruf geratenwasnun ist in Verruf geratenwasnun ist in Verruf geratenwasnun ist in Verruf geraten
Standard

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>
und jetzt wird hauptsächich : 001-default-rutorrent.conf benutzt.
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>
kann somit geclosed werden
wasnun ist offline   Nach oben