本webシステムで使っているCMSです.
本家様https://pukiwiki.osdn.jp/

SELinux

CentOS8でどうしてもSElinuxを有効にする必要が生じた。

SELINUX=disabled
  ↓
SELINUX=enforcing

と変更して、再起動を行ったら、こちらのpukiwikiページが下記のメッセージのみ表示するように
なってしまった。

Error message : 
 
Directory is not found or not writable (DATA_DIR)
Directory is not found or not writable (DIFF_DIR)
Directory is not found or not writable (BACKUP_DIR)
Directory is not found or not writable (CACHE_DIR)

原因はhttpdが書き込みをするのでそれがSELinuxの逆鱗に触れたのだろう。
っで、SELinuxに許しを請うように下記設定を(SELinuxに)加えた

[root@c ~]# yum install policycoreutils-python-utils
 
[root@c ~]# semanage fcontext -a -t httpd_sys_rw_content_t "/var/www/pukiwiki-1.5/(attach|backup|cache|diff|wiki)(/.*)?"
 
[root@c ~]# restorecon -R /var/www/pukiwiki-1.5/
 
[root@c ~]# semanage fcontext -l | grep pukiwiki
/var/www/pukiwiki-1.5/(attach|backup|cache|diff|wiki)(/.*)? all files          system_u:object_r:httpd_sys_rw_content_t:s0
 
[root@c ~]#

これで Pukiwiki も表示ができるようになった

カスタマイズ

ほとんどメモ

ユーザ認証

pukiwiki自身でユーザ管理表を持って対応するのもあるけど、sambaで作ったADやLDAPがあるならそこでユーザ認証してもらえる
設定方法はLDAP/memberOf参照

最新の60件
2024-10-11 2024-10-10 2024-10-09 2024-10-08 2024-10-06 2024-10-05 2024-10-04 2024-10-03 2024-10-02 2024-10-01 2024-09-30 2024-09-29 2024-09-28 2024-09-27 2024-09-22 2024-09-20 2024-09-17 2024-09-12 2024-09-09 2024-09-08 2024-09-06 2024-09-05 2024-09-04 2024-09-02 2024-09-01 2024-08-31 2024-08-28 2024-08-18 2024-08-17 2024-08-16 2024-08-15 2024-08-14 2024-08-11

edit


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2023-07-08 (土) 01:23:24