Hello to everyone from sunny Athens!!
I've just installed PHP 5.0.4 as a module in Apache 1.3.33, loaded by Apache every time it starts up. I've made also all the appropriate tuning to the httpd.conf and copied php.ini to /lib folder of the installation directory.The problem that I've encountered is that when I try to use a simple echo message :
<?php echo 'Hello';?>
the output is not,as expected --> Hello
but
<?php echo 'Hello';?>
What is wrong with that.
I would appreciate it if you could give me a piece of help, cause I'm really confused.
Thanx in advanceHave you got this in your httpd.conf
LoadModule php5_module libexec/libphp5.so
AddModule mod_php5.c
AddType application/x-httpd-php .php
<!-- m --><a class="postlink" href="http://www.php.net/manual/en/install.unix.php#install.unix.apache">http://www.php.net/manual/en/install.un ... nix.apache</a><!-- m -->
If you do, did you restart the server?I'll do it right now,and i will post the result(success..i hope so or not).
Thanx in advanceIt doesn't worked my friend...:-(
As i told you is a module which starts up every time apache starts and NOT a module compiled right into the apache program.
I've just installed PHP 5.0.4 as a module in Apache 1.3.33, loaded by Apache every time it starts up. I've made also all the appropriate tuning to the httpd.conf and copied php.ini to /lib folder of the installation directory.The problem that I've encountered is that when I try to use a simple echo message :
<?php echo 'Hello';?>
the output is not,as expected --> Hello
but
<?php echo 'Hello';?>
What is wrong with that.
I would appreciate it if you could give me a piece of help, cause I'm really confused.
Thanx in advanceHave you got this in your httpd.conf
LoadModule php5_module libexec/libphp5.so
AddModule mod_php5.c
AddType application/x-httpd-php .php
<!-- m --><a class="postlink" href="http://www.php.net/manual/en/install.unix.php#install.unix.apache">http://www.php.net/manual/en/install.un ... nix.apache</a><!-- m -->
If you do, did you restart the server?I'll do it right now,and i will post the result(success..i hope so or not).
Thanx in advanceIt doesn't worked my friend...:-(
As i told you is a module which starts up every time apache starts and NOT a module compiled right into the apache program.