Forum Moderators: phranque

Message Too Old, No Replies

SSI running on XP

trouble setting httpd.conf for SSI

         

SoccerLuver

3:36 am on Feb 11, 2006 (gmt 0)

10+ Year Member



Hi,

I am have trouble getting ssi running with Apache on a windows XP server. I have tried everything in the httpd.conf file. Here's a snapshot of what I added:

AddType text/html .shtml
AddType text/x-server-parsed-html .shtml
AddOutputFilter INCLUDES .shtml
LoadModule include_module modules/mod_include.so
Options Includes
AddHandler server-parsed .shtml
AddHandler server-parsed .html
Options Indexes FollowSymLinks Includes
DirectoryIndex index.shtml index.html

Evertime I stop and start apache. I try to load an index.shtml file but it doesnt load. Am I missing something?

Any help will be appreciated...

Thanks

coopster

7:26 pm on Feb 13, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld, SoccerLuver.

What is loading then? Anything? Will a normal

index.htm
page load?

SoccerLuver

12:06 am on Feb 14, 2006 (gmt 0)

10+ Year Member



Thnx Coopster,

Yes a normal index.html does load fine. However when I load a shtml I get the default "Test Page for Apache Installation"...

I was wondering if SSI does even work with apache on windows XP or do I have to go a diff route

Thanks

jdMorgan

1:49 am on Feb 14, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



> I was wondering if SSI does even work with apache on windows XP.

Yes, it certainly should work.

What is this line? I've never seen one like this before... [suspicious]


AddType text/x-server-parsed-html .shtml

Jim