- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Re: Apache module mod_privsep.so missing - please help
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Apache module mod_privsep.so missing - please help
Hi All,
I did an attempt to upgrade my RN104 (running 6.9.4 firmware) to Apache 2.4 and PHP7.0 to create a test environment for a Joomla website. The upgrade went well, Apache 2.4 and PHP7 are working well, but it seems that the system is using a non-standard Apache authentication provider. (see below). I lost the file (mod_authn_privsep.so) in the upgrade... This means that I can't connect to the Frontview system anymore. I can't find the right module; it is not part of the regular Apache or Debian packages. Is there anyone who can help, please?
Thanks
Jan
<IfModule !mod_authn_privsep.c>
LoadModule privsep_module /usr/lib/apache2/modules/mod_privsep.so
LoadModule authn_privsep_module /usr/lib/apache2/modules/mod_authn_privsep.so
</IfModule>
AuthType Basic
AuthBasicProvider privsep
PrivilegeSeparation On
AuthzUnixgroup on
AuthzUnixgroupAuthoritative off
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Apache module mod_privsep.so missing - please help
Hi @JanHofman
I sent you a private message that has a download link to this library (copied from my RN102, which is also running 6.9.4).
Click on the envelope icon in the upper right of the forum to access private messages.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Apache module mod_privsep.so missing - please help
Got it - many thanks Steven
Happy new year
Jan