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

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

2010-11-10 Thread Nick Kew
On Wed, 10 Nov 2010 20:18:35 +0100 "Axel Gallus" wrote: > Can you explain why mixing those directives is a problem? > Is there a workaround? AddType for things that aren't types (like cgi or php) is a grotty hack from the very early days. It's been wrong since AddHandler was introduced in Apach

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
l.com] Gesendet: Mo 08.11.2010 07:15 An: users@httpd.apache.org Betreff: Re: [us...@httpd] Override main server conf According to mod_mime documentation Context:server config, virtual host, directory, .htaccess "Files having the name extension will be served by the specified handler-

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

2010-11-10 Thread Axel Gallus
users@httpd.apache.org Betreff: Re: [us...@httpd] Override main server conf According to mod_mime documentation Context:server config, virtual host, directory, .htaccess "Files having the name extension will be served by the specified handler-name. This mapping is added to any alread

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

2010-11-07 Thread Igor Cicimov
According to mod_mime documentation Context:server config, virtual host, directory, .htaccess "Files having the name extension will be served by the specified handler-name. This mapping is added to any already in force, overriding any mappings that already exist for the same extension" so yo

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

2010-11-07 Thread Axel Gallus
Hello, I use apache in a virtual host environment. 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 in