Hello Alexander,
Saturday, February 24, 2001, 8:30:16 PM, you wrote:
AG> Приветствую !
AG> Люди, подскажите, пожалуйста, как подружить RusApache
AG> (1.3.14 или 17) c PHP4 ? Перебрал массу конфигураций,
AG> (DSO, static, --with-mod_charset etc.)
AG> но при ./apachectl start выдается сообщение о
AG> несовместимости версий.
AG> И еще - если написать AddHandler strip-meta-http .html .htm .php3,
AG> то php-странички не грузятся, а открывается окно IE о
AG> запуске/сохранении файла. Это feature ?
В пхп есть файл INSTALL в нем точно сказано, как это сделать
различными способами.
Я делаю вот так:
apache
./configure --enable-shared=max
php
./configure \
--with-apxs=/usr/local/apache/bin/apxs \
--with-config-file-path=/usr/local/apache/conf/httpd.conf \
--enable-track-vars \
--enable-magic-quotes \
--enable-shared \
--with-mysql=shared,/usr/local \
--with-mod_charset
И все работает.
--
Best regards,
Kutov mailto:kmv@iclub.nsu.ru
=============================================================================
= Apache-Rus@lists.lexa.ru mailing list =
Mail "unsubscribe apache-rus" to majordomo@lists.lexa.ru if you want to quit.
= Archive avaliable at http://www.lexa.ru/mail-archive =
"Russian Apache" includes software developed
by the Apache Group for use in the Apache HTTP server project
(http://www.apache.org/) See
Apache LICENSE.
Copyright (C) 1995-2001 The Apache Group. All rights reserved.
Copyright (C) 1996 Dm. Kryukov; Copyright (C)
1997-2009 Alex Tutubalin. Design (C) 1998 Max Smolev.