感觉2017_个人页

个人头像照片 感觉2017
0
6
0

个人介绍

暂无个人介绍

擅长的技术

获得更多能力
通用技术能力:

暂时未有相关通用技术能力~

云产品技术能力:

暂时未有相关云产品技术能力~

阿里云技能认证

详细说明
暂无更多信息
正在加载, 请稍后...
暂无更多信息
  • 回答了问题 2017-10-23

    为 “护卫神 apache大师”站点添加ssl证书,实现https访问

    Re为 “护卫神 apache大师”站点添加ssl证书,实现https访问
    刚看到,先谢谢版主,我试下,再回你,非常感谢!!!

    -------------------------

    Re为 “护卫神 apache大师”站点添加ssl证书,实现https访问



    #   Inter-Process Session Cache:
    #   Configure the SSL Session Cache: First the mechanism
    #   to use and second the expiring timeout (in seconds).
    #SSLSessionCache         "dbm:E:/Huweishen.com/HwsApacheMaster/Apache2.2/logs/ssl_scache"


    SSLSessionCache        "shmcb:logs/ssl_scache(512000)"
    SSLSessionCacheTimeout  300


    #   Semaphore:
    #   Configure the path to the mutual exclusion semaphore the
    #   SSL engine uses internally for inter-process synchronization.
    SSLMutex default


    ##
    ## SSL Virtual Host Context
    ##
    <VirtualHost *:443>
            SSLEngine on
            SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
            SSLCertificateFile      "conf\ssl\2_sy.518520.com.crt"
            SSLCertificateKeyFile   "conf\ssl\3_sy.518520.com.key"
            ServerName      "sy.518520.com"
            DocumentRoot    "C:\HwsApacheMaster\wwwroot\sy_kfWqKJ"
            
       <Directory "C:/HwsApacheMaster/wwwroot/sy_kfWqKJ">
            Options FollowSymLinks ExecCGI
        #AddHandler fcgid-script .php
        #FcgidWrapper "/php-cgi.exe" .php
            DirectoryIndex index.html index.htm index.php default.php index.jsp
            AllowOverride All
            Order Deny,Allow
            Allow from all
        </Directory>
    </VirtualHost>

    apache还是启动不了

    -------------------------

    回 2楼感觉2017的帖子
    老师,看看,哪里出错了,很揪心

    -------------------------

    回 楼主dongshan8的帖子
    老师,看看,哪里出错了,很揪心!!!!!!

    -------------------------

    回 5楼dongshan8的帖子
    tarting the Apache2.2 service
    The Apache2.2 service is running.
    rmine the server's fully qualified domain name, using 172.16.157.70 for ServerName
    [Mon Oct 23 20:06:44 2017] [warn] NameVirtualHost *:80 has no VirtualHosts
    [Mon Oct 23 20:06:44 2017] [notice] Apache/2.2.22 (Win32) mod_fcgid/2.3.6 mod_jk/1.2.33 configured -- resuming normal operations
    [Mon Oct 23 20:06:44 2017] [notice] Server built: Jan 28 2012 11:16:39
    [Mon Oct 23 20:06:44 2017] [notice] Parent: Created child process 632
    httpd.exe: Could not reliably determine the server's fully qualified domain name, using 172.16.157.70 for ServerName
    [Mon Oct 23 20:06:44 2017] [warn] NameVirtualHost *:80 has no VirtualHosts
    httpd.exe: Could not reliably determine the server's fully qualified domain name, using 172.16.157.70 for ServerName
    [Mon Oct 23 20:06:44 2017] [warn] NameVirtualHost *:80 has no VirtualHosts
    [Mon Oct 23 20:06:44 2017] [notice] Child 632: Child process is running
    [Mon Oct 23 20:06:44 2017] [notice] Child 632: Acquired the start mutex.
    [Mon Oct 23 20:06:44 2017] [notice] Child 632: Starting 64 worker threads.
    [Mon Oct 23 20:06:44 2017] [notice] Child 632: Starting thread to listen on port 81.
    [Mon Oct 23 20:06:44 2017] [notice] Child 632: Starting thread to listen on port 999.
    [Mon Oct 23 20:06:44 2017] [notice] Child 632: Starting thread to listen on port 80.
    The Apache2.2 service is restarting.
    The Apache2.2 service has restarted.
    arent: Received restart signal -- Restarting the server.
    [Mon Oct 23 20:07:56 2017] [notice] Child 632: Exit event signaled. Child process is ending.
    httpd.exe: Could not reliably determine the server's fully qualified domain name, using 172.16.157.70 for ServerName
    [Mon Oct 23 20:07:56 2017] [warn] NameVirtualHost *:80 has no VirtualHosts
    [Mon Oct 23 20:07:56 2017] [notice] Apache/2.2.22 (Win32) mod_fcgid/2.3.6 mod_jk/1.2.33 configured -- resuming normal operations
    [Mon Oct 23 20:07:56 2017] [notice] Server built: Jan 28 2012 11:16:39
    [Mon Oct 23 20:07:56 2017] [notice] Parent: Created child process 3368
    httpd.exe: Could not reliably determine the server's fully qualified domain name, using 172.16.157.70 for ServerName
    [Mon Oct 23 20:07:56 2017] [warn] NameVirtualHost *:80 has no VirtualHosts
    httpd.exe: Could not reliably determine the server's fully qualified domain name, using 172.16.157.70 for ServerName
    [Mon Oct 23 20:07:56 2017] [warn] NameVirtualHost *:80 has no VirtualHosts
    [Mon Oct 23 20:07:56 2017] [notice] Child 3368: Child process is running
    [Mon Oct 23 20:07:57 2017] [notice] Child 3368: Acquired the start mutex.
    [Mon Oct 23 20:07:57 2017] [notice] Child 3368: Starting 64 worker threads.
    [Mon Oct 23 20:07:57 2017] [notice] Child 632: Released the start mutex
    [Mon Oct 23 20:07:58 2017] [notice] Child 632: All worker threads have exited.
    [Mon Oct 23 20:07:58 2017] [notice] Child 3368: Starting thread to listen on port 81.
    [Mon Oct 23 20:07:58 2017] [notice] Child 3368: Starting thread to listen on port 999.
    [Mon Oct 23 20:07:58 2017] [notice] Child 3368: Starting thread to listen on port 80.
    [Mon Oct 23 20:07:58 2017] [notice] Child 632: Child process is exiting
    The Apache2.2 service is restarting.
    The Apache2.2 service has restarted.
    arent: Received restart signal -- Restarting the server.
    [Mon Oct 23 20:08:53 2017] [notice] Child 3368: Exit event signaled. Child process is ending.
    httpd.exe: Could not reliably determine the server's fully qualified domain name, using 172.16.157.70 for ServerName
    [Mon Oct 23 20:08:53 2017] [warn] NameVirtualHost *:80 has no VirtualHosts
    [Mon Oct 23 20:08:53 2017] [notice] Apache/2.2.22 (Win32) mod_fcgid/2.3.6 mod_jk/1.2.33 configured -- resuming normal operations
    [Mon Oct 23 20:08:53 2017] [notice] Server built: Jan 28 2012 11:16:39
    [Mon Oct 23 20:08:53 2017] [notice] Parent: Created child process 3116
    httpd.exe: Could not reliably determine the server's fully qualified domain name, using 172.16.157.70 for ServerName
    [Mon Oct 23 20:08:53 2017] [warn] NameVirtualHost *:80 has no VirtualHosts
    httpd.exe: Could not reliably determine the server's fully qualified domain name, using 172.16.157.70 for ServerName
    [Mon Oct 23 20:08:53 2017] [warn] NameVirtualHost *:80 has no VirtualHosts
    [Mon Oct 23 20:08:53 2017] [notice] Child 3116: Child process is running
    [Mon Oct 23 20:08:54 2017] [notice] Child 3116: Acquired the start mutex.
    [Mon Oct 23 20:08:54 2017] [notice] Child 3116: Starting 64 worker threads.
    [Mon Oct 23 20:08:54 2017] [notice] Child 3368: Released the start mutex
    [Mon Oct 23 20:08:55 2017] [notice] Child 3368: All worker threads have exited.
    [Mon Oct 23 20:08:55 2017] [notice] Child 3116: Starting thread to listen on port 443.
    [Mon Oct 23 20:08:55 2017] [notice] Child 3116: Starting thread to listen on port 81.
    [Mon Oct 23 20:08:55 2017] [notice] Child 3116: Starting thread to listen on port 999.
    [Mon Oct 23 20:08:55 2017] [notice] Child 3116: Starting thread to listen on port 80.
    [Mon Oct 23 20:08:56 2017] [notice] Child 3368: Child process is exiting
    [Mon Oct 23 20:12:23 2017] [error] [client 140.205.201.31] File does not exist: C:/HwsApacheMaster/Apache/htdocs/jnydtpzkmagb
    [Mon Oct 23 20:12:23 2017] [error] [client 140.205.201.31] File does not exist: C:/HwsApacheMaster/Apache/htdocs/jnydtpzkmagb
    [Mon Oct 23 20:15:36 2017] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Mon Oct 23 20:15:36 2017] [notice] Child 3116: Exit event signaled. Child process is ending.
    [Mon Oct 23 20:15:37 2017] [notice] Child 3116: Released the start mutex
    [Mon Oct 23 20:15:38 2017] [notice] Child 3116: All worker threads have exited.
    [Mon Oct 23 20:15:39 2017] [notice] Child 3116: Child process is exiting
    [Mon Oct 23 20:15:39 2017] [notice] Parent: Child process exited successfully.


    老师,看下,能给出具体解决办法吗,最好傻瓜式的,复制那种的,专业术语真不懂,谢谢

    -------------------------

    回 5楼dongshan8的帖子
    老师,看出是哪里出问题没

    -------------------------

    回 8楼dongshan8的帖子
    这个是什么,装好护卫神默认就没有的啊,是文件夹吗

    -------------------------

    回 8楼dongshan8的帖子
    Starting the Apache2.2 service
    The Apache2.2 service is running.
    rmine the server's fully qualified domain name, using 172.16.157.70 for ServerName
    [Tue Oct 24 09:57:54 2017] [warn] NameVirtualHost *:80 has no VirtualHosts
    [Tue Oct 24 09:57:55 2017] [notice] Apache/2.2.22 (Win32) mod_fcgid/2.3.6 mod_jk/1.2.33 configured -- resuming normal operations
    [Tue Oct 24 09:57:55 2017] [notice] Server built: Jan 28 2012 11:16:39
    [Tue Oct 24 09:57:55 2017] [notice] Parent: Created child process 2652
    httpd.exe: Could not reliably determine the server's fully qualified domain name, using 172.16.157.70 for ServerName
    [Tue Oct 24 09:57:55 2017] [warn] NameVirtualHost *:80 has no VirtualHosts
    httpd.exe: Could not reliably determine the server's fully qualified domain name, using 172.16.157.70 for ServerName
    [Tue Oct 24 09:57:55 2017] [warn] NameVirtualHost *:80 has no VirtualHosts
    [Tue Oct 24 09:57:55 2017] [notice] Child 2652: Child process is running
    [Tue Oct 24 09:57:55 2017] [notice] Child 2652: Acquired the start mutex.
    [Tue Oct 24 09:57:55 2017] [notice] Child 2652: Starting 64 worker threads.
    [Tue Oct 24 09:57:55 2017] [notice] Child 2652: Starting thread to listen on port 81.
    [Tue Oct 24 09:57:55 2017] [notice] Child 2652: Starting thread to listen on port 999.
    [Tue Oct 24 09:57:55 2017] [notice] Child 2652: Starting thread to listen on port 80.
    The Apache2.2 service is restarting.
    The Apache2.2 service has restarted.
    arent: Received restart signal -- Restarting the server.
    [Tue Oct 24 09:59:23 2017] [notice] Child 2652: Exit event signaled. Child process is ending.
    httpd.exe: Could not reliably determine the server's fully qualified domain name, using 172.16.157.70 for ServerName
    [Tue Oct 24 09:59:23 2017] [warn] NameVirtualHost *:80 has no VirtualHosts
    [Tue Oct 24 09:59:23 2017] [notice] Apache/2.2.22 (Win32) mod_fcgid/2.3.6 mod_jk/1.2.33 configured -- resuming normal operations
    [Tue Oct 24 09:59:23 2017] [notice] Server built: Jan 28 2012 11:16:39
    [Tue Oct 24 09:59:23 2017] [notice] Parent: Created child process 2360
    httpd.exe: Could not reliably determine the server's fully qualified domain name, using 172.16.157.70 for ServerName
    [Tue Oct 24 09:59:23 2017] [warn] NameVirtualHost *:80 has no VirtualHosts
    httpd.exe: Could not reliably determine the server's fully qualified domain name, using 172.16.157.70 for ServerName
    [Tue Oct 24 09:59:23 2017] [warn] NameVirtualHost *:80 has no VirtualHosts
    [Tue Oct 24 09:59:23 2017] [notice] Child 2360: Child process is running
    [Tue Oct 24 09:59:24 2017] [notice] Child 2360: Acquired the start mutex.
    [Tue Oct 24 09:59:24 2017] [notice] Child 2360: Starting 64 worker threads.
    [Tue Oct 24 09:59:24 2017] [notice] Child 2652: Released the start mutex
    [Tue Oct 24 09:59:25 2017] [notice] Child 2652: All worker threads have exited.
    [Tue Oct 24 09:59:25 2017] [notice] Child 2360: Starting thread to listen on port 81.
    [Tue Oct 24 09:59:25 2017] [notice] Child 2360: Starting thread to listen on port 999.
    [Tue Oct 24 09:59:25 2017] [notice] Child 2360: Starting thread to listen on port 80.
    [Tue Oct 24 09:59:25 2017] [notice] Child 2652: Child process is exiting
    The Apache2.2 service is restarting.
    The Apache2.2 service has restarted.
    arent: Received restart signal -- Restarting the server.
    [Tue Oct 24 10:00:45 2017] [notice] Child 2360: Exit event signaled. Child process is ending.
    httpd.exe: Could not reliably determine the server's fully qualified domain name, using 172.16.157.70 for ServerName
    [Tue Oct 24 10:00:45 2017] [warn] NameVirtualHost *:80 has no VirtualHosts
    [Tue Oct 24 10:00:45 2017] [notice] Apache/2.2.22 (Win32) mod_fcgid/2.3.6 mod_jk/1.2.33 configured -- resuming normal operations
    [Tue Oct 24 10:00:45 2017] [notice] Server built: Jan 28 2012 11:16:39
    [Tue Oct 24 10:00:45 2017] [notice] Parent: Created child process 3636
    httpd.exe: Could not reliably determine the server's fully qualified domain name, using 172.16.157.70 for ServerName
    [Tue Oct 24 10:00:45 2017] [warn] NameVirtualHost *:80 has no VirtualHosts
    httpd.exe: Could not reliably determine the server's fully qualified domain name, using 172.16.157.70 for ServerName
    [Tue Oct 24 10:00:45 2017] [warn] NameVirtualHost *:80 has no VirtualHosts
    [Tue Oct 24 10:00:45 2017] [notice] Child 3636: Child process is running
    [Tue Oct 24 10:00:46 2017] [notice] Child 3636: Acquired the start mutex.
    [Tue Oct 24 10:00:46 2017] [notice] Child 3636: Starting 64 worker threads.
    [Tue Oct 24 10:00:46 2017] [notice] Child 2360: Released the start mutex
    [Tue Oct 24 10:00:47 2017] [notice] Child 2360: All worker threads have exited.
    [Tue Oct 24 10:00:47 2017] [notice] Child 3636: Starting thread to listen on port 443.
    [Tue Oct 24 10:00:47 2017] [notice] Child 3636: Starting thread to listen on port 81.
    [Tue Oct 24 10:00:47 2017] [notice] Child 3636: Starting thread to listen on port 999.
    [Tue Oct 24 10:00:47 2017] [notice] Child 3636: Starting thread to listen on port 80.
    [Tue Oct 24 10:00:48 2017] [notice] Child 2360: Child process is exiting
    [Tue Oct 24 10:27:25 2017] [error] [client 123.126.113.134] File does not exist: C:/HwsApacheMaster/Apache/htdocs/product.php
    [Tue Oct 24 10:27:35 2017] [error] [client 123.126.113.134] File does not exist: C:/HwsApacheMaster/Apache/htdocs/catalog.php
    [Tue Oct 24 10:28:55 2017] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Tue Oct 24 10:28:55 2017] [notice] Child 3636: Exit event signaled. Child process is ending.
    [Tue Oct 24 10:28:56 2017] [notice] Child 3636: Released the start mutex
    [Tue Oct 24 10:28:57 2017] [notice] Child 3636: All worker threads have exited.
    [Tue Oct 24 10:28:58 2017] [notice] Child 3636: Child process is exiting
    [Tue Oct 24 10:28:58 2017] [notice] Parent: Child process exited successfully.

    -------------------------

    回 8楼dongshan8的帖子
    老师,你看看什么情况

    -------------------------

    回 12楼dongshan8的帖子
    好的,谢谢,我换别的软件看看,非常感谢!
    踩0 评论0
  • 回答了问题 2017-10-23

    在 Windows 2008 系统为 phpstudy apache 不同网站配置不同SSL证书(SNI)

    回 3楼dongshan8的帖子
    版主,能否帮我测试下护卫神·Apache大师配置HTTPS,我申请的是阿里云的证书,按教程一步步配置,Apache就是启动不了,你能看看吗,最后直接测试好,弄个代码上去,我复制过来改下最好了,我是菜鸟级别,有些不懂
    踩0 评论0
  • 回答了问题 2017-10-21

    Windows Server 2008 R2服务器,装了护卫神主机大师,Apache配置https后启动不了

    Re回 1楼dongshan8的帖子
    这样的

    -------------------------

    回 3楼0zhang9的帖子
    linux系统不会搞,菜鸟级别

    -------------------------

    回 1楼dongshan8的帖子
    Starting the Apache2.2 service
    The Apache2.2 service is running.
    rmine the server's fully qualified domain name, using 172.16.157.70 for ServerName
    [Mon Oct 23 14:14:53 2017] [warn] NameVirtualHost *:80 has no VirtualHosts
    [Mon Oct 23 14:14:53 2017] [notice] Apache/2.2.22 (Win32) mod_fcgid/2.3.6 mod_jk/1.2.33 configured -- resuming normal operations
    [Mon Oct 23 14:14:53 2017] [notice] Server built: Jan 28 2012 11:16:39
    [Mon Oct 23 14:14:53 2017] [notice] Parent: Created child process 2512
    httpd.exe: Could not reliably determine the server's fully qualified domain name, using 172.16.157.70 for ServerName
    [Mon Oct 23 14:14:53 2017] [warn] NameVirtualHost *:80 has no VirtualHosts
    httpd.exe: Could not reliably determine the server's fully qualified domain name, using 172.16.157.70 for ServerName
    [Mon Oct 23 14:14:53 2017] [warn] NameVirtualHost *:80 has no VirtualHosts
    [Mon Oct 23 14:14:53 2017] [notice] Child 2512: Child process is running
    [Mon Oct 23 14:14:53 2017] [notice] Child 2512: Acquired the start mutex.
    [Mon Oct 23 14:14:53 2017] [notice] Child 2512: Starting 64 worker threads.
    [Mon Oct 23 14:14:53 2017] [notice] Child 2512: Starting thread to listen on port 81.
    [Mon Oct 23 14:14:53 2017] [notice] Child 2512: Starting thread to listen on port 999.
    [Mon Oct 23 14:14:53 2017] [notice] Child 2512: Starting thread to listen on port 80.
    The Apache2.2 service is restarting.
    The Apache2.2 service has restarted.
    arent: Received restart signal -- Restarting the server.
    [Mon Oct 23 14:15:54 2017] [notice] Child 2512: Exit event signaled. Child process is ending.
    httpd.exe: Could not reliably determine the server's fully qualified domain name, using 172.16.157.70 for ServerName
    [Mon Oct 23 14:15:54 2017] [warn] NameVirtualHost *:80 has no VirtualHosts
    [Mon Oct 23 14:15:54 2017] [notice] Apache/2.2.22 (Win32) mod_fcgid/2.3.6 mod_jk/1.2.33 configured -- resuming normal operations
    [Mon Oct 23 14:15:54 2017] [notice] Server built: Jan 28 2012 11:16:39
    [Mon Oct 23 14:15:54 2017] [notice] Parent: Created child process 2312
    httpd.exe: Could not reliably determine the server's fully qualified domain name, using 172.16.157.70 for ServerName
    [Mon Oct 23 14:15:54 2017] [warn] NameVirtualHost *:80 has no VirtualHosts
    httpd.exe: Could not reliably determine the server's fully qualified domain name, using 172.16.157.70 for ServerName
    [Mon Oct 23 14:15:54 2017] [warn] NameVirtualHost *:80 has no VirtualHosts
    [Mon Oct 23 14:15:54 2017] [notice] Child 2312: Child process is running
    [Mon Oct 23 14:15:55 2017] [notice] Child 2312: Acquired the start mutex.
    [Mon Oct 23 14:15:55 2017] [notice] Child 2312: Starting 64 worker threads.
    [Mon Oct 23 14:15:55 2017] [notice] Child 2512: Released the start mutex
    [Mon Oct 23 14:15:56 2017] [notice] Child 2512: All worker threads have exited.
    [Mon Oct 23 14:15:56 2017] [notice] Child 2312: Starting thread to listen on port 81.
    [Mon Oct 23 14:15:56 2017] [notice] Child 2312: Starting thread to listen on port 999.
    [Mon Oct 23 14:15:56 2017] [notice] Child 2312: Starting thread to listen on port 80.
    [Mon Oct 23 14:15:56 2017] [notice] Child 2512: Child process is exiting
    [Mon Oct 23 14:24:22 2017] [error] [client 203.208.60.239] File does not exist: C:/HwsApacheMaster/Apache/htdocs/robots.txt
    [Mon Oct 23 14:40:15 2017] [error] [client 141.212.122.16] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): /x
    [Mon Oct 23 14:41:38 2017] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Mon Oct 23 14:41:38 2017] [notice] Child 2312: Exit event signaled. Child process is ending.
    [Mon Oct 23 14:41:39 2017] [notice] Child 2312: Released the start mutex
    [Mon Oct 23 14:41:40 2017] [notice] Child 2312: All worker threads have exited.
    [Mon Oct 23 14:41:41 2017] [notice] Child 2312: Child process is exiting
    [Mon Oct 23 14:41:41 2017] [notice] Parent: Child process exited successfully.
    The Apache2.2 service is restarting.
    Starting the Apache2.2 service
    The Apache2.2 service is running.
    The Apache2.2 service is restarting.
    Starting the Apache2.2 service
    The Apache2.2 service is running.
    The Apache2.2 service is restarting.
    Starting the Apache2.2 service
    The Apache2.2 service is running.
    踩0 评论0
  • 回答了问题 2017-10-21

    Windows Server 2012 R2服务器,装了护卫神主机大师,Apache配置https后启动不了

    ReWindows Server 2012 R2服务器,装了护卫神主机大师,Apache配置https后启动不
    详细步骤有吗,我和你一样额问题,就是我是菜鸟,不知道怎么解决
    踩0 评论0
  • 提交了问题 2017-10-21

    Windows Server 2008 R2服务器,装了护卫神主机大师,Apache配置https后启动不了

正在加载, 请稍后...
滑动查看更多
正在加载, 请稍后...
暂无更多信息