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 求一个智能家居控制的代码
    • ¥15 ad软件 pcb布线pcb规则约束编辑器where the object matpcb布线pcb规则约束编辑器where the object matchs怎么没有+15v只有no net
    • ¥15 虚拟机vmnet8 nat模式可以ping通主机,主机也能ping通虚拟机,但是vmnet8一直未识别怎么解决,其次诊断结果就是默认网关不可用
    • ¥20 求各位能用我能理解的话回答超级简单的一些问题
    • ¥15 yolov5双目识别输出坐标代码报错
    • ¥15 这个代码有什么语法错误
    • ¥15 给予STM32按键中断与串口通信
    • ¥15 使用QT实现can通信
    • ¥15 关于sp验证的一些东西,求告知如何解决,
    • ¥35 关于#javascript#的问题:但是我写的只能接码数字和字符,帮我写一个解码JS问题