On Mon, Jan 23, 2012 at 11:16:52PM +0100, Stefan Fritsch wrote:
Hi,
> Nowadays, the mod_php package uses SetHandler to enable php. See
> /etc/apache2/mods-enabled/php5.conf . You would have to disable that
> or override it with SetHandler none.
Ah makes sense & works. Thanks.
Sven
--
To
On Monday 23 January 2012, Sven Hoexter wrote:
> - add an alias and location with RemoveType and RemoveHandler for
> .php to the default configuration
> Alias /plain /var/www
>
> RemoveHandler .php
> RemoveType .php
>
>
> - service apache2 restart
>
> Result is that the .php
Hi,
maybe I missed the point here, but I think this is
still an issue with current apache version (2.2.21-5)
in sid.
What I did to reproduce:
- apt-get install libapache2-mod-php5
- edit out the mime types to be sure:
sven@marvin:/tmp$ grep php /etc/mime.types
#application/x-httpd-php
On Thursday 29 April 2010, Svyatoslav Lempert wrote:
> By the information from httpd.apache.org error not operations
> RemoveHandler and RemoveType have been corrected in Apache version
> 2.2.15
> It is necessary to make backport this correction in Apache 2.2.9
> which in Debian Lenny repos, or (i
Hi!
A similar problem existed in Ubuntu Linux
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/225105 in the
older versions of Apache
The original Apache distribution uses its own mime.types which does
not contain information about x-httpd-php, I recommend to do well and
not "reinvent the wh
Package: apache2.2-common
Version: 2.2.9-10+lenny7
Severity: normal
Hello, exist the following problem
The file/etc/mime.types which is installed by a package mime-support
contains following data MIME types
application/x-httpd-php phtml pht php
application/x-httpd-php-sou
6 matches
Mail list logo