Control Web Panel

WebPanel => CentOS-WebPanel Bugs => Topic started by: DA_MAN on January 07, 2021, 06:44:07 AM

Title: Apache modules not installing
Post by: DA_MAN 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.
Title: Re: Apache modules not installing
Post by: cinique 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.