What is the mac equivalent of “/etc/apache2/sites-available”?

后端 未结 5 1553
忘掉有多难
忘掉有多难 2021-01-04 12:33

I am installing Koha from source. Generic unix directions indicate the following step after sudo make install

sudo ln -s /etc/koha/koha-httpd.conf /etc/apache         


        
5条回答
  •  执念已碎
    2021-01-04 13:03

    Please note that ServerRoot specifies where the subdirectories conf and logs can be found.

    In my httpd.conf, it is set to /usr

提交回复
热议问题