Hallo Harald, danke f�r die Antwort,
eigentlich schon, ich habe hier mal mein httpd.conf auszugsweise abgebildet.
Ich habe immerhin inzwischen raus das es ein Rechte Problem sein muss, ich
bekomme nur nicht gebacken warum. Schlie�lich will ich noch nicht einmal in
ein fremdes Verzeichnis sonder nur ein Verzeichnis weiter rauf.
Vom Verst�ndnis her m��ten doch die Eigenschaften vererbt werden oder nicht?
thx
Jan Bro
# DocumentRoot "C:/apache/htdocs"
DocumentRoot "C:/internet/webpages"
#
# Each directory to which Apache has access, can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# permissions.
#
<Directory "c:/internet/webpages">
Options All
# AllowOverride none
</Directory>
#
# Note that from this point forward you must specifically allow
# particular features to be enabled - so if something's not working as
# you might expect, make sure that you have specifically enabled it
# below.
#
#
# This should be changed to whatever you set DocumentRoot to.
#
# <Directory "C:/apache/htdocs">
<Directory "C:/internet/webpages">
#
# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
Options Indexes Includes FollowSymLinks MultiViews ExecCGI
#
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", "FileInfo",
# "AuthConfig", and "Limit"
#
AllowOverride all
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
> -----Urspr�ngliche Nachricht-----
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Auftrag
> von Harald Weidner
> Gesendet: Sonntag, 8. Februar 2004 14:12
> An: [email protected]
> Betreff: Re: Scripte in Unterverzeichnissen werden nicht ausgef�hrt
> sonst schon?!?
>
>
> Hallo,
>
> >Nun muss ich aus admin. Gr�nden meine Scripte hinter
> >DocumentRoot "C:/internet/webpages"
> >&
> ><Directory "C:/internet/webpages">
> >legen.
>
> >Internal Server Error
> >+ folgender Eintrag in der error.log Premature end of script headers:
> >c:/apache/php4/php.exe
>
> In der httpd.conf gibt es i.d.R. ziemlich viele <Directory ... >
> Direktiven. Bist Du sicher, die alle angepasst zu haben?
>
> Gru�, Harald
>
> --
> Harald Weidner [EMAIL PROTECTED]
>
> --------------------------------------------------------------------------
> Apache HTTP Server Mailing List "users-de"
> unsubscribe-Anfragen an [EMAIL PROTECTED]
> sonstige Anfragen an [EMAIL PROTECTED]
> --------------------------------------------------------------------------
>
--------------------------------------------------------------------------
Apache HTTP Server Mailing List "users-de"
unsubscribe-Anfragen an [EMAIL PROTECTED]
sonstige Anfragen an [EMAIL PROTECTED]
--------------------------------------------------------------------------