我有一个使用apache、php和mysql的产品目录。我需要把它放在CD上,这样它就可以直接从CD上运行。有什么可能性?

最佳答案

我在谷歌上找到了这些链接:
http://www.pendriveapps.com/xampp-portable-web-server/

http://www.apachefriends.org/f/viewtopic.php?p=89461
将AMPstart.exe放入XAMPP(Lite)文件夹(是否带有AMPstart.ini)并启动它。
AMPstart.ini公司

;--- start of ini file ---
[database]
overwrite= ;''=do nothing; 1=overwrite; 0=copy;
folder=copy\DB\to ;use only when overwrite=0 or 1

[website]
website=test ;htdocs\test
startup= ;index.php as default

[cd]
eject= ;1=eject CD door when shut down
;--- end of ini file ---

AMPstart.ini中的相对路径来自AMPstart.ini的位置。
AMPstart从系统托盘中的图标开始。它在AMPstart.exe的文件夹中找到AMPstart.ini,然后是系统中每个驱动器(但网络驱动器)的根文件夹。加载web服务器后,它会锁定CD门,启动主页(请参阅AMPstart.ini)。
双击AMPstart的图标关闭web服务器并解锁驱动器。
下载:
http://download.yousendit.com/66CC92C372536A48

10-01 20:22