Home > Backend Development > PHP Tutorial > [php]安装nanoweb笔记

[php]安装nanoweb笔记

WBOY
Release: 2016-06-23 14:29:03
Original
990 people have browsed it


安装nanoweb笔记


2005-12-12
bailing

<br>http://nanoweb.si.kz<br>这个服务器纯粹用php编写。<br>安装不复杂。install.bat。然后修改安装根下c:\nanoweb\nanostart.bat中的php为你的php cli程序所在的路径即可。<br>我的cli php在 D:\www\php44\cli\php.exe <br>我的start.bat脚本<br><bat><br>@ECHO OFF <br>SET INSTROOT=c:\nanoweb <br>SET PARSERROOT=d:\www\php44\cli <br>d:\www\php44\cli\php.exe -c d:\www\php44\cli\php.ini c:\nanoweb\nanoweb.php --config=c:\nanoweb\nanoweb.conf <br></bat><br>关于php命令行的使用问题可以参考php手册。执行php -h也可以获得帮助。<br>目前改变nanoweb的安装路径的问题还是个很复杂的问题。至少我就在这上面失败了。   <p>nanoweb似乎可以在路由器等环境局促的情况下使用,可能会有人用它来解释php,从而使这些硬件<br>通过web管理的程序可以用php来编写,而替代传统的cgi方式。</p>   <p>在我的机子上安装后的nanoweb整个目录大小为473KB,加上php.exe和php.ini是500kB。<br>。占用空间664KB。如果考虑到再将需要的php4ts.dll(1.37MB)加进来。那么就超过了2MB。</p>   
Copy after login

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template