AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-101328

Don Rhummy's questions

Martin Hope
Don Rhummy
Asked: 2016-05-02 09:17:36 +0800 CST

如果服务器是无头的(CentOS 7),有没有办法让 GPU 用作额外的 CPU 核心?

  • -1

我有一个没有图形界面的 centOS 服务器。我只通过 ssh 连接到它。因此,GPU 的使用可能并不多。我想让服务器将它用作额外的 CPU 内核。这可能吗?我该怎么做?

hardware centos headless centos7 linux-networking
  • 1 个回答
  • 230 Views
Martin Hope
Don Rhummy
Asked: 2015-12-11 12:16:07 +0800 CST

安装 apache:尽管安装了 VC_redist.x86.exe,但没有 VCRUNTIME140.dll

  • 0

我按照 Apache 文档的指示安装了 VC_redist.x86.exe,但是当我运行httpd.exe -k install它时出现错误:

this program can't start because vcruntime140.dll is missing
from your computer. Try reinstalling the program to fix this problem. 

安装 VC_redist.x64.exe 也没有解决问题。

为什么会丢失?安装“VC_redist.x86.exe”后需要重启吗?还有别的吗?

windows
  • 1 个回答
  • 10773 Views
Martin Hope
Don Rhummy
Asked: 2014-04-12 16:04:48 +0800 CST

如何在没有虚拟主机的情况下将 SSL/443 添加到 Apache 服务器?

  • 6

我在 CentOS 上设置了 apache 服务器。我正在尝试添加 SSL。我能够创建证书和密钥,然后更新/etc/httpd/conf.d/ssl.conf为具有以下配置:

/etc/httpd/conf.d/ssl.conf

#Where I put my cert
SSLCertificateFile /etc/pki/tls/certs/ca.crt

#where I put my key
SSLCertificateKeyFile /etc/pki/tls/private/ca.key

然后我更新了/etc/httpd/conf/httpd.conf:

/etc/httpd/conf/httpd.conf

Listen 443
SSLEngine on
SSLCertificateFile /etc/pki/tls/certs/ca.crt
SSLCertificateKeyFile /etc/pki/tls/private/ca.key

然后我跑了service httpd restart,我得到了错误:

Stopping httpd:          [OK]
Starting httpd:          (98)Address already in use: make_sock: could not bind to address [::]:443
                         [OK]

我需要做什么才能启用 SSL?

apache-2.2
  • 3 个回答
  • 21343 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve