. 代码如下:./configure: error: the HTTP XSLT module requires the libxml2/libxslt libraries. You can either do not enable the module or install the libraries.
. 代码如下: Configuration summary + using system PCRE library + using system OpenSSL library + md5: using OpenSSL library + sha1: using OpenSSL library + using system zlib library
9. 测试nginx是否正常(/user/sbin目录): . 代码如下:nginx -t 如果出现syntax is ok,test is successful表示成功:
. 代码如下:the configuration file /etc/nginx/nginx.conf syntax is ok configuration file /etc/nginx/nginx.conf test is successful
10. 重新启动nginx . 代码如下: service nginx start
访问服务器上一个不存在的页面,查看服务器是否是Tengine . 代码如下: 403 Forbidden You don't have permission to access the URL on this server. Sorry for the inconvenience. Please report this message and include the following information to us. Thank you very much!
URL: http://10.20.131.181/doc Server: ubuntu-bak Date: 2012/10/06 17:54:53 Powered by Tengine/1.4.0
注意看最后一行:Powered by Tengine/1.4.0 表示我们已经成功从Nginx切换到了Tengine