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/02/16 14:08] – Sean Rhone | servers:windows:nginx_php_php-cgi [2025/04/18 11:29] (current) – [nginx] Sean Rhone | ||
---|---|---|---|
Line 7: | Line 7: | ||
===== Prerequisites ===== | ===== Prerequisites ===== | ||
- | * [[windows:10|Windows | + | * [[windows;11_ltsc|Windows |
====== Install ====== | ====== Install ====== | ||
Line 14: | Line 14: | ||
* https:// | * https:// | ||
- | * Last tested: '' | + | * Last tested: '' |
- | * Extract to root system drive for '' | + | * Extract to root system drive for '' |
explorer " | explorer " | ||
CD " | CD " | ||
+ | |||
+ | ==== confs ==== | ||
+ | |||
+ | MKDIR " | ||
+ | |||
+ | COPY /Y " | ||
+ | |||
+ | COPY /Y " | ||
+ | |||
+ | ==== Firewall ==== | ||
+ | |||
+ | " | ||
+ | |||
+ | " | ||
===== PHP-CGI ===== | ===== PHP-CGI ===== | ||
Line 28: | Line 42: | ||
* 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 '' | ||
Line 39: | Line 53: | ||
" | " | ||
- | C:\php-8.4.4-nts-Win32-vs17-x64 | + | C:\php-8.4.6-nts-Win32-vs17-x64 |
- | + | ||
- | ====== Firewall ====== | + | |
- | + | ||
- | * 80/tcp is HTTP | + | |
- | * 443/tcp is HTTPS | + | |
- | + | ||
- | netsh advfirewall firewall add rule name=" | + | |
- | + | ||
- | netsh advfirewall firewall add rule name=" | + | |
====== nginx Settings ====== | ====== nginx Settings ====== | ||
Line 116: | Line 121: | ||
===== nginx ===== | ===== nginx ===== | ||
- | |||
- | * :!: '' | ||
notepad " | notepad " | ||
Line 144: | Line 147: | ||
include C:/ | include C:/ | ||
include C:/ | include C:/ | ||
- | include C:/nginx-1.27.4/ | + | include C:/www/ |
default_type application/ | default_type application/ | ||
Line 203: | Line 206: | ||
# End</ | # End</ | ||
- | ====== | + | ====== |
MKDIR " | MKDIR " | ||
Line 221: | Line 224: | ||
==== Autostart ==== | ==== Autostart ==== | ||
- | explorer "%ProgramData%\Microsoft\Windows\Start Menu\Programs\StartUp" | + | explorer "%AppData%\Microsoft\Windows\Start Menu\Programs\StartUp" |
" | " |
/srv/www/wiki/data/attic/servers/windows/nginx_php_php-cgi.1739732899.txt.gz · Last modified: by Sean Rhone