V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
yakczh
V2EX  ›  问与答

同一台 apache, 一个虚拟主机用 php5.3 另一个用 php5.4 可以实现吗?

  •  
  •   yakczh · Apr 14, 2015 · 3788 views
    This topic created in 4031 days ago, the information mentioned may be changed or developed.
    11 replies    2015-04-15 14:28:24 +08:00
    Themyth
        1
    Themyth  
       Apr 14, 2015
    httpd.conf 里只能调用一个 php 模块吧……
    你试试单独定义各个不同的虚拟主机Ini信息。
    我没尝试过~
    shinko
        2
    shinko  
       Apr 14, 2015
    nginx可以。不知道apache的fcgi模式是否可以。
    kungfuchicken
        3
    kungfuchicken  
       Apr 14, 2015
    模块方式不行,但是可以跑两个php-fpm,或者fastcgi
    neilwong
        4
    neilwong  
       Apr 14, 2015
    跑两个php-fpm,一个9000,一个9001,apache 几个世纪不用了,不过我感觉这个基础功能还是有的
    wulongqiu
        5
    wulongqiu  
       Apr 14, 2015
    可以试试 AMH
    fredcc
        6
    fredcc  
       Apr 14, 2015
    好奇为啥不用nginx,不同目录用不同版本php都可以
    Showfom
        7
    Showfom  
    PRO
       Apr 14, 2015 via iPhone
    完全可以
    yakczh
        8
    yakczh  
    OP
       Apr 14, 2015
    一个mod_php 另一个用mod_fcgid 这样应该可以
    yakczh
        9
    yakczh  
    OP
       Apr 14, 2015
    Only first PHPINIDir directive honored per configuration tree - subsequent ones ignored
    试了一下,只能加载一个phpinidir指令
    yakczh
        10
    yakczh  
    OP
       Apr 15, 2015
    @Themyth 我在虚拟主机的的VirtualHost 里面配置fcgid 提示

    FcgidMaxProcesses cannot occur within <VirtualHost> section
    yakczh
        11
    yakczh  
    OP
       Apr 15, 2015
    5.6.x的php 配置fcgid 老是提示500
    日志显示
    [Wed Apr 15 14:26:39.431379 2015] [fcgid:warn] [pid 2916:tid 812] (OS 109)ܵRѽ⋸ : [client 127.0.0.1:56764] mod_fcgid: get overlap result error
    [Wed Apr 15 14:26:39.431379 2015] [core:error] [pid 2916:tid 812] [client 127.0.0.1:56764] End of script output before headers: test.php
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5625 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 41ms · UTC 01:31 · PVG 09:31 · LAX 18:31 · JFK 21:31
    ♥ Do have faith in what you're doing.