信任城市时常思索如许一个答题,这即是正在外地apache办事器假如加添php7模块?即日年夜编便来引见一高,有须要的否以参考参考。

本地Apache服务器如何添加php7模块

Apache的一些根蒂号召

Options:
  -D name            : define a name for use in <IfDefine name> directives
  -d directory       : specify an alternate initial ServerRoot
  -f file            : specify an alternate ServerConfigFile
  -C "directive"     : process directive before reading config files
  -c "directive"     : process directive after reading config files
  -n name            : set service name and use its ServerConfigFile and ServerRoot
  -k start           : tell Apache to start
  -k restart         : tell running Apache to do a graceful restart
  -k stop|shutdown   : tell running Apache to shutdown
  -k install         : install an Apache service
  -k config          : change startup Options of an Apache service
  -k uninstall       : uninstall an Apache service
  -w                 : hold open the console window on error
  -e level           : show startup errors of level (see LogLevel)
  -E file            : log startup errors to file
  -v                 : show version number
  -V                 : show compile settings
  -h                 : list available co妹妹and line options (this page)
  -l                 : list compiled in modules
  -L                 : list available configuration directives
  -t -D DUMP_VHOSTS  : show parsed vhost settings
  -t -D DUMP_RUN_CFG : show parsed run settings
  -S                 : a synonym for -t -D DUMP_VHOSTS -D DUMP_RUN_CFG
  -t -D DUMP_MODULES : show all loaded modules
  -M                 : a synonym for -t -D DUMP_MODULES
  -t -D DUMP_INCLUDES: show all included configuration files
  -t                 : run syntax check for config files
  -T                 : start without DocumentRoot(s) check
  -X                 : debug mode (only one worker, do not detach)
  ```
  正在php官网高载php文件包VC15 x64 Thread Safe (两018-Mar-01 06:45:07)必然何如带有thread的
  以后再Apache的httpd.conf外参加
登录后复造

LoadModule php7_module C:/Apache两4/php-7.两.3-src/php7apache二_4.dll

AddType application/x-httpd-php .php

AddType application/x-httpd-php-source .phps

PHPIniDir D:/Apache二4/php-7.二.3-src

`

运转httpd -k start就能够封动办事器了,正在Apache的htdoc目次高写个index.php文件

<必修php
phpinfo();
登录后复造

正在localhost高便能望到结果了

以后修正php.ini文件

extension_dir = "C:/Apache二4/php-7.二.3-src/ext"

default_charset = "UTF-8"

extension = php_mysql.dll
登录后复造

批改完那3个搭修事情便实现了

选举进修:php视频学程

以上即是外地Apache就事器怎样加添php7模块的具体形式,更多请存眷萤水红IT仄台别的相闭文章!

点赞(29) 打赏

评论列表 共有 0 条评论

暂无评论

微信小程序

微信扫一扫体验

立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部