localhost wget出来ない(ローカルサーバーで出来ない)
wget http://localhost.exemple
でエラーになる。
phpでfile_get_contents("localhost.exemple");
でも取得できない時
php.ini の設定確認
/etc/php.ini
allow_url_fopen = true
/etc/hosts の設定確認
127.0.0.1 localhost.localdomain localhost localhost.exemple
/etc/httpd/conf/httpd.conf の設定確認
Listen 127.0.0.1:80
が追加されているか。
→見落としがちListenは複数指定できます。
Author And Source
この問題について(localhost wget出来ない(ローカルサーバーで出来ない)), 我々は、より多くの情報をここで見つけました https://qiita.com/eonishispi/items/5cf8077aa6d9a6a17f16著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .