Tipper wrote:
I have FreeBSD-6.2 and I'm having trouble setting up apache, mysql and php for my business. I can't get phpinfo(); to display. If I run php -i, I get several pages of information which means php is working.
This only means you have the php binary installed, and that's it. It's unrelated to the apache module.

cd into /usr/ports/lang/php4 or /usr/ports/lang/php5

Do a 'make config'.  Ensure that the WITH_APACHE item is checked.

make / make install etc....restart apache....done.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to