servers:windows:nginx_php_php-cgi
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
servers:windows:nginx_php_php-cgi [2025/06/05 16:01] – Sean Rhone | servers:windows:nginx_php_php-cgi [2025/09/11 06:43] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 7: | Line 7: | ||
===== Prerequisites ===== | ===== Prerequisites ===== | ||
- | * [[windows;10_ltsc_server|Windows 10 (21H2)]] | + | * [[windows;10|Windows 10 (21H2)]] |
+ | |||
+ | ===== TODOs ===== | ||
+ | |||
+ | * Task schedule auto-reboot of OS ((to refresh PHP daemons; something about 0 limit)) | ||
====== Install ====== | ====== Install ====== | ||
Line 14: | Line 18: | ||
* https:// | * https:// | ||
- | * Last tested: '' | + | * Last tested: '' |
- | * Extract to root system drive for '' | + | * Extract to root system drive for '' |
explorer " | explorer " | ||
Line 26: | Line 30: | ||
MKDIR " | MKDIR " | ||
- | COPY /Y " | + | COPY /Y " |
- | COPY /Y " | + | COPY /Y " |
==== Firewall ==== | ==== Firewall ==== | ||
- | " | + | |
+ | |||
+ | | ||
+ | |||
+ | === Delete Rule === | ||
+ | |||
+ | **** | ||
" | " | ||
Line 38: | Line 48: | ||
===== PHP-CGI ===== | ===== PHP-CGI ===== | ||
- | ==== 8.4 ==== | + | ==== 8.5 ==== |
* https:// | * https:// | ||
* https:// | * https:// | ||
* x64 Non Thread Safe | * x64 Non Thread Safe | ||
- | * Last tested: '' | + | * Last tested: '' |
- | * Extract to root system drive for '' | + | * Extract to root system drive for '' |
* Add to user '' | * Add to user '' | ||
explorer " | explorer " | ||
- | CD " | + | CD " |
" | " | ||
- | C:\php-8.4.8-nts-Win32-vs17-x64 | + | C:\php-8.5.0beta2-nts-Win32-vs17-x64 |
====== nginx Settings ====== | ====== nginx Settings ====== | ||
Line 163: | Line 173: | ||
gzip_comp_level 9; | gzip_comp_level 9; | ||
gzip_types *; | gzip_types *; | ||
- | }</ | + | gzip_static always; |
+ | gunzip on; | ||
+ | } | ||
+ | |||
+ | # End</ | ||
==== CSP Headers ==== | ==== CSP Headers ==== | ||
Line 275: | Line 289: | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
+ | * [[https:// | ||
/srv/www/wiki/data/attic/servers/windows/nginx_php_php-cgi.1749153670.txt.gz · Last modified: by Sean Rhone