User Tools

Site Tools


servers:windows:nginx_php_php-cgi

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
servers:windows:nginx_php_php-cgi [2025/11/25 14:13] – [Settings] Sean Rhoneservers:windows:nginx_php_php-cgi [2025/12/14 16:28] (current) – Pre Sean Rhone
Line 14: Line 14:
  
   * https://nginx.org/en/download.html   * https://nginx.org/en/download.html
-  * Last tested: ''nginx-1.29.3.zip''+  * Last tested: ''nginx-1.29.4.zip''
  
-  * Extract to root system drive for ''C:\nginx-1.29.3\nginx.exe''+  * Extract to root system drive for ''C:\nginx-1.29.4\nginx.exe''
  
   "explorer.exe" "%SystemDrive%"   "explorer.exe" "%SystemDrive%"
Line 28: Line 28:
   MKDIR "%SystemDrive%\www\nginx\conf"   MKDIR "%SystemDrive%\www\nginx\conf"
  
-  COPY /Y "%SystemDrive%\nginx-1.29.3\conf\fastcgi_params" "%SystemDrive%\www\nginx\conf"+  COPY /Y "%SystemDrive%\nginx-1.29.4\conf\fastcgi_params" "%SystemDrive%\www\nginx\conf"
  
-  COPY /Y "%SystemDrive%\nginx-1.29.3\conf\mime.types" "%SystemDrive%\www\nginx\conf"+  COPY /Y "%SystemDrive%\nginx-1.29.4\conf\mime.types" "%SystemDrive%\www\nginx\conf"
  
 ==== Firewall ==== ==== Firewall ====
  
-  DIR "%SystemDrive%\nginx-1.29.3\nginx.exe"+  DIR "%SystemDrive%\nginx-1.29.4\nginx.exe"
  
-  "netsh.exe" advfirewall firewall add rule name="nginx" dir="in" action="allow" profile="any" program="%SystemDrive%\nginx-1.29.3\nginx.exe" protocol="tcp" localport="80,443"+  "netsh.exe" advfirewall firewall add rule name="nginx" dir="in" action="allow" profile="any" program="%SystemDrive%\nginx-1.29.4\nginx.exe" protocol="tcp" localport="80,443"
  
 === Delete Rule === === Delete Rule ===
Line 49: Line 49:
   * https://windows.php.net/qa/   * https://windows.php.net/qa/
   * x64 Non Thread Safe   * x64 Non Thread Safe
-  * Last tested: ''php-8.5.0-nts-Win32-vs17-x64.zip''+  * Last tested: ''php-8.5.1RC1-nts-Win32-vs17-x64.zip''
  
   * Extract to root system drive for ''C:\php-*\php-cgi.exe''   * Extract to root system drive for ''C:\php-*\php-cgi.exe''
Line 58: Line 58:
   "SystemPropertiesAdvanced.exe"   "SystemPropertiesAdvanced.exe"
  
-  C:\php-8.5.0-nts-Win32-vs17-x64+  C:\php-8.5.1RC1-nts-Win32-vs17-x64
  
 ====== nginx Settings ====== ====== nginx Settings ======
/srv/www/wiki/data/pages/servers/windows/nginx_php_php-cgi.txt · 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