文章详情

短信预约-IT技能 免费直播动态提醒

请输入下面的图形验证码

提交验证

短信预约提醒成功

apache2.4:lamp+xcache

2024-04-02 19:55

关注

    小生博客:http://xsboke.blog.51cto.com

    

  

 

                                             -------谢谢您的参考,如有疑问,欢迎交流

 


 

一、 Lamp工作流程

   apache2.4:lamp+xcache

 1. Client请求web server,请求页面为php动态页面

 2. Web server通过cgi、fastcgi或apache模块去连接php

 3. php server的php-fpm组件处理请求,通过php解析器,解析php语言

 4. 然后php server通过mysql协议,调取数据并且返回给web server

二、Web server连接php的方式

  1. Apache

    Apache有三种方式:CGI模式、fastCGI模式、apache模块。

  2. Nginx

    Nginx有两种方式:FastCGI、proxy-pass

三、 FastCGI工作机制

   其中fastCGI的性能比CGI好,所以生产环境一般都是同fastCGI模式

   按客户端请求方式有两种:动态请求和静态请求

四、 压力测试工具

  1. 常用压力测试工具

    ab、http_load、webbench、siege

  2. Ab(由apache自带的压力测试工具)

五、Php加速器xcache

    1. 缓存原理

      当php server解释器,解析某个php页面后,会将解析的内容缓存在缓存文件中,当同一个php

      页面被多次请求时,就不需要每次都进行解析然后再响应给apache

六、 案例:lamp+xcache

  1. 案例环境

    apache2.4:lamp+xcache

  2. 搭建lamp平台

    Apache和mysql的安装这里不再介绍,直接从安装php开始

 

   首先安装php依赖包

   apache2.4:lamp+xcache

   安装libmcrypt

   apache2.4:lamp+xcache

   编译安装php

   apache2.4:lamp+xcache

            --with-pdo-mysql=mysqlnd//支持pdo模块

            --with-mysqli=mysqlnd//支持mysqli模块

       这三个参数是实现lamp分离的重要参数

            --with-png-dir

        注:上面的二选项的作用:处理jpeg、png图片的、php可以动态生成jpeg图片

   Copy配置文件

   apache2.4:lamp+xcache

   优化php-fpm程序脚本路径

   apache2.4:lamp+xcache

   拷贝php-fpm配置文件

   apache2.4:lamp+xcache

   配置php-fpm文件

   apache2.4:lamp+xcache

   apache2.4:lamp+xcache

   启动php-fpm服务并开启9000tcp端口

   apache2.4:lamp+xcache

   在php server上新建虚拟主机目录用于存放php网页文件(并且创建两个测试页)

   apache2.4:lamp+xcache

   在mysql server上授权用于测试连接的账户,并且开启3306tcp端口

   apache2.4:lamp+xcache

   在apache server配置apache连接php server

   1)

   apache2.4:lamp+xcache

   2)

   apache2.4:lamp+xcache

   3)

   apache2.4:lamp+xcache

   4)

   apache2.4:lamp+xcache

   5)

   apache2.4:lamp+xcache

   6)

   apache2.4:lamp+xcache

   7)

   apache2.4:lamp+xcache

  3. 测试lamp平台

   首先测试php是否能够解析

   apache2.4:lamp+xcache

   测试能否连接mysql

   apache2.4:lamp+xcache

  4. 在php server上搭建xcache加速器

    1)  安装xcache缓存加速器

     apache2.4:lamp+xcache

     如果生成xcache的configure时报错,如果不报错则不需要解决这个问题了

     apache2.4:lamp+xcache

    解决办法:

     

     首先yum安装m4

     apache2.4:lamp+xcache

     然后yum安装autoconf

                   apache2.4:lamp+xcache

     重新生成configure文件

     apache2.4:lamp+xcache

     再次进行编译安装

                   apache2.4:lamp+xcache


    2)  安装完后出现此行提示代表安装成功

     apache2.4:lamp+xcache

     注释:这行参数需要记住,在php.ini配置文件中,添加xcache模块时,需要指定模块文件

     (xcache.so),而模块文件就存在此目录下

    3)  创建xcache缓存文件

     apache2.4:lamp+xcache

    4)  拷贝xcache后台管理程序到网站根目录,同时,也需要拷贝到apache服务器上一份

     apache2.4:lamp+xcache

    5)  配置php.ini文件,使php支持xcache

     apache2.4:lamp+xcache

     重启php-fpm服务

     apache2.4:lamp+xcache

    6)  测试

     apache2.4:lamp+xcache

    7)  修改php.ini的时区

     apache2.4:lamp+xcache

    8)  重启php-fpm并且进行验证

     apache2.4:lamp+xcache

     apache2.4:lamp+xcache

 5. Ab压力测试工具的安装和使用

   在客户机安装,直接yum安装即可

   apache2.4:lamp+xcache

   1)   ab工具的使用

   apache2.4:lamp+xcache

   2)   并发连接数也受linux能同时打开的文件数限制

   apache2.4:lamp+xcache


阅读原文内容投诉

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

软考中级精品资料免费领

  • 历年真题答案解析
  • 备考技巧名师总结
  • 高频考点精准押题
  • 2024年上半年信息系统项目管理师第二批次真题及答案解析(完整版)

    难度     807人已做
    查看
  • 【考后总结】2024年5月26日信息系统项目管理师第2批次考情分析

    难度     351人已做
    查看
  • 【考后总结】2024年5月25日信息系统项目管理师第1批次考情分析

    难度     314人已做
    查看
  • 2024年上半年软考高项第一、二批次真题考点汇总(完整版)

    难度     433人已做
    查看
  • 2024年上半年系统架构设计师考试综合知识真题

    难度     221人已做
    查看

相关文章

发现更多好内容

猜你喜欢

AI推送时光机
位置:首页-资讯-数据库
咦!没有更多了?去看看其它编程学习网 内容吧
首页课程
资料下载
问答资讯