Hello I tried installing fossil as CGI on Apache 1.3 and there is some difference form what is in the docs.
Firstly I had to use a script like this: #!/<path-to-fossil>/fossil cgi repository: /<path-to-repo>.fossil Note the cgi parameter. Without that the server would just report an internal error. The other issue is that the CSS could not be downloaded from the server. The header links to <cgi-script-url>/style.css?blackwhite but the url contains this text in red: no such file: cgi Removing the part with ? gives the CSS. I would suspect this would affect other pages as well but none I tried so far was affected. Is the cgi feature well tested? Did anybody else try with Apache 1.3? I don't have access to the server logs so I am not sure what is going on when something breaks. Thanks Michal _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

