Code: Select all
Options +Includes
AddType text/html .shtml
AddHandler server-parsed .shtmlCode: Select all
Options +Includes
AddType text/html .shtml
AddHandler server-parsed .shtmlCode: Select all
<VirtualHost *>
ServerAdmin ****
DocumentRoot /home/web04
ServerName www.****.de
# ErrorLog logs/host.some_domain.com-error.log
CustomLog /home/web04/logs/access.log common
<Directory />
Options +Includes
AllowOverride None
XBitHack Full
</Directory>
</VirtualHost>
Ã?hm ... er meint nicht SSL , sondern SSI (ServerSideIncludes) ... ;)Steht der Port 443 in /etc/services? Was sagt "nmap localhost", ist Port 443 geöffnet?
akzeptiert7speed wrote:Ã?hem ... *räusper* ... ich hatte das vorschnell für einen Tippfehler gehalten ... schuldigung ... ;-)
Code: Select all
#LoadModule includes_module /usr/lib/apache/1.3/mod_include.so