Dies ist eine alte Version des Dokuments!
Fedora:
httpd
SuSE:
apache2 apache2-prefork
Debian ab 3.1:
apache2 apache2-mpm-prefork
Im einfachsten Fall
/var/www/html/test.html
: ( CentOS )
/srv/www/htdocs/test.html
: ( SuSE 10.0 )
/var/www/index.html
: ( Debian 5.0 )
<html> <head> <title>Hello World!</title> </head> <body> Hello World </body> </html>
telnet localhost 80 GET http://localhost/test.html HTTP/1.1 Host: localhost
wget -O - http://localhost/test.html
ab -n 1000 -c 100 http://localhost/test.html
/etc/apache2/ports.conf
: ( Debian 4.0 )
Listen 0.0.0.0:80