Hello all. Thank you in advance for reading this and considering
my problem:
I cannot get server side includes to work in Apache 0.6.2
on Solaris 2.4.
------
I compiled setting
CFLAGS= -g -DMULTI_ADDRESS_BIND -DVIRTUAL_HOST
-DDBM_AUTH -DXBITHACK
------
I added
AddType text/x-server-parsed-html .html
to srm.conf
------
My access.conf looks like:
<Directory /dttree/main>
Options Indexes FollowSymLinks IncludesNOEXEC
AllowOverride None
AuthGroupFile /dev/null
AuthName ID and Password required
AuthType Basic
<Limit GET>
require valid-user
</Limit> </Directory>
Does anyone know what I am doing/not doing correctly?
Thank you very much for your help.
________________________________________________________________