XAMPPつかっている状態で表示できない場合があったので、その対処法メモ Apache

XAMPPつかっている状態で表示できない場合があったので、その対処法メモ

久しぶりにローカル環境でテストページを表示しようとしたら
うまく表示できなかったのでその対処法

■エラーログ
[ssl:warn] AH01909: www.example.com:443:0 server certificate does NOT includ

  2016-07-13 09:56:57

apacheを動作している状態でnginxをいれるとapacheが動かなくなったことの対応 Apache

apacheを動作している状態でnginxをいれると、apacheが動かなくなったことの対応
apache起動しようとしたが動かない。
メッセージでないし、コマンドラインから実行すると以下のようなことが原因らしい。


httpd.exe: Syntax error on line 456 of D:/xampp/apache/conf/httpd

  2016-01-10 22:50:18

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:

  2015-11-30 10:36:30

<VirtualHost> directive requires additional argumentsのエラーでたよ Apache

apache起動で以下のエラー
<VirtualHost> directive requires additional arguments
サイトの指定する箇所で間違ってたのが原因

<VirtualHost xxx.xxx.xxx.xxx>
とIPアドレスの指定がいるのに
<VirtualHost>
としてた。
<b

  2014-06-23 08:07:44

apacheのログ設定メモ /etc/logrotate.confファイルの修正 Apache

apacheのログ設定メモ /etc/logrotate.confファイルの修正

  2014-02-20 06:26:50

[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

  2013-08-8 09:20:32

.htaccessファイルを読まないことではまってしまってしまってた Apache

apache httpd.conf の設定

AllowOverrideがNoneになっていると
.htaccessファイルを読まない。

AllowOverride All
にしておけば、OK
これで2時間ほどはまってしまった・・・

  2012-03-18 22:38:05

apacheのエラー httpd: apr_sockaddr_info_get() failed Apache

さくらのクラウドに契約し、ftp やら telnet あたりを設定し
apacheをインストールし、apacheを起動したのだが
そこでエラーが発生。

---------------------------------------------------------------------
httpd: apr_sockaddr_info_get

  2012-03-1 15:36:13