设为首页 收藏本站
查看: 689|回复: 0

[经验分享] apache编译优化

[复制链接]

尚未签到

发表于 2018-11-28 09:13:48 | 显示全部楼层 |阅读模式
  ./configure --prefix=/usr/local/apache --with-mpm=worker  --enable-mods-shared=most --disable-userdir --disable-speling --disable-actions  --disable-imagemap --disable-dir --disable-negotiation --disable-info  --disable-autoindex --disable-setenvif --disable-ident --disable-substitute
  cd /root/httpd-2.2.8/modules/mappers
  /usr/local/apache/bin/apxs -i -c -a mod_speling.c
  ./configure --prefix=/usr/local/apache --enable-so &&make  &&make install 这个ok着呢,modules里面是空的,就一个
  ./configure --prefix=/usr/local/apache --with-mpm=worker  --enable-mods-shared=most --disable-userdir --disable-speling
  好像编译的时候,不加--enable-so也可以哦
  下面编译测试的结果,留下来看看
  tar -xzvf httpd-2.2.8.tar.gz
  cd httpd-2.2.8
  编译参数一:
  ./configure --prefix=/usr/local/apache
  echo "/usr/local/lib" >>  /etc/ld.so.conf
  ldconfig
  [root@test httpd-2.2.8]# /usr/local/apache/bin/apachectl -l
  Compiled in  modules:
  core.c
  mod_authn_file.c
  mod_authn_default.c
  mod_authz_host.c
  mod_authz_groupfile.c
  mod_authz_user.c
  mod_authz_default.c
  mod_auth_basic.c
  mod_include.c
  mod_filter.c
  mod_log_config.c
  mod_env.c
  mod_setenvif.c
  prefork.c
  http_core.c
  mod_mime.c
  mod_status.c
  mod_autoindex.c
  mod_asis.c
  mod_cgi.c
  mod_negotiation.c
  mod_dir.c
  mod_actions.c
  mod_userdir.c
  mod_alias.c
  mod_so.c
  ---------------------------------------
  [root@test httpd-2.2.8]# /usr/local/apache/bin/apachectl -M
  Loaded  Modules:
  core_module (static)
  authn_file_module  (static)
  authn_default_module (static)
  authz_host_module  (static)
  authz_groupfile_module (static)
  authz_user_module  (static)
  authz_default_module (static)
  auth_basic_module  (static)
  include_module (static)
  filter_module  (static)
  log_config_module (static)
  env_module (static)
  setenvif_module  (static)
  mpm_prefork_module (static)
  http_module (static)
  mime_module  (static)
  status_module (static)
  autoindex_module (static)
  asis_module  (static)
  cgi_module (static)
  negotiation_module (static)
  dir_module  (static)
  actions_module (static)
  userdir_module (static)
  alias_module  (static)
  so_module (static)
  Syntax OK
  编译参数二:
  ./configure --prefix=/usr/local/apache --with-mpm=worker  --enable-mods-shared=most --disable-userdir
  [root@test httpd-2.2.8]# /usr/local/apache/bin/apachectl -l
  Compiled in  modules:
  core.c
  worker.c
  http_core.c
  mod_so.c
  -------------------------------------------
  [root@test httpd-2.2.8]# /usr/local/apache/bin/apachectl -M
  Loaded  Modules:
  core_module (static)
  mpm_worker_module (static)
  http_module  (static)
  so_module (static)
  authn_file_module (shared)
  authn_dbm_module  (shared)
  authn_anon_module (shared)
  authn_dbd_module  (shared)
  authn_default_module (shared)
  authz_host_module  (shared)
  authz_groupfile_module (shared)
  authz_user_module  (shared)
  authz_dbm_module (shared)
  authz_owner_module  (shared)
  authz_default_module (shared)
  auth_basic_module  (shared)
  auth_digest_module (shared)
  dbd_module (shared)
  dumpio_module  (shared)
  ext_filter_module (shared)
  include_module  (shared)
  filter_module (shared)
  substitute_module  (shared)
  deflate_module (shared)
  log_config_module  (shared)
  logio_module (shared)
  env_module (shared)
  expires_module  (shared)
  headers_module (shared)
  ident_module (shared)
  setenvif_module  (shared)
  mime_module (shared)
  dav_module (shared)
  status_module  (shared)
  autoindex_module (shared)
  asis_module (shared)
  info_module  (shared)
  cgid_module (shared)
  dav_fs_module (shared)
  vhost_alias_module  (shared)
  negotiation_module (shared)
  dir_module  (shared)
  imagemap_module (shared)
  actions_module  (shared)
  speling_module (shared)
  alias_module (shared)
  rewrite_module  (shared)
  Syntax OK
  三、
  ./configure --prefix=/usr/local/apache --with-mpm=worker  --enable-mods-shared=most --disable-userdir --disable-speling
  省略相同的部分:
  .........
  dir_module (shared)
  imagemap_module  (shared)
  actions_module (shared)
  alias_module (shared)
  rewrite_module  (shared)
  Syntax OK


运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-640548-1-1.html 上篇帖子: Apache common FTP-J2EE 下篇帖子: win下Apache+php+mysql+phpmyadmin配置
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表