Apache und SSI

1. In httpd.conf (Directory "/var/www/htdocs"): Options Indexes FollowSymLinks Includes 2. Ausserdem: AddType text/html .shtml AddHandler server-parsed .shtml 3. Modifizieren: DirectoryIndex index.html index.shtml Hinweis: Das entsprechende CGI-Script muss, trotzdem es in das HTML-Geruesst eingebaut wird, folgende Zeile enthalten: print "Content-type: text/html\n\n"; Im HTML-File startet man dann das CGI so. -- I.S.