×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
The httpd RPM installs the /etc/init.d/httpd script, which can be accessed using the /sbin/service command. To start the server, ...
The default configuration works for most situations; however, it is a good idea to become familiar some of the more important configuration options. Warning.
2020/01/21 · CentOS7やCentOS8のsystemdで、httpd.confを指定してApacheを起動する方法を紹介します。動作確認環境CentOS Linux release 7.7.1908C…
Options ディレクティブは、特定のディレクトリに対して どの機能が使用可能かを制御します。 option を None に指定すると、 特別な機能は全て無効になります。 また、 ...
2020/06/29 · NG例. /etc/sysconfig/httpd に HTTPD_LANG=ja_JP.utf8 を書く. そもそもファイルがない。 書いても読み込まれない。 /etc/rc.d/init.d/httpd に export ...
世界中でもっとも多く使われている OSS な Web サーバソフトウェア。コンピュータに Apache を入れると、そのコンピュータは Web サーバとしての仕事ができるようになる。
2022/03/23 · /etc/sysconfig/httpdファイルのOPTIONSに-Xを指定します。 [root@server ~]# cat /etc/sysconfig/httpd -snip- #OPTIONS= OPTIONS=-X. httpdを再起動し ...
関連する質問
2023/02/28 · 特別な設定やオプションは不要です。 graceful stopを実行する:systemctl stop httpd.service; graceful restartを実行する:systemctl reload httpd.
2019/02/28 · Systemdでサービス管理がされていると apachectl でrestartなどさせてくれないですね。 以下もハズレです。 systemctl graceful httpd.service. reload を ...
2017/08/28 · 一台のマシンで複数のhttpdサーバを立てる · 設定ファイルのコピーと編集 · ログディレクトリのコピーと設定 · sysconfigの複製と修正 · 実行体のシンボリック ...