ofindis.de]
Gesendet: Mi 10.11.2010 20:18
An: users@httpd.apache.org
Betreff: AW: AW: [us...@httpd] Override main server conf
You mean I should use
AddHandler application/x-httpd-php .php
instead of
AddType application/x-httpd-php .php?
Unfortunately this part of the configuration is not un
-Ursprüngliche Nachricht-
Von: Eric Covener [mailto:cove...@gmail.com]
Gesendet: Mi 10.11.2010 20:03
An: users@httpd.apache.org
Betreff: Re: AW: [us...@httpd] Override main server conf
On Wed, Nov 10, 2010 at 1:58 PM, Axel Gallus wrote:
>
> No errors have been logged in the err
On Wed, Nov 10, 2010 at 1:58 PM, Axel Gallus wrote:
>
> No errors have been logged in the error log.
>
> Any other idea?
>
> Does someone know if it is possible to user mod_cgi and mod_php at once...
> (see below)..
Don't mix AddHandler and AddType -- just use AddHandler.
--
Eric Covener
cove
: users@httpd.apache.org
Betreff: Re: AW: [us...@httpd] Override main server conf
On 10/11/2010 10:01 AM, Axel Gallus wrote:
> My main server is configured with
>
> LoadModule php5_module modules/libphp5.so
> AddType application/x-httpd-php .php
> AddType applicat
On 10/11/2010 10:01 AM, Axel Gallus wrote:
My main server is configured with
LoadModule php5_module modules/libphp5.so
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
DirectoryIndex index.html index.htm index.shtml index.php index.php3
index.
My main server is configured with
LoadModule php5_module modules/libphp5.so
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
DirectoryIndex index.html index.htm index.shtml index.php index.php3 index.cgi
AddHandler cgi-script .cgi
Moreove