Hi,

"fossil serve" provides several options that I can't find for
the CGI program "fossil cgi".

The only "cgi" options I have managed to find are "repository" and
"notfound", as documented here.
https://www.fossil-scm.org/index.html/doc/trunk/www/server.wiki

I want to use --repolist and --baseurl in the CGI program.
Is this possible?

Here are the "serve" options, for reference.

  > fossil help serve | sed -n '/Options/,$ p'
  Options:
    --baseurl URL       Use URL as the base (useful for reverse proxies)
    --create            Create a new REPOSITORY if it does not already exist
    --files GLOBLIST    Comma-separated list of glob patterns for static files
    --localauth         enable automatic login for requests from localhost
    --localhost         listen on 127.0.0.1 only (always true for "ui")
    --nojail            Drop root privileges but do not enter the chroot jail
    --notfound URL      Redirect
    -P|--port TCPPORT   listen to request on port TCPPORT
    --th-trace          trace TH1 execution (for debugging purposes)
    --repolist          If REPOSITORY is dir, URL "/" lists repos.
    --scgi              Accept SCGI rather than HTTP
    --skin LABEL        Use override skin LABEL

  See also: cgi, http, winsrv

Thanks

Tom
_______________________________________________
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