Current time: 06-25-2024, 04:13 PM Hello There, Guest! (LoginRegister)


Post Reply 
SSI funktioniert nicht
Author Message
DennisM Offline
Junior Member
*

Posts: 10
Joined: Jul 2008
Reputation: 0
Post: #3
RE: SSI funktioniert nicht
Quote:Wieso hast Du den Symlink gesetzt?
Naja, der hat doch nichts mit dem funktionieren oder nicht funktionieren von den Server Side Include zu tun. Hatte ich bei dem alten Server mit vhcs auch so gehabt und da funktionierte es auch.

Quote:SSI richtig installiert?
In der Apache Config ist es aktivert gewesen, für das Verzeichniss ist Includes von ispcp gesetzt, von daher sollte es doch gehen.

Code:
# Filters allow you to process content before it is sent to the client.
    #
    # To parse .shtml files for server-side includes (SSI):
    # (You will also need to add "Includes" to the "Options" directive.)
    #
    AddType text/html .shtml .shtm
    AddOutputFilter INCLUDES .shtml .shtm

Code:
<Directory /var/www/virtual/domainname.de/htdocs>
        # httpd dmn entry PHP support BEGIN.
        # httpd dmn entry PHP support END.
        Options -Indexes Includes FollowSymLinks MultiViews
        AllowOverride All
        Order allow,deny
        Allow from all
    </Directory>

Mehr sollte es normal nicht sein Wink -- Tadam, man sollte auch beachten, das in /etc/apache2/mods-enabled ein Symlink erstellt werden muss für include.load - vor lauter Konfiguration vergessen... kommt davon wenn man den Apache nur mit einer großen Config kennt weil aus Sourcen kompiliert... sorry! *peinlich*
07-02-2008 04:13 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
SSI funktioniert nicht - DennisM - 07-01-2008, 11:10 PM
RE: SSI funktioniert nicht - gOOvER - 07-02-2008, 12:27 AM
RE: SSI funktioniert nicht - DennisM - 07-02-2008 04:13 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)