Apache: Installation |
./configure --prefix=PREFIX $ make # make install # PREFIX/bin/apachectl start
rpm -Uhv apache-1.3.9-4.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 |
/etc/rc.d/init.d/httpd start
oder
/usr/sbin/apachectl start
http://localhost/
Vortrag zum Linux-Stammtisch Januar 2000 Frank Richter, Januar 2000 |