AW: AW: [us...@httpd] Override main server conf

2010-11-10 Thread Axel Gallus
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

AW: AW: [us...@httpd] Override main server conf

2010-11-10 Thread Axel Gallus
-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

Re: AW: [us...@httpd] Override main server conf

2010-11-10 Thread Eric Covener
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

AW: AW: [us...@httpd] Override main server conf

2010-11-10 Thread Axel Gallus
: 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

Re: AW: [us...@httpd] Override main server conf

2010-11-10 Thread Frank Gingras
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.

AW: [us...@httpd] Override main server conf

2010-11-10 Thread Axel Gallus
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