Fix another error in the howto
This commit is contained in:
parent
9da2c47ac5
commit
e08c66a40d
1 changed files with 2 additions and 2 deletions
|
@ -66,10 +66,10 @@ Then, we'll tackle the configuration issue. Open (as root) `/etc/dirsrv/admin-se
|
||||||
LoadModule unixd_module /usr/lib64/apache2/mod_unixd.so
|
LoadModule unixd_module /usr/lib64/apache2/mod_unixd.so
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
Then change the `mpm_worker_module` one so that it reads like this:
|
Then change the `mod_nss` one so that it reads like this:
|
||||||
|
|
||||||
{% highlight apache %}
|
{% highlight apache %}
|
||||||
LoadModule mpm_worker_module /usr/lib64/apache2/mod_mpm_worker.so
|
LoadModule nss_module /usr/lib64/apache2/mod_nss.so
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
Save the file and now you'll be able to run `setup-ds-admin.pl` without issues. I won't cover the process here, there are plenty of instructions in the 389 DS documentation.
|
Save the file and now you'll be able to run `setup-ds-admin.pl` without issues. I won't cover the process here, there are plenty of instructions in the 389 DS documentation.
|
||||||
|
|
Reference in a new issue