zoukankan      html  css  js  c++  java
  • 常见apache问题

    httpd: Syntax error on line 357 of /etc/httpd/conf/httpd.conf: Cannot load modules/mod_wl_24.so into server: libonssys.so: cannot open shared object file: No such file or directory

    解压weblogic plugin 找到mod_wl_24.so所在目录 export  LD_LIBRARY_PATH

    export LD_LIBRARY_PATH=/ebao/V886425-01/lib

    或者 加入操作系统/etc/ld.so.conf.d/下新建一个文件pluginWeblogic.conf,将目录写入文件,执行ldconfig

    cd /etc/ld.so.conf.d/
    vi pluginWeblogic.conf
    /ebao/V886425-01/lib

    ldconfig

    Could not reliably determine the server's fully qualified domain name, using 172.22.33.196. Set the 'ServerName' directive globally to suppress this message
    ServerName 需要定义
    [root@eugbd-lapp0213 conf]# apachectl -t
    [Tue Dec 11 08:38:33.439389 2018] [so:warn] [pid 5943] AH01574: module ssl_module is already loaded, skipping
    Syntax OK
    [root@eugbd-lapp0213 conf]#
    cat /var/log/messages | grep httpd

  • 相关阅读:
    一般查找 (顺序查找)
    sscanf
    uva-11044-水题
    uva-10785-模拟水题
    uva-10596-欧拉回路
    uva-10879-因数分解
    uva-10562-二叉树
    扯皮的cplex-感觉时间不对
    cplex-Java-样例代码解析
    cplexJava源码---计算结果
  • 原文地址:https://www.cnblogs.com/Andy-Shi/p/10917145.html
Copyright © 2011-2022 走看看