When i install it stars, everything is OK, except the PHP, the PHP isnt working.. (tested with test.php).
When i do a reboot, then the apache disappears and the old httpd appears again..
With apache_1.3.27_dingetje all is OK.
Can you help me?
Thanks.
LE:
So i resolved the issue with the reboot, now Apache is starting after reboot too, before reboot i needed to copy the /rc/rc_httpd to /boot/pkg/rc .
Now the problem is: i have Apache installed, but the PHP didnt working..
With /usr/local/bin/php --version i got this:
- Code: Select all
[root@Freesco] /usr/local/bin/php --version
PHP 4.4.4 (cli) (built: Oct 30 2006 01:06:41)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
But from any browser for testing php i got this :
- Code: Select all
<?
phpinfo()
?>