Page 1 of 1

SSI problem

PostPosted: 13. March 2006 20:01
by darkjetx
i saw other topics where it was talking about my problem , but i couldnt apply the solution

I'm running version 1.5.1 on my win xp sp 2

when i go to status it tells me :

Server Side Includes (SSI) DEACTIVATED

It's the single one deactivated

i went to http://localhost/xampp/ssi.inc and it said OK

then i went to http://localhost/xampp/ssi.shtml and it said

<!--#if expr="1 = 0" --><!--#else --><!--#include virtual="ssi.inc"--><!--#endif -->

Whats wrong or what should i do to make it work ?

Danke shon !

PostPosted: 13. March 2006 20:03
by Wiedmann
Just enable SSI in the "httpd.conf". That's all.

PostPosted: 13. March 2006 20:45
by darkjetx
is this what i have to edit?

Code: Select all
# To parse .shtml files for server-side includes (SSI):
    # (You will also need to add "Includes" to the "Options" directive.)
    #
    #AddType text/html .shtml
    #AddOutputFilter INCLUDES .shtml
</IfModule>


I dunno what i have to do :oops:

Maibe i need a free management panel or somethin` to do the hard work...if one exists

PostPosted: 13. March 2006 20:59
by Wiedmann
Code: Select all
#AddType text/html .shtml
#AddOutputFilter INCLUDES .shtml

dunno what i have to do

Remove the two "#".

PostPosted: 13. March 2006 21:07
by darkjetx
thx a lot :)

now i'll sleep cozz it didnt go through my mind to remove those # :lol:

but b4 i'll install zpanel

thanks for the help again

There's one more step, I think...

PostPosted: 20. March 2006 01:47
by ivi
As a comment in http.conf suggests, you might also need to:

- add "Includes" to a list of "Options" (after one other option)

Note: There may be a side-effect:

xampp's Status page shows false-negatives for SMTP & FTP
...even when they are Active.

Has anybody got a fix for these false-negatives (yet)...? ;-)

PS Thanks for the tip, near the top of this thread.

PostPosted: 23. March 2006 10:38
by WorldDrknss
change

<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
</Directory>

to

<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Allow from all
</Directory>

http://xampptutorials.com