ID:               24339
 User updated by:  eng at anrdaemon dot mtu-net dot ru
 Reported By:      eng at anrdaemon dot mtu-net dot ru
-Status:           Bogus
+Status:           Open
 Bug Type:         Apache2 related
 Operating System: Windows XP
 PHP Version:      4.3.2
 New Comment:

Ok' tell me, can I use this directive in .htaccess file?
(I'm not stupid, if You think this)


Previous Comments:
------------------------------------------------------------------------

[2003-07-27 13:21:04] [EMAIL PROTECTED]

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

The default apache2 interface is apache2handler which is not a filter.
It's directives are pretty much the same as php's apache directives for
apache 1.

LoadModule php4_module        modules/libphp4.so
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

------------------------------------------------------------------------

[2003-07-26 12:54:36] eng at anrdaemon dot mtu-net dot ru

RTFM http://httpd.apache.org/docs-2.1/filter.html

Key words: "run-time configuration directives"
I can't use AddType in .htaccess files.

------------------------------------------------------------------------

[2003-06-25 18:05:18] [EMAIL PROTECTED]

RTFM:

http://www.php.net/manual/en/install.apache2.php

------------------------------------------------------------------------

[2003-06-25 16:41:35] eng at anrdaemon dot mtu-net dot ru

Description:
------------
When I installing a 4.3.2 release version after 4.3.1, all of my pages
sent to the users as stored - no PHP processing done at all.
When I change configuration from

AddInputFilter PHP .php
AddOutputFilter PHP;INCLUDES .php

to

AddType application/x-httpd-php .php .php4

all pages works well, but this trick is NOT usable to me.
4.3.1 works well...
4.3.3RC1 works same as 4.3.2.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=24339&edit=1

Reply via email to