Re: [fossil-users] fossil http REPOSITORY ?OPTIONS?

2013-07-28 Thread Stephan Beal
On Sun, Jul 28, 2013 at 8:54 PM, reverse reve...@snowflakejoins.com wrote: The problem is that mod_wsgi does not correctly populate all environment variables, especially PATH_INFO and REQUEST_URI that are parsed in fossil/src/main.c . Based on my interpretation of:

[fossil-users] fossil http REPOSITORY ?OPTIONS?

2013-07-28 Thread reverse
Stephan, is there a way to add the baseurl param to the default CGI script #!/path/to/fossil repository: /path/to/repo.fossil Alternatively, how to issue the fossil http .. command from a CGI script ? I'd like to fix the missing / wrong CGI variables in a wrapper cgi script. -Alex

Re: [fossil-users] fossil http REPOSITORY ?OPTIONS?

2013-07-28 Thread Stephan Beal
On Sun, Jul 28, 2013 at 9:17 PM, reverse reve...@snowflakejoins.com wrote: Stephan, is there a way to add the baseurl param to the default CGI script No idea - Apache's always worked for me and i've never needed to play with the various config options. :( -- - stephan beal

[fossil-users] fossil http REPOSITORY ?OPTIONS?

2013-07-28 Thread reverse
Hi, According to Apache docs, the PATH_INFO may or may not be available . http://httpd.apache.org/docs/current/mod/mod_cgi.html PATH_INFO This will not be available if the AcceptPathInfo directive is explicitly set to off. The default behavior, if AcceptPathInfo is not given, is that mod_cgi