Re: Apache 2.2 - SSI

2007-08-22 Diskussionsfäden Daniel Angileri
 Original-Nachricht 
> Datum: Wed, 22 Aug 2007 10:35:51 +0200
> Von: Max Dittrich <[EMAIL PROTECTED]>
> An: users-de@httpd.apache.org
> Betreff: Re: Apache 2.2 - SSI

> Hi,
> 
> Daniel Angileri schrieb:
> 
> > Die Datei ist als index.html direkt im htdocs (genauso wie test.shtml)
> > und die Anweisung bleibt unverändert im Quelltext "", wird also nicht ersetzt.
> 
> Der INCLUDES-Filter ist bei Dir auch nur für Dateien mit der Endung 
> .shtml konfiguriert.
> 
>  > AddOutputFilter Includes .shtml
> 
> Deshalb werden die SSI-Anweisungen in index.html wohl nicht interpretiert.
> 
> Grüsse,
> .max
> 

Ja, so einfach ist es manchmal...
(ich bezog die Endungen fälschlicherweise auf das zu "includierende" File)

Danke :)

-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail

--
Apache HTTP Server Mailing List "users-de" 
  unsubscribe-Anfragen an [EMAIL PROTECTED]
   sonstige Anfragen an [EMAIL PROTECTED]
--



Re: Apache 2.2 - SSI

2007-08-22 Diskussionsfäden Max Dittrich

Hi,

Daniel Angileri schrieb:


Die Datei ist als index.html direkt im htdocs (genauso wie test.shtml)
und die Anweisung bleibt unverändert im Quelltext "", wird also nicht ersetzt.


Der INCLUDES-Filter ist bei Dir auch nur für Dateien mit der Endung 
.shtml konfiguriert.


> AddOutputFilter Includes .shtml

Deshalb werden die SSI-Anweisungen in index.html wohl nicht interpretiert.

Grüsse,
.max

--
   Apache HTTP Server Mailing List "users-de" 
 unsubscribe-Anfragen an [EMAIL PROTECTED]

  sonstige Anfragen an [EMAIL PROTECTED]
--



Re: Apache 2.2 - SSI

2007-08-22 Diskussionsfäden Daniel Angileri

 Original-Nachricht 
> Datum: Tue, 21 Aug 2007 23:05:27 +0200
> Von: Max Dittrich <[EMAIL PROTECTED]>
> An: users-de@httpd.apache.org
> Betreff: Re: Apache 2.2 - SSI

> Hallo Daniel,
> 
> Daniel Angileri schrieb:
> > Hallo Liste,
> > 
> > ich sitze schon seit Stunden vor meiner httpd.conf und kann mir nicht
> erklären, warum meine virtual-includes nicht funktionieren... sieht
> vielleicht jemand von euch den Fehler??
> > 
> > *
> > #
> > # This is the main Apache HTTP server configuration file.  It contains
> the
> > # configuration directives that give the server its instructions.
> > # See http://httpd.apache.org/docs/2.2/> for detailed information.
> > # In particular, see 
> > # http://httpd.apache.org/docs/2.2/mod/directives.html>
> > # for a discussion of each configuration directive.
> > #
> > # Do NOT simply read the instructions in here without understanding
> > # what they do.  They're here only as hints or reminders.  If you are
> unsure
> > # consult the online docs. You have been warned.  
> 
> ^^^
> 
> [...]
> 
> > 
> > Der Aufruf im HTML-File lautet
> > 
> > 
> > 
> > 
> > Danke schonmal für die Mühe
> 
> - hast Du noch interessante Einträge im ErrorLog?
> - in welchem Verzeichnis ist die Datei "HTML-File" gespeichert und unter 
> welchem Namen?
> - wurde Deine Anweisung "" ersetzt 
> oder findest Du sie unverändert im Quelltext des "HTML-File" wieder, 
> wenn Du sie über den Apache abgerufen hast?
> 
> Schönen Gruß,
> .max
> 

