Hi, ran pkg-upgrade(8) today. It installed apache24 even though /etc/make.conf has:
We need apache22.
Ran
http-error.log shows
The directory /usr/local/etc/apache22/locks is mod 777 and there is no systems.rwritelock.
Tried
That doesn't help either.
Any help with this is greatly appreciated.
Code:
WITH_PKGNG=yes
DEFAULT_VERSIONS+=apache=2.2
We need apache22.
Ran
pkg remove apache24
and then reinstalled apache22 http-error.log shows
Code:
[crit] (17)File exists: mod_rewrite: Parent could not create RewriteLock file /usr/local/etc/apache22/locks/systems.rewritelock
Tried
touch /usr/local/etc/apache22/locks/systems.rewritelock
That doesn't help either.
Any help with this is greatly appreciated.