What did you set --prefix to during ./configure?
Did you "find / -name *httpd.conf*"
The config template that comes in the Apache src is going to need more
hand work than the one that comes with the FBSD port.
Shoot me an e-mail offline about your Ports problems (just fwd me
messages) and I'll o
Hello;
I have tried to install Apache 1.3.37 twice
on FreeBSD v6.2 with following commands in /usr/local/apache:
first time:
./ configure --enable-module=so --enable-module=rewrite
make
make install
second time
./ configure --enable-module=so --enable-module=rewrite
--enable-shared=max
make
make