dongluo3331 2017-01-12 17:28
浏览 45
已采纳

php5和httpd的奇怪问题

Issue 1:

I am getting the following message when starting httpd:

Starting httpd: [Thu Jan 12 18:05:40 2017] [warn] module php5_module is already loaded, skipping

So I was opening the httpd.conf located at /etc/httpd/conf/httpd.conf and couldn't find where php5 is getting loaded. Google ment that I should remove this part:

LoadModule php5_module /usr/lib64/httpd/modules/libphp5.so

Issue 2:

I am not able to use mysql correctly in php. Google said that I should add a mysql extension to the php.ini. Weirdly the php.ini is located at /opt/remi/php55/root/etc/php.ini. Also at /opt/remi/ is a folder called php54 but I think that the folder is useless because I am using the version 5.6.29. Also there's no module called 'mysql.so'. Yes, I installed php and php-mysql.

I use CentOs 6.8.

  • 写回答

1条回答 默认 最新

  • dongyan2267 2017-01-13 05:41
    关注

    You have installed various versions of mod_php, when Apache only allows one.

    So you got the expected warning "module php5_module is already loaded". You have to disabled unwanted versions (of uninstall them).

    You are using Software Collections (from "remi-safe" repository) which are designed for parallel installation (so use path under /opt)

    • If you use base version (php) you need php-mysql
    • If you use SCL version 5.6 (php56-php), you need php56-php-mysqlnd

    If you want a single version, probably simpler to not use the SCL, but the base packages available in "remi-php56" repository.

    See the Wizard instructions.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 安装CentOS6时卡住
  • ¥20 c语言写的8051单片机存储器mt29的模块程序
  • ¥60 求直线方程 使平面上n个点在直线同侧并且距离总和最小
  • ¥50 java算法,给定试题的难度数量(简单,普通,困难),和试题类型数量(单选,多选,判断),以及题库中各种类型的题有多少道,求能否随机抽题。
  • ¥50 rk3588板端推理
  • ¥250 opencv怎么去掉 数字0中间的斜杠。
  • ¥15 这种情况的伯德图和奈奎斯特曲线怎么分析?
  • ¥250 paddleocr带斜线的0很容易识别成9
  • ¥15 电子档案元素采集(tiff及PDF扫描图片)
  • ¥15 flink-sql-connector-rabbitmq使用