> -----Original Message-----
> From: Christian Schmidt [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 07, 2004 8:56 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: [PUG] Apache2 zickt mit Scriptsprachen
> 
> 
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
> > andreas
> > Sent: Wednesday, July 07, 2004 11:37 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [PUG] Apache2 zickt mit Scriptsprachen
> >
> > Moin,
> > On Tue, 6 Jul 2004, Christian Schmidt wrote:
> >
> > > www.domain.tld/phpmyadmin/ aufrufe, will mozilla immer eine Datei
> "",
> > Typ
> > > application/x-httpd-php, speichern.
> > > Wenn ich die index.php hinten dran setze funktionierts.
> >
> > Hachja, der apache :-)
> >
> > hier ist mal der auszug aus meiner apache2 conf:
> >
> > [EMAIL PROTECTED] aw]$ grep -v "#"  /etc/httpd_TOT/conf.d/php.conf
> >
> > LoadModule php4_module modules/libphp4.so
> >
> > AddType application/x-httpd-php .php
> >
> > DirectoryIndex index.php
> >
> > ich denke mal der eintrage mit dem directory index, wird dein problem
> > l�sen.
> >
> 
> Der steht nat�rlich drin :-)
> Hier mal ein paar Ausz�ge:
> #
> # Dynamic Shared Object (DSO) Support
> LoadModule php4_module        current/modules/libphp4.so
> #
> <Directory />
>     Options FollowSymLinks
>     AllowOverride None
> </Directory>
> 
> 
> # This should be changed to whatever you set DocumentRoot to.
> #
> <Directory "/var/www">
>     Options Indexes FollowSymLinks
>     AllowOverride AuthConfig
>     Order allow,deny
>     Allow from all
> </Directory>
> 
> #
> DirectoryIndex index.php index.html index.html.var
> 
> #
> # TypesConfig describes where the mime.types file (or equivalent) is
> # to be found.
> #
> TypesConfig /etc/apache2/mime.types
> 
> #
> DefaultType text/plain
> 
> <IfModule mod_mime_magic.c>
>     MIMEMagicFile /etc/apache2/magic
> </IfModule>
> 
> AddType application/x-httpd-php .php .phtml
> AddType application/x-httpd-php-source .phps
> 
> ### Section 3: Virtual Hosts
> 
> NameVirtualHost *:80
> 
> 
> <VirtualHost *:80>
>     ServerAdmin [EMAIL PROTECTED]
>     DocumentRoot /var/www/westender.de
>     ServerName www.westender.de
>     ErrorLog /var/log/apache2/www.westender.de-error.log
>     CustomLog /var/log/apache2/www.westender.de-access.log common
>     Alias /kochr/ /var/www/kochr/
>     Alias /ebay/kochr/ /var/www/kochr/
> </VirtualHost>
> 
> 



----------------------------------------------------------------------------
PUG - Penguin User Group Wiesbaden - http://www.pug.org

Antwort per Email an