我试图为Seafile安装一个证书,我不知道我的“配置文件”在哪里,根据说明:
然后修改Apache配置文件。
这句话来自这里。
我搜索了很多关于apache的秘密文件。如何找到Seafile所在的位置和我的配置文件?
为了回答欧文·海因斯的问题,我在这里安装了海员:
root@seafile:/opt# ls -l
total 75628
-rw-r--r-- 1 root root 1432 Oct 4 19:43 cacert.pem
drwx------ 3 root root 4096 Oct 4 16:44 ccnet
drwx------ 2 root root 4096 Oct 4 16:44 conf
drwxr-xr-x 2 root root 4096 Oct 4 17:14 logs
drwxr-xr-x 2 root root 4096 Oct 4 16:44 pids
-rw-r--r-- 1 root root 1679 Oct 4 19:42 privkey.pem
drwx------ 3 root root 4096 Oct 4 16:44 pro-data
drwx------ 8 root root 4096 Oct 4 16:44 seafile-data
drwxrwxr-x 8 500 500 4096 Aug 26 03:47 seafile-pro-server-5.1.11
-rw-r--r-- 1 root root 77399869 Oct 4 16:28 seafile-pro-server_5.1.11_x86-64.tar.gz
lrwxrwxrwx 1 root root 25 Oct 4 16:40 seafile-server-latest -> seafile-pro-server-5.1.11
drwxr-xr-x 3 root root 4096 Oct 4 16:40 seahub-data发布于 2016-10-08 01:57:12
引用DigitalOcean的话,
在Ubuntu和Debian上,Apache将其主要配置文件保存在/etc/apache2文件夹中:这个目录中有许多纯文本文件和一些子目录。以下是一些比较有用的熟悉地点:
至于您的SeaFile托管在哪里,它就在您提取和运行它的位置。
https://askubuntu.com/questions/834441
复制相似问题