Hi, and thank you for your input. Well... DocumentRoot is commented out from httpd2.conf.
httpd2.conf includes the file httpd-vhosts.conf and in here, I define all my virtual sites. It is read when I do a "apachestl2 start", but now when httpd is running and I am doing a "apachectl restart". Furthermore apache seems to crash and then (i guess) reissues some sort of apachectl restart by itself leading all the virtual hosts to be dropped... ? Regards, Lars. On Tue, Dec 9, 2014 at 9:58 PM, Patton, Billy N <billy.pat...@h3net.com> wrote: > 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.bonne...@gmail.com> > 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. > >