I’m a rookie also, it’s bee killing me with the little nuances.
in your http.conf make sure you have DocumentRoot set.
I just might be the default that your seeing.
> On Dec 9, 2014, at 2:51 PM, Lars Bonnesen <lars.bonnesen@xxxxxxxxx> wrote:
>
> Installing Apache2 on OpenBSD5.6 as Nginx is now default htttd on OpenBSD and I am more familiar with Apache.
>
> Allthough... I am facing this weird issue:
>
> A multi site setup. Several virtual hosts on one IP.
>
> If I am doing a
>
> apachectl2 stop
>
> and
>
> apachectl2 start
>
> all sites runs fine untill it seems that Apache is crashing and restarting resulting in all sites accessing /var/apache2/htdocs eventhough that site is not defined ANYwhere!!!
>
> Doing a
>
> apachectl2 restart
>
> restults in the same thing - but if I am doing the stop, start thing... I am up and running for some minutes again...
>
> Where to look for hints??? Anyone seen something similar to this before?
>
> Regards, Lars.