On Tue, Aug 20, 2013 at 10:10 PM, Chad Perrin <c...@apotheon.net> wrote:

> Given a shared hosting account where you want to host a Fossil
> repository, where following the directions for CGI-based Fossil hosting
> gives you access to the web UI via example.com/cgi-bin/access_name, I
> would like to know what techniques people use to make it available via
> something like one of the following:
>
> * example.com
> * example.com/access_name
> * access_name.example.com



# cat .htaccess
Options +ExecCGI +Indexes
<IfModule mod_autoindex.c>
 IndexOptions FancyIndexing NameWidth=*
</ifModule>
# doesn't work on my hoster :( AddHandler cgi-script .html
DirectoryIndex index.cgi index.php index.html

Hope that helps,

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to