21
21

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Mac OSX MavericksでのApache設定メモ

Last updated at Posted at 2013-12-10

MacOSX MavericksでApacheを動作させる手順をメモ

#起動時にApacheを自動的に起動
ターミナルで以下を実行

sudo launchctl load -w /System/Library/LaunchDaemons/org.apache.httpd.plist

実行後、Apacheを再起動

sudo apachectl restart

#httpd.confの編集方法

vim /etc/apache2/httpd.conf

#DocumentRootの場所

/Library/WebServer/Documents
21
21
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
21
21

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?