[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#664761: apache2/conf.d migration: what should webapp packagers do?



Arno Töll wrote:

> However, reading your snippet I realized, you use module directives
> which aren't available until one enables the rewrite module in your
> case. We might think how to allow packagers of web applications to
> "tell" us, your configuration needs a special module. As we wrote in
> the announcement mail, we're open to suggestions from packagers of web
> applications.

My bad --- I realized too late I had sent my local configuration.
The actual snippet is

	Alias /gitweb /usr/share/gitweb

	<Directory /usr/share/gitweb>
	  Options FollowSymLinks +ExecCGI
	  AddHandler cgi-script .cgi
	</Directory>

Ideally the pathinfo stuff should be conditional on whether the rewrite
module is already loaded.

Thanks,
Jonathan



Reply to: