php集成软件VertrigoServ(PHP安装)
教你如何一分钟用VertrigoServ搭建最新的PHP服务器平台
看到这个教程很有用,对大家在本地测试有非常大的帮助,所以把它转了过来!转自phpwind
今天偶要教大家,使用VertrigoServ来搭建PHP服务器平台.有兴趣的你将会马上拥有一台PHP的WEB服务器哦,呵呵!
第一次给偶的感觉类似于我们租用的PHP虚拟主机.功能又强又大!
我们可以安装网络上的任何一款PHP程序.也可以对数据库进行"新建/删除/导入/导出/"等操作管理.偶昨天已经试装过Discuz的BBS,Shopex的网店,bo-blogr的博客,phpwind的BBS等程序,结果都成功了,呵呵!
现将VertrigoServ详细介绍给大家:
一、主要特点:
Vertrigo Serv 是一款快速在Windows系统上安装Apache 2.x.x, PHP 5.x.x, MySQL 5.x.x以及 PhpMyAdmin的all-in-one安装包。它可以让用户的电脑变成支持PHP的web服务器。它安装简单,并且带有反安装程序。
二、安装使用
软件版本: 2.10
软件大小: 8.26 MB
更新日期: 2006-8-7
软件语言:多国语言
软件类别: 国外软件 / 免费版 / 服务器区
应用平台: Windows系统
MD5校验:a2e645a2cc3cf419a8101d2a1685502d
1. 官方下载:http://vertrigo.sourceforge.net/
2.安装Vertrigo_210.exe,按提示进行安装;
注意:
VertrigoServ可以安装至任意位置,建议你选一个便于管理的安装路径.如:E:\VertrigoServ
3. 运行
VertrigoServ服务程序,就OK了。
到此,你的PHP服务平台已经搭建完成。
测试一下 http://localhost
你将会看到以下页面。
如有问题请留言:toprid@hotmail.com
三、集成软件:
Apache 2.0.59 Apache 2.0 documentation
PHP 5.1.4 PHP Manual
Mysql 5.0.24 MySQL Manual
SQLite 3.3.6 SQLite Manual
PhpMyAdmin 2.8.2.1 phpMyAdmin Manual
SQLiteManager 1.2.0
ZendOptimizer 3.0.1
四、Loaded PHP extensions:
bcmath, calendar, com_dotnet, ctype, date, ftp, hash, iconv, odbc, pcre, Reflection, session, libxml, standard, tokenizer, zlib, SimpleXML, dom, SPL, wddx, xml, xmlreader, xmlwriter, apache2handler, mbstring, bz2, gd, mysql, mysqli, PDO, pdo_mysql, SQLite, Zend Optimizer,
五、目录简要说明:
示例:
E:\VertrigoServ 程序目录
+--\Apache\ Apache 程序目录
+--\Mysql\ MySQL程序目录
+--\data\ MySQL 程序数据目录
+--\Php\ PHP解释器目录
+--\Phpmyadmin\ Phpmyadmin程序目录
+--\Sqlite\ Sqlite程序目录
+--\Sqlitemanager\
+--\Tools\ Tools目录
+--\Zend\ Zend Optimizer程序目录
+--\www\ 网站根目录
+--\bbs\ Discuz程序目录
+--\blog\ blog目录
六、默认密码:
---------
切记,切记,请不要搞错了。-------------
a) MySQL数据库
localhost // database server
// 数据库服务器
root // database username
// 数据库用户名
vertrigo // database password
// 数据库密码
test // database name
// 数据库名
[url=mailto:youname@domain.com]
youname@domain.com
[/url]
// admin email
// 论坛系统 Email
b) SQLiteManager
Login : admin
Password : admin
Login : data
Password : data
Login : guest
Password : guest
七、有问必答:
Q:如何确定VertrigoServ的服务已经正常运行?
A:可查看右下角VertrigoServ图标。如显示绿色,表示正常。启运PHP服务器,请右键点该图标-->选择"Server"项-->点击"Start".就OK啦!如下图:
Q:如有其它服务器程序(例如IIS)占用了80端口,应该怎么办?
A:本程序安装后会自动占用80端口,请自行将原80修改为其它如8080.
Q:为什么在安装过程中出现错误提示?
A:你的电脑中已经安装过
其它php集成平台,对安装环境造成冲突.如:AppServ,请先停用相关服务,建议删除.
Q:请问如何新建数据库?
A:首先确保你的程序在正常运行,然后以root用户登陆
http://localhost/phpmyadmin.在"创建一个新的数据库"
文字提示下,新建一个数据库名如: onexinnet 并点击创建就OK啦!如下图:
Q:其他人可以访问我的网站吗?
A:可以,请在网络上查找方法,不在此缀述了.仅做提示有两种情况:
一、共享IP上网用户,请选用花生壳之类的软件,设置完成后将拥有动态域名.(如:http://eqmz.3322.org)
二、拥有独立IP的用户,把这个地址告诉您的朋友:http://您的计算机的IP地址(如:http://59.40.220.79)

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics





Alipay PHP...

JWT is an open standard based on JSON, used to securely transmit information between parties, mainly for identity authentication and information exchange. 1. JWT consists of three parts: Header, Payload and Signature. 2. The working principle of JWT includes three steps: generating JWT, verifying JWT and parsing Payload. 3. When using JWT for authentication in PHP, JWT can be generated and verified, and user role and permission information can be included in advanced usage. 4. Common errors include signature verification failure, token expiration, and payload oversized. Debugging skills include using debugging tools and logging. 5. Performance optimization and best practices include using appropriate signature algorithms, setting validity periods reasonably,

Session hijacking can be achieved through the following steps: 1. Obtain the session ID, 2. Use the session ID, 3. Keep the session active. The methods to prevent session hijacking in PHP include: 1. Use the session_regenerate_id() function to regenerate the session ID, 2. Store session data through the database, 3. Ensure that all session data is transmitted through HTTPS.

The application of SOLID principle in PHP development includes: 1. Single responsibility principle (SRP): Each class is responsible for only one function. 2. Open and close principle (OCP): Changes are achieved through extension rather than modification. 3. Lisch's Substitution Principle (LSP): Subclasses can replace base classes without affecting program accuracy. 4. Interface isolation principle (ISP): Use fine-grained interfaces to avoid dependencies and unused methods. 5. Dependency inversion principle (DIP): High and low-level modules rely on abstraction and are implemented through dependency injection.

How to automatically set the permissions of unixsocket after the system restarts. Every time the system restarts, we need to execute the following command to modify the permissions of unixsocket: sudo...

How to debug CLI mode in PHPStorm? When developing with PHPStorm, sometimes we need to debug PHP in command line interface (CLI) mode...

Static binding (static::) implements late static binding (LSB) in PHP, allowing calling classes to be referenced in static contexts rather than defining classes. 1) The parsing process is performed at runtime, 2) Look up the call class in the inheritance relationship, 3) It may bring performance overhead.

Sending JSON data using PHP's cURL library In PHP development, it is often necessary to interact with external APIs. One of the common ways is to use cURL library to send POST�...
