Thema: Tracker lahmt
Einzelnen Beitrag anzeigen
Alt 11.06.2010, 12:32   #1
pullermann
Gesperrt
Punkte: 10.511, Level: 68 Punkte: 10.511, Level: 68 Punkte: 10.511, Level: 68
Levelaufstieg: 16% Levelaufstieg: 16% Levelaufstieg: 16%
Aktivität: 0% Aktivität: 0% Aktivität: 0%
Letzte Erfolge
 
Benutzerbild von pullermann
 
Registriert seit: 31.05.2009
Beitr?ge: 363
Abgegebene Danke: 8
Erhielt 37 Danke für 5 Beiträge
Downloads: 45
Uploads: 0
Nachrichten: 142
Renommee-Modifikator:
0 pullermann hat eine strahlende Zukunftpullermann hat eine strahlende Zukunftpullermann hat eine strahlende Zukunftpullermann hat eine strahlende Zukunftpullermann hat eine strahlende Zukunftpullermann hat eine strahlende Zukunftpullermann hat eine strahlende Zukunftpullermann hat eine strahlende Zukunftpullermann hat eine strahlende Zukunftpullermann hat eine strahlende Zukunftpullermann hat eine strahlende Zukunft
Standard Tracker lahmt

hi jungs

ich habe ein echt kritisches Problem.Und zwar Lahmt der Tracker ohne ende.Der Server ist eigendlich sehr schnell mit 4x2x 2,66 Prozessor
und 8 GB Ram DDR3 ich habe zusätzlich noch eine swap Patition eingerichtet mit 12 GB weil man sagt ja 1,5 x Ram ist da die Faustregel.

Betriebssystem Debian 5 php5

Vorgestern war der Tracker noch super schnell aber seit gestern früh lahmt der vor sich hin.

umleitung im apache vileicht?

so hab ich es gemacht

HTML-Code:
<VirtualHost *:80>
    ServerAdmin webmaster@localhost

    ServerName xx.xx.xx.xxxx
    DocumentRoot /var/www/
    <Directory />
    Options FollowSymLinks
        AllowOverride None
    </Directory>
    <Directory /var/www/>
        Options Indexes FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        allow from all
    </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

    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>

<VirtualHost *:80>
   DocumentRoot /var/www/xxxxxxxxxx/
   ServerName xxxxxxxxx.xx.xx
</VirtualHost>
pullermann ist offline   Mit Zitat antworten Nach oben