Hi,
I’ve got an issue after the update of the module Dokuwiki: apache is showing a complete white page.
Reboot doesn’t help. The “parameters” of the module can’t be reached inside the cockpit (the entry is existing but it links to an error page).
During the update (done by hand via yum) I got this: warning: /etc/httpd/conf.d/dokuwiki.conf created as /etc/httpd/conf.d/dokuwiki.conf.rpmnew
Looking inside /etc/httpd/conf.d I have:
dokuwiki.conf (a dummy file)
zzz_dokuwiki.conf (= the real conf file for dokuwiki - if I remember this was necessary because of another module, Awstats???)
and now dokuwiki.conf.rpmnew
dokuwiki.conf.rpmnew is not corect: all the entries look like
<Directory /usr/share/dokuwiki>
Options +FollowSymLinks
<IfModule !mod_authz_core.c>
Order Allow,Deny
Allow from 127.0.0.1 ::1
Require ip 127.0.0.1 ::1
I guess this is the cause of apache displaying a white page
As DokiWiki doesn’t use any DB, only it’s own folder structure, it is easy to backup or migrate, even a live backup copy is possible, just by rsynching the dokuwiki folder to another server.
Keeping this in mind suggests another solution for you…
Save the Dokuwiki folder contents somewhere else.
Delete Dokuwiki, and manually remove any “leftover” files. (http stuff especially!)
Reboot your NethServer
Reinstall Dokuwiki from Stephdl’s repo
Copy the folder contents back, and make sure permissions are the same as before you started!
@Andy_Wismer thanks for your proposal. You are right, I 've got the data of Dokuwiki => delete + recreate + restore the data is only a “stupid” task, not a difficult one. But I would prefer to try to find the reason of the problem, maybe it is only a small thing…
@stephdl I will certainly blame myself but … this is not at the 1st time: where are the logs for dokuwiki?
Certainly /var/log/httpd/ and then??
/var/log/httpd/ssl_error_log: nothing about dokuwiki
/var/log/httpd/error_log: nothing about dokuwiki too
/var/log/httpd/access.wiki.domain.tld.log: completely empty (!)
yum downgrade dokuwiki => dokuwiki works again yum upgrade dokuwiki => empty white page again
[quote=“stephdl, post:7, topic:16237”]
I saw you have enabled a vhost for dokuwiki
[/quote] that’s why I posted the config!
Hi,
I reinstalled completely Dokuwiki this morning and re-imported the pages => all is working perfectly again!!
It was only because of no-luck…
Thanks for the support.
Bye