{"id":1810,"date":"2020-10-10T13:12:36","date_gmt":"2020-10-10T04:12:36","guid":{"rendered":"http:\/\/wp.ultimai.org\/wp\/?p=1810"},"modified":"2020-10-23T06:53:35","modified_gmt":"2020-10-22T21:53:35","slug":"apache-php-mac-%e8%a8%ad%e5%ae%9a","status":"publish","type":"post","link":"https:\/\/wp.ultimai.org\/?p=1810","title":{"rendered":"Apache php mac \u8a2d\u5b9a"},"content":{"rendered":"<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"><code> \r\nMac\u3067\u30bf\u30fc\u30df\u30ca\u30eb\u8d77\u52d5\r\n\r\nwhich httpd\r\n\t\/usr\/sbin\/httpd \u2190\u3053\u3053\u306b\u5165\u3063\u3066\u308b\r\n\r\nsudo apachectl start\t\u2190Apache\u8d77\u52d5\t\r\n\r\n\u30d6\u30e9\u30a6\u30b6\r\n\thttp:\/\/localhost\/\r\n\r\nApache\u8a2d\u5b9a\u5909\u66f4\r\n\tsudo vi \/etc\/apache2\/httpd.conf\r\n\t\r\n  \u30b3\u30e1\u30f3\u30c8\u3092\u5916\u3059\r\n\t LoadModule rewrite_module libexec\/apache2\/mod_rewrite.so \r\n\t LoadModule php7_module libexec\/apache2\/libphp7.so\r\n\r\n  \u30e6\u30fc\u30b6\u30fc\u3092\u81ea\u5206\u306b\u3059\u308b\r\n\t User ginzo\r\n\t Group _www\r\n\r\n   DocumentRoot \u3092\u78ba\u8a8d\r\n\r\n   &lt;Directory \"\/Library\/WebServer\/Documents\"> \u5185\u306b\u8ffd\u8a18\r\n    AllowOverride All  \r\n    Options Indexes\r\n    Order allow,deny\r\n    Allow from all\r\n    Require all granted\r\n\r\n\r\nApache\u518d\u8d77\u52d5\r\n  sudo apachectl restart\r\n\r\n\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8\u306e\u6240\u6709\u8005\u3092\u5909\u66f4\r\n  cd \/Library\/WebServer\r\n  ls -l\r\n  \tdrwxr-xr-x  6 root  wheel  192 10 10 12:55 Documents\t\r\n  root\u306a\u306e\u3067\u81ea\u5206\u306b\u3059\u308b\r\n    sudo chown ginzo:_www  Documents\r\n\r\nDocuments\u306binfo.php\u4f5c\u6210 \r\n  [\u4e2d\u8eab]\r\n  &lt;?php \r\n    phpinfo();\r\n\r\n \u30d5\u30a1\u30a4\u30f3\u30c0\u30fc\u3067 Shift+Command+G\r\n   Library\/WebServer\/Documents \u3068\u5165\u308c\u3066\u958b\u304f\r\n    \u4fdd\u5b58\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u304c\u6709\u308b\u304b\u78ba\u8a8d\r\n\r\n \u30d6\u30e9\u30a6\u30b6\u3067\u958b\u304f\r\n    http:\/\/localhost\/info.php\r\n\r\nMySQL\u8a2d\u5b9a\r\n\r\n mysqli.default_socket \u306e\u5834\u6240\u3092\u78ba\u8a8d\r\n   mysql_config --socket \r\n   \/tmp\/mysql.sock \r\n\r\ninfo.php \u3067\u8868\u793a\u3055\u308c\u3066\u308b\u5834\u6240\u3068\u9055\u3046\u306e\u3067 php.ini\u3092\u7de8\u96c6\u3059\u308b\r\n   sudo cp \/etc\/php.ini.default \/etc\/php.ini\r\n   sudo vi \/etc\/php.ini\r\n   mysqli.default_socket =  \u3053\u306e\u884c\u3092\u63a2\u3057\u3066 \u3053\u3046\u3059\u308b\u2193\r\n   mysqli.default_socket = \"\/tmp\/mysql.sock\"\r\n\r\n\u4fdd\u5b58\u3057\u3066\u3001Apache\u518d\u8d77\u52d5\r\n\r\n <\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Mac\u3067\u30bf\u30fc\u30df\u30ca\u30eb\u8d77\u52d5 which httpd \/ [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1810","post","type-post","status-publish","format-standard","hentry","category-php"],"_links":{"self":[{"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=\/wp\/v2\/posts\/1810","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1810"}],"version-history":[{"count":6,"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=\/wp\/v2\/posts\/1810\/revisions"}],"predecessor-version":[{"id":1837,"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=\/wp\/v2\/posts\/1810\/revisions\/1837"}],"wp:attachment":[{"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1810"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1810"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1810"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}