Hi everybody, I don't know if this is possible or not, but I'm trying with no results. Is it possible to install gitweb on a shared hosting system, with no root access. Reading the INSTALL document reveals only information for configuration on build-time/install as root. I expected it to be installable just as any other web application: * get gitweb.cgi and related files + place them on the webserver * modify a config file (gitweb.cgi) to update the paths + gitweb options * (eventually) adjust server configuration for CGI in the wanted dir DONE. Also, having configuration information spread across several files (README/INSTALL/gitweb.cgi) doesn't help much. It is also very strange to have README/"How to configure gitweb for your local system" saying "You can specify the following configuration variables when buiding GIT". That means I have to rebuild GIT (actually, only gitweb/gitweb.cgi) to configure gitweb => I need to download the sources by hand instead of using the already installed gitweb on my system (the one which came with the git package). Is there any strong reason to have configuration at build-time at all? It would be a lot easier IMO to have it *just* by config files. I'm saying this because most of the install process is manual anyway (copying/moving files). Many thanks, Mircea -- http://mircea.bardac.net - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html