_Bek_
Добавил я эти строки. Не помогло. :-(
Про это на php.net написано:
------------------------------------------------------------
Note for Apache 2.0 on RedHat 8.0:
The configuration for PHP has been moved from httpd.conf into the file /etc/httpd/conf.d/php.conf. For this file to be loaded, and hence for PHP to work, you must have the statement Include conf.d/*.conf in your httpd.conf as described in Section 2.1.3.
PHP is now implemented as a filter and must therefore be enabled differently:
Example 9. Apache 1.3 PHP configuration
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
Example 10. Equivalent Apache 2.0 PHP configuration
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
(from /usr/share/doc/httpd-2.0.40/migration.html)
-----------------------------------------------------------------------
Но и это не помогает. Я уже начинаю думать, что у меня файл libphp4.so кривой. Такое может быть?
А случайно строку Action application/x-httpd-php, как в WIN32 добавлять не надо? Я попробовал, но пишет или Bad Request, или Not Found.
__________________
Всё пройдёт, и это тоже...
|