[Comm] Подключение PHP
Jury Levykin
=?iso-8859-1?q?altcomm_=CE=C1_compozitor=2Espb=2Eru?=
Чт Фев 5 15:03:01 MSK 2004
Nikita Semenov пишет:
>Давайте сделаем
>cat /etc/httpd/conf/httpd.conf | grep php
>cat /etc/httpd/conf/httpd.conf | grep -v '^#' | grep include
>
>
---------------------
# cat /etc/httpd/conf/httpd.conf | grep php
DirectoryIndex index.html index.htm index.shtml index.cgi Default.htm default.htm index.php index.php3 index.php4
# http://www.php.net) will typically use:
#AddType application/x-httpd-php3 .php3
#AddType application/x-httpd-php3-source .phps
#AddType application/x-httpd-php .php
#AddType application/x-httpd-php-source .phps
Include conf/addon-modules/mod_php4.conf
---------------------
# cat /etc/httpd/conf/httpd.conf | grep -v '^#' | grep include
LoadModule includes_module modules/mod_include.so
AddModule mod_include.c
# Note that if you include a trailing / on fakename then the server will
# first look for name.html and include it if found. If name.html
# doesn't exist, the server will then look for name.txt and include
# and not include in the listing. Shell-style wildcarding is permitted.
# If you want to use server side includes, or CGI outside
----------------------
Ничего касающегося загрузки модулей php я не вижу ?
Юрий
Подробная информация о списке рассылки community