d/l:ed latest binarys of apache and php.
compiled apache with
./configure --enanable-module=so
make
make install
then php with
./configure --with-apxs=/path/to/apxs --with-mysql
make
make install
then edited httpd.conf
added the php4 lines;
LoadModule php4_module/path/to/libphp4.so
AddT
hey
yeah thanks, i was planning on using apache2 but i tested it your way
although, still having problems.
after running make install in /usr/ports/www/apache13
and trying to run apachectl start . it won't. just gives me
# apachectl start
/usr/local/sbin/apachectl start: httpd could not be starte
If you are installing on Freebsd, why not just make use of things in
/usr/ports/www/?
apache is located:
/usr/ports/www/apache13
php4
/usr/ports/www/mod_php4
mysql:
/usr/ports/database/mysql323-server
change directory into the list above and run an "make install" on each. Do
them in order one