No, the httpd.conf is a new version. I'm really confused - I had 2.0 working
just fine. I've searched about help pages and the engines, but can't find
anything.
Just tried changing the hostname, and also adding to /etc/hosts but to no
avail...
Any more ideas anyone?
Cheers,
Rob
> > I recently deinstalled apache 2.0 and installed 1.3.26
> > (apache+mod_ssl-1.3.26+2.8.10) on my FreeBSD box after realising that I
> > couldn't get Gallery to work on apache 2 as yet. However, I now seem to
have
> > a problem with the config file. Can anyone give me a pointer - I just
can't
> > see what's going wrong.
> > When I run the apache config test I get:
> > > apachectl configtest
> > default_listeners(): getaddrinfo(PASSIVE) for family 28: No address
> > associated with hostname
> I have not tried 2.0 yet, so this is a guess...
> Are you trying to use the 2.0 httpd.conf with 1.3 ?
> There may be some new directives that are not implemented.
> You should be able to find a sample 1.3 config file in
> /usr/local/share/... or in /usr/ports/www/apache13/work/...
> (use pkg_info -L to list all of the files in the package)
> Other possibilities:
> - Are all of the hostnames mentioned in the file listed in /etc/hosts ?
> - Make sure that your own system's hostname is set properly (I had
> problems with this) try just typing as root:
> hostname foo
> (where foo is your hostname)