|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
×
10秒钟搞定 APACHE+MySQL+PHP+CGI+PHPMYADMIN!
只有一句话,太好用了!
官方网站
http://miniserver.sourceforge.net/
下载地址:
http://umn.dl.sourceforge.net/sourceforge/miniserver/UniServer2_7.exe
---------
FAQ
It is a free product and do not contain commercial software!
You can use it for free.
No installation required!
System Requirements:
- Windows 95 or 98 or ME or NT or 2000 or XP;
- TCP/IP protocol support.
To enable Apache server:
- switch on TCP/IP network protocol (if you have no network card just install something).
To use:
- Run Start.pif (and you will have W:\ disk that is server),
- open redirect.html. (it will connect to http://localhost/a/ or by IP address http://127.0.0.1/a/).
To correctly shutdown run Stop.pif
or from administration page link "shut down server".
To start as service on NT run \doc\services\run.bat (!!! be sure you know what you are doing).
Known bugs:
- Apache does not works or works unstable or crash the system if it is started with some of the firewalls.
Therefore it is unlikely to use the Uniform Server with any kind of firewall.
Have a fun.
Created by Anatoliy & Taras Slobodskyy
The authors was trying to make the best product. But they
can not be responsible for any type of damages or troubles
caused by using this or another software.
下载后具体目录分配(W是虚拟目录)
---
The server structure:
w:\www
Document root (/).
By default:
ReadmeName README.html
HeaderName HEADER.html
server-parsed .shtml .shtm .sht
DirectoryIndex index.html index.shtml index.html.var index.htm index.php3 index.php index.pl index.cgi
w:\cgi-bin
Script root (/cgi-bin/).
By default:
cgi-script .bat .exe .pl .cgi
w:\home
Users home page.
w:\home\admin
Administration page.
w:\home\admin\Cgi
Server administration script root (/a-cgi/);
w:\home\admin\Www
Server administration pages root (/a/);
w:\home\admin\program
Server administration programs;
w:\home\admin\Www\phpMyAdmin-X.X.X
MySQL administrator (/a/phpMyAdmin-X.X.X/)
w:\home\admin\Www\plugins
Plugins directory.
w:\home\unix
Unix directory. Use "Windows to UNIX converter" on server main page.
w:\home\unix\cgi-bin
Scripts for execution on unix platform.
w:\home\unix\www
Document root for unix platform.
w:\usr\local
Program folder.
w:\usr\local\Apache2
Apache2 folder.
w:\usr\local\Apache2\bin
Apache2 binaries.
A copy of php.ini is placed here for php module!.
w:\usr\local\Apache2\conf
Apache2 configuration files. (see httpd.conf)
w:\usr\local\Apache2\error
Apache2 errors documents.
w:\usr\local\Apache2\htdocs
Don't use.
w:\usr\local\Apache2\icons
Apache2 icons.
w:\usr\local\Apache2\logs
Apache2 logs.
w:\usr\local\Apache2\modules
Apache2 modules.
w:\usr\local\Apache2\proxy
Don't use.
w:\usr\local\bin
PERL folder.
w:\usr\local\lib
Selected PERL libraries. To have all libraries download "perl_modules"
w:\usr\local\mysql
MySQL folder.
w:\usr\local\mysql\bin
MySQL binaries.
w:\usr\local\mysql\data
MySQL databases.
w:\usr\local\mysql\share
MySQL share.
w:\usr\local\Php
PHP folder. (see php.ini)
By default:
register_globals = On - But you should do your best to write
your scripts so that they do not require register_globals to be on.
The easy way to use such variables "$step=$HTTP_POST_VARS['Submit'];".
Or "import_request_variables("gP", "st";" - see PHP documentation.
w:\tmp
Temporally folder.
我在网吧电脑测试了,可以用啊,太方便了 |
|