On 06/02/14 10:41, Markus Rosjat wrote: > Hey there, > > its kinda confusing to see config files all over the place. I can find > files in /etc/apache2 as well as in /var/www/conf. So first thing first. > As I notices apache 1.3 insnt used in OpenBSD 5.5 right? So I can asume > there should be no apache 1.3 running at all. Second I installed the > apache2 package and got the config files at /etc/apache2 but when I did > some changes I noticed they are not applied after restarting apache so I > took a look around and found config files under /var/www/conf too which > where used by the apachectl script. Beisde this I check my phpinfo() _I > and got the info that Im running a apache 1.3 .... > > So what is the deal now, do I have a 1.3 installed by the default when I > set up the system or is it just some weird mix up that happens because I > installed the apache2 package? Another question would be the chroot, is > the apache2 chrooted by the default still ? > > Oh and if someone has some helpful links on all this that would be > extremly helpful. > > Regards > > Markus >
Apache 1.3 is still installed. In -current and upcoming 5.6 it will be substituted by nginx. I never used apache2 on OpenBSD, but i can imagine that it lives in /usr/local and you should make sure to call apachectl with an absolute path. The files in /var/www/conf are for the apache 1.3 in base.