mein shtml aleuft nicht auf den server! woran kann es liegen?
ich habe einen binary apache 1.3.27
der module mod_include.c ist geladen
/usr/local/apache/bin/httpd -l
Compiled-in modules:
http_core.c
mod_env.c
mod_log_config.c
mod_mime.c
mod_negotiation.c
mod_status.c
mod_include.c
mod_autoindex.c
mod_dir.c
mod_cgi.c
mod_asis.c
mod_imap.c
mod_actions.c
mod_userdir.c
mod_alias.c
mod_access.c
mod_auth.c
mod_setenvif.c
suexec: disabled; invalid wrapper /usr/local/apache/bin/suexec
und dies auch:
AddType text/html .shtml
AddHandler server-parsed .shtml
ich rufe im browser ab und da kommt eine leere seite! warum?
dann habe ich dies probiert:
<IfModzle mod_include.c> einzufuegen, also sah dann dies so aus:
<IfModzle mod_include.c>
AddType text/html .shtml
AddHandler server-parsed .shtml
</IfModule>
trozdem funktioniert nicht. woran kann es noch liegen?
danke,
ilja