トップページ > 記事閲覧
UBUNTU as server?
投稿日 | : 2013/11/28 13:01 |
投稿者 | : AtariBaby |
参照先 | : |
I am using Ubuntu 13.04. Most of my comics are stored there. Is it possible to use this as a server for comic glass to connect to? I saw that you have Windows, Mac, and apache, but I wasn't sure if any of this can be used on my Ubuntu machine.
Re: UBUNTU as server?
投稿日 | : 2013/11/30 20:15 |
投稿者 | : Admin |
参照先 | : |
Thank you for using ComicGlass.
On linux,please use apache(httpd)
set Option +Indexes
or use php script.
Thank you.
Re: UBUNTU as server?
投稿日 | : 2013/12/23 07:35 |
投稿者 | : AtariBaby |
参照先 | : |
Thank you. I will learn how. Thank you for your hard work.
Re: UBUNTU as server?
投稿日 | : 2014/01/02 11:01 |
投稿者 | : AtariBaby |
参照先 | : |
Hi
I have instealled apache2. I have modified the default site in "sites-available" (this supercedes httpd.con) I have tested and working on port 81. I Can see apache's message "It works!"
I added
<Directory "/media/storage/comicbt">
Options +Indexes
</Directory>
to the default file.
In comicglass, I added it as a site: 10.0.1.4:81 but if I click it, comicglass says no downloadable files.
Any idea what I'm doing wrong?
Re: UBUNTU as server?
投稿日 | : 2014/01/03 18:38 |
投稿者 | : Tri |
参照先 | : |
Just tryed Comicglass webserver for win on my Ubuntu 13.04 by WINE,and it works fine without any problem.
I also tryed to set Apache 2.0 up,but I think this is easier way out.
Re: UBUNTU as server?
投稿日 | : 2014/01/06 10:37 |
投稿者 | : AtariBaby |
参照先 | : |
Tri,
I always hesitate to use Wine but might as well. Thanks for the report!