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

2010-11-10 Thread Axel Gallus
I succeeded by removing the mod_php5 mimme type via "RemoveType .php". After that I could register my own mod_cgi handler via "AddHandler cgi-script .php". Thx for your input. Regards A.Gallus -Ursprüngliche Nachricht----- Von: Axel Gallus [mailto:axel.gal...@pr

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

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

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

2010-11-10 Thread Axel Gallus
ost? Post the vhost config if still having problems. Igor On Mon, Nov 8, 2010 at 9:49 AM, Axel Gallus wrote: > Hello, > > I use apache in a virtual host environment. > > My main server is configured with > > LoadModule php5_module modules/libphp5.so > AddType ap

AW: [us...@httpd] Avoiding placing #!path/to/phpinterpreter

2010-11-09 Thread Axel Gallus
] Avoiding placing #!path/to/phpinterpreter On Tue, Nov 9, 2010 at 1:40 PM, Axel Gallus wrote: > > Hi Guys,? > > I set up an envronment where files with *.cgi ending > get executed by the mod_cgi (or mod_cgid). > > I have to place the line #!/usr/cgi-bin in each of those files >

[us...@httpd] Avoiding placing #!path/to/phpinterpreter

2010-11-09 Thread Axel Gallus
interpreter , maybe by a ScripAlias or some other Alias? Regards Axel Gallus

[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