Author Topic: Apache modules not installing  (Read 2275 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Apache modules not installing
« on: January 07, 2021, 06:44:07 AM »
The following Apache modules will not install into Apache with a rebuild/recompile of any version of Apache.

--enable-mod_dav_lock.so
--enable-mod_dav_fs.so
--enable-mod_dav.so
--enable-auth-digest
--enable-authn-core
--enable-authz-core

These are required for Nextcloud installation. My server is down until getting a resolution to this.

Re: Apache modules not installing
« Reply #1 on: January 07, 2021, 11:47:22 AM »
The following Apache modules will not install into Apache with a rebuild/recompile of any version of Apache.

--enable-mod_dav_lock.so
--enable-mod_dav_fs.so
--enable-mod_dav.so
--enable-auth-digest
--enable-authn-core
--enable-authz-core

These are required for Nextcloud installation. My server is down until getting a resolution to this.
Some wrong info here: NextCloud utilises SabreDAV therefore mod_dav* should not be enabled. The install instructions explicitly say so.
Remove the semi-colons from the beginning of the other modules, in the conf file.