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

后端 未结 5 1581
忘掉有多难
忘掉有多难 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:10

    It looks like /private/etc/apache2/other/ would be the approximately corresponding folder. /etc/apache2/httpd.conf contains a directive Include /private/etc/apache2/other/*.conf that includes all files in that folder, much like the sites-available folder common on Linux installations of Apache.

提交回复
热议问题