Ok, i installed apache_1.3.24 in this way:
1)./configure --prefix=/usr/local/apache --enable-shared=max
--enable-module=most
2)make
3)mke install

so i installed php 4.2.2
1) ./configure -with-apxs=/usr/local/apache/bin/apxs
2)make
3)make install

i think it is all right.

i try localhost and it's ok.

i write <? phpinfo(); ?> with kedit
and save it in /usr/local/apache/htdocs as index.php,
but when i open it with my browser (konquenor), localhost/index.php there is
<? phpinfo(); ?>


i can't go on!!!!!!!!!!!!!!!!!


--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to