Hi Mary,
Although I don't and won't use nt, I would think your problem might be, the 
file you are trying to get ssi to work on is not named file.shtml or, do you 
have XBitHack set in a directory container...such as:
<Directory /www/data/samba>
       XBitHack full
       AddHandler server-parsed .html
       Options IncludesNOEXEC Indexes SymLinksIfOwnerMatch
       AllowOverride None
       order allow,deny
       allow from all
</Directory> 

I had those problems as well. In UNIX we can make a file executable. In 
doze, if you can, make the file you want to have the ssi stuff in it, 
executable. 

I have noticed that you are pointing to a file with extension of .Dev and 
your addhandler says nothing about that. 

Hope that helps. 

Regards,
Lanny 

Mary Peterson writes: 

> I don't know if this is an appropriate question for this user group (not ssl 
>related), but I can't get my server-side include to work.  It was working initially, 
>but now it doesn't work.  I'm running apache 1.3.19 on Win NT.  My virtual host 
>configuration is as follows: 
> 
> <VirtualHost IP:Port>
>      ServerAdmin [EMAIL PROTECTED]
>      DocumentRoot d:\ORACLE\iSuites\Apache\Apache\docs\QIES.Dev
>      Options Includes 
>      AddType text/html .shtml
>      AddHandler server-parsed .shtml
>      AddType text/html .html
>      AddHandler server-parsed .html
>      ServerName hostname:port
>      ErrorLog logs/hostname:port-error_log
>      CustomLog logs/hostname:port-access_log common
> </VirtualHost> 
> 
> If anyone has a "quick" solution or can direct me to another user group I would 
>appreciate it. 
> 
> Thanks! 
> 
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
> User Support Mailing List                      [EMAIL PROTECTED]
> Automated List Manager                            [EMAIL PROTECTED]
 


 -------------------------------
Lanny Baron
http://www.FreeBSDsystems.com
Toll Free 1.877.963.1900
Try our free web based email @
http://www.cybertouch.org 
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to