LoginSignup
6
5

More than 5 years have passed since last update.

一般ユーザーで Apache を立ち上げる

Last updated at Posted at 2014-04-26

以下の内容を my_apache.conf として保存

Listen 52828
ErrorLog /tmp/my_apache_error.log
PidFile /tmp/my_apache_pid

そして my_apache.conf と同じディレクトリで、次のようにして実行する

/usr/sbin/apache2 -k start -d . -f my_apache.conf

あとは my_apache.conf に virtualhost 設定したりお好きにどうぞ。

6
5
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
6
5