XAMPPつかっている状態で表示できない場合があったので、その対処法メモ Apache
XAMPPつかっている状態で表示できない場合があったので、その対処法メモ
久しぶりにローカル環境でテストページを表示しようとしたら
うまく表示できなかったのでその対処法
■エラーログ
[ssl:warn] AH01909: www.example.com:443:0 server certificate does NOT includ
apacheを動作している状態でnginxをいれるとapacheが動かなくなったことの対応 Apache
apacheを動作している状態でnginxをいれると、apacheが動かなくなったことの対応
apache起動しようとしたが動かない。
メッセージでないし、コマンドラインから実行すると以下のようなことが原因らしい。
httpd.exe: Syntax error on line 456 of D:/xampp/apache/conf/httpd
httpd: Could not reliably determine the server's fully qualified domain name using 127.0.0.1 for ServerName Apache
apachectl -k start
apachectl -k stop
をすると以下のエラーが発生
---------------------------------------------------------------
httpd: apr_sockaddr_info_get() failed for サーバ名
httpd:
サイトリリースしてapache起動すると、Warning: DocumentRoot [/var/www/html/aaa] does not exist って言われてエラーになる Apache
・サイトリリース時のエラー
★現象
<VirtualHost> directive requires additional argumentsのエラーでたよ Apache
apache起動で以下のエラー
<VirtualHost> directive requires additional arguments
サイトの指定する箇所で間違ってたのが原因
<VirtualHost xxx.xxx.xxx.xxx>
とIPアドレスの指定がいるのに
<VirtualHost>
としてた。
<b
apacheのログ設定メモ /etc/logrotate.confファイルの修正 Apache
apacheのログ設定メモ /etc/logrotate.confファイルの修正
[warn] VirtualHost :80 overlaps with VirtualHost :80 the first has precedence perhaps you need a NameVirtualHost directive Apache
新しいサイト作成したので、apacheに設定したけど警告エラー発生。
[warn] VirtualHost xxx.xxx.xxx.xxx:80 overlaps with VirtualHost xxx.xxx.xxx.xxx:80 the first has precedence perhaps you need a NameVirtualHost directive
.htaccessファイルを読まないことではまってしまってしまってた Apache
apache httpd.conf の設定
AllowOverrideがNoneになっていると
.htaccessファイルを読まない。
AllowOverride All
にしておけば、OK
これで2時間ほどはまってしまった・・・
apacheのエラー httpd: apr_sockaddr_info_get() failed Apache
さくらのクラウドに契約し、ftp やら telnet あたりを設定し
apacheをインストールし、apacheを起動したのだが
そこでエラーが発生。
---------------------------------------------------------------------
httpd: apr_sockaddr_info_get