Warning: require() [function.require]: open_basedir restriction in effect. File(/usr/local/php-spez-5.2.17/lib/php/geshi/geshi.php) is not within the allowed path(s): (/usr/local/php/lib/php/:/home/www/:/usr/bin/:/tmp:/usr/local/php52/lib/php/) in /home/www/web25/html/syswiki/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php on line 376
Troubleshooting - LAMP – HS Syswiki

Troubleshooting - LAMP

Aus HS Syswiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „<syntaxhighlight lang="bash" style="font-size:9pt;"> # IP address list from FTP log zgrep webXYZ /var/log/xferlog* | cut -d ' ' -f7 | sort -t . -k 1,1n -k 2,2n…“)
 
Zeile 23: Zeile 23:
 
/usr/local/confixx/confixx_counterscript.pl -fa -sc -dbg
 
/usr/local/confixx/confixx_counterscript.pl -fa -sc -dbg
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
== Links ==
 +
 +
[http://www.cyberciti.biz/faq/linux-unix-test-internet-connection-download-upload-speed/ Test internet connection between two UNIX/Linux servers]
  
 
[[Category:Server]]
 
[[Category:Server]]

Version vom 19. Juni 2014, 08:37 Uhr

# IP address list from FTP log
zgrep webXYZ /var/log/xferlog* | cut -d ' ' -f7 | sort -t . -k 1,1n -k 2,2n -k 3,3n -k 4,4n | uniq
 
# Test network connection
mtr -s 1500 -r -c 1000 -i 0.1 nagios3a.hoststar.ch
 
# port 25 listening
netstat -anp --tcp --udp | grep LISTEN | grep 25
 
# Files used by Apache and PHP processes
lsof -c httpd -c php | grep home | grep -v log
lsof -p 12848
 
 
# Show current mail logs without POP3/IMAP login/logout
tail -f /var/log/mail | grep -v LOGIN | grep -v LOGOUT
 
### Restart Apache + MySQL
service apache2 stop && service mysql restart && service apache2 start
 
### Exec CounterScript
/usr/local/confixx/confixx_counterscript.pl -fa -sc -dbg

Links

Test internet connection between two UNIX/Linux servers

Meine Werkzeuge
Namensräume

Varianten
Aktionen
Navigation
Werkzeuge