Im ErrorLog war nichts interessantes:

*
[Wed Aug 22 08:51:15 2007] [notice] Apache/2.2.4 (Win32) configured -- resuming 
normal operations
[Wed Aug 22 08:51:15 2007] [notice] Server built: Jan  9 2007 23:17:20
[Wed Aug 22 08:51:15 2007] [notice] Parent: Created child process 1452
[Wed Aug 22 08:51:15 2007] [notice] Child 1452: Child process is running
[Wed Aug 22 08:51:15 2007] [notice] Child 1452: Acquired the start mutex.
[Wed Aug 22 08:51:15 2007] [notice] Child 1452: Starting 250 worker threads.
[Wed Aug 22 08:51:15 2007] [notice] Child 1452: Starting thread to listen on 
port 3816.
[Wed Aug 22 08:51:15 2007] [notice] Child 1452: Starting thread to listen on 
port 3814.
[Wed Aug 22 08:51:15 2007] [notice] Child 1452: Starting thread to listen on 
port 3804.
[Wed Aug 22 08:51:15 2007] [notice] Child 1452: Starting thread to listen on 
port 3803.
[Wed Aug 22 08:51:15 2007] [notice] Child 1452: Starting thread to listen on 
port 3813.
[Wed Aug 22 08:51:15 2007] [notice] Child 1452: Starting thread to listen on 
port 3805.
[Wed Aug 22 08:51:15 2007] [notice] Child 1452: Starting thread to listen on 
port 3806.
[Wed Aug 22 08:51:15 2007] [notice] Child 1452: Starting thread to listen on 
port 3801.
[Wed Aug 22 08:51:15 2007] [notice] Child 1452: Starting thread to listen on 
port 3815.
[Wed Aug 22 08:51:15 2007] [notice] Child 1452: Starting thread to listen on 
port 3802.
[Wed Aug 22 08:51:15 2007] [notice] Child 1452: Starting thread to listen on 
port 80.
*

Die Datei ist als index.html direkt im htdocs (genauso wie test.shtml) und die 
Anweisung bleibt unverändert im Quelltext "", wird also nicht ersetzt.

-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail

--
Apache HTTP Server Mailing List "users-de" 
  unsubscribe-Anfragen an [EMAIL PROTECTED]
   sonstige Anfragen an [EMAIL PROTECTED]
--



Re: Apache 2.2 - SSI

2007-08-21 Diskussionsfäden Max Dittrich

Hallo Daniel,

Daniel Angileri schrieb:

Hallo Liste,

ich sitze schon seit Stunden vor meiner httpd.conf und kann mir nicht erklären, 
warum meine virtual-includes nicht funktionieren... sieht vielleicht jemand von 
euch den Fehler??

*
#
# This is the main Apache HTTP server configuration file.  It contains the
# configuration directives that give the server its instructions.
# See http://httpd.apache.org/docs/2.2/> for detailed information.
# In particular, see 
# http://httpd.apache.org/docs/2.2/mod/directives.html>

# for a discussion of each configuration directive.
#
# Do NOT simply read the instructions in here without understanding
# what they do.  They're here only as hints or reminders.  If you are unsure
# consult the online docs. You have been warned.  


^^^

[...]



Der Aufruf im HTML-File lautet




Danke schonmal für die Mühe


- hast Du noch interessante Einträge im ErrorLog?
- in welchem Verzeichnis ist die Datei "HTML-File" gespeichert und unter 
welchem Namen?
- wurde Deine Anweisung "" ersetzt 
oder findest Du sie unverändert im Quelltext des "HTML-File" wieder, 
wenn Du sie über den Apache abgerufen hast?


Schönen Gruß,
.max


--
   Apache HTTP Server Mailing List "users-de" 
 unsubscribe-Anfragen an [EMAIL PROTECTED]

  sonstige Anfragen an [EMAIL PROTECTED]
--