Apache: Installation |
rpm -Uhv apache-1.3.3-1.i386.rpm
Verzeichnis | Dateien | Inhalt |
/usr/sbin | httpd | das Serverprogramm |
/etc/httpd/conf | httpd.conf srm.conf access.conf | Konfigurations-Dateien |
/var/log/httpd | access_log error_log | Log-Dateien |
/var/cache/httpd | Cache-Dateien (wenn als Proxy) | |
/usr/lib/apache | die Module | |
/home/httpd/ | html | WWW-Dokumente |
icons | kleine Bildchen | |
cgi-bin | CGI-Programme |
start | start httpd |
stop | stop httpd |
restart | restart httpd if running by sending a SIGHUP or start if not running |
fullstatus | dump a full status screen; requires lynx and mod_status enabled |
status | dump a short status screen; requires lynx and mod_status enabled |
graceful | do a graceful restart by sending a SIGUSR1 or start if not running |
configtest | do a configuration syntax test |
help | this screen |
apachectl start
oder /etc/rc.d/init.d/httpd start
http://localhost/
Vortrag zum 1. Chemnitzer LinuxTag Frank Richter, März 1999 |