|
|
ru.unix.bsd- RU.UNIX.BSD ------------------------------------------------------------------ From : Oleh Hryb 2:5020/400 11 Jul 2003 12:06:33 To : All Subject : Apache+PHP --------------------------------------------------------------------------------
Hарод, помогите!
Поставил сабж, по всем докам :
1. gunzip apache_xxx.tar.gz
2. tar -xvf apache_xxx.tar
3. gunzip php-xxx.tar.gz
4. tar -xvf php-xxx.tar
5. cd apache_xxx
6. ./configure --prefix=/www --enable-module=so
7. make
8. make install
9. cd ../php-xxx
10. ./configure --with-mysql --with-apxs=/www/bin/apxs
11. make
12. make install
13. cp php.ini-dist /usr/local/lib/php.ini
14. Edit your httpd.conf or srm.conf file and check that these lines are
present and not commented out:
AddType application/x-httpd-php .php
LoadModule php4_module libexec/libphp4.so
и судя по всему РHР не обрабатываются надлежащим образом - в браузер
приходит
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
HTTP/1.1 200 OK
Date: Fri, 11 Jul 2003 07:36:25 GMT
Server: Apache/1.3.27 (Unix)
Last-Modified: Tue, 08 Jul 2003 07:35:31 GMT
ETag: "1d0e3-ad7-3f0a7443"
Accept-Ranges: bytes
Content-Length: 2775
Connection: close
Content-Type: application/x-httpd-php
___________^^^^^^^^^^^^^^^^^^
PHP не запускается, в чем может быть дело.
--- ifmail v.2.15dev5
* Origin: RCT (2:5020/400)
Вернуться к списку тем, сортированных по: возрастание даты уменьшение даты тема автор
Архивное /ru.unix.bsd/11335671edcae.html, оценка из 5, голосов 10
|