User Tools

Site Tools


servers:linux:nginx:dokuwiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
servers:linux:nginx:dokuwiki [2026/04/30 22:41] – [Service] Sean Rhoneservers:linux:nginx:dokuwiki [2026/05/08 13:52] (current) Sean Rhone
Line 33: Line 33:
 <code> <code>
 [wiki] [wiki]
-listen = "/run/php-fpm/wiki.sock" 
- 
 user = "wwwrun" user = "wwwrun"
 group = "www" group = "www"
 +
 +listen = "/run/php-fpm/wiki.sock"
 listen.owner = "wwwrun" listen.owner = "wwwrun"
 listen.group = "www" listen.group = "www"
Line 45: Line 45:
 pm.process_idle_timeout = "30" pm.process_idle_timeout = "30"
  
-php_value[log_errors] = "Off"+php_value[log_errors] = "0"
 php_value[error_reporting] = "~E_ALL" php_value[error_reporting] = "~E_ALL"
-php_value[display_errors] = "Off+php_value[display_errors] = "0
-php_value[display_startup_errors] = "Off+php_value[display_startup_errors] = "0
-php_value[html_errors] = "Off"+php_value[html_errors] = "0"
  
 php_value[session.save_path] = "/var/lib/php8/sessions" php_value[session.save_path] = "/var/lib/php8/sessions"
Line 203: Line 203:
 ==== Service ==== ==== Service ====
  
-  * [[linux:notes:ext4|ext4 NAS Drive]]+  * [[linux:notes:ext4|ext4 NAS]]
  
   mkdir -p ~/'backups' && sudo -e '/etc/systemd/system/wiki-fb.service' && sudo sed -i 's/CHANGEME/'$USER'/g' '/etc/systemd/system/wiki-fb.service'   mkdir -p ~/'backups' && sudo -e '/etc/systemd/system/wiki-fb.service' && sudo sed -i 's/CHANGEME/'$USER'/g' '/etc/systemd/system/wiki-fb.service'
Line 368: Line 368:
 ====== TODOs ====== ====== TODOs ======
  
-  * https://www.dokuwiki.org/cli?s%5B%5D=wantedpages.php +===== Find Orphaned Pages ===== 
-  * https://www.dokuwiki.org/rewrite+ 
 +  * https://www.dokuwiki.org/cli#wantedpagesphp 
 + 
 +  sudo su 'wwwrun' -'/bin/bash' 
 + 
 +  cd '/tmp' && '/usr/bin/php' '/srv/www/wiki/bin/wantedpages.php
 + 
 +  cd '/tmp' && '/usr/bin/php' '/srv/www/wiki/bin/wantedpages.php' --help 
 + 
 +  exit
  
/srv/www/wiki/data/attic/servers/linux/nginx/dokuwiki.1777603306.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki