apache setenv question

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

 



Dear list,

I have come here with a gitweb issue which is related with apache setenv .

I have set gitweb with a single project root and it's running fine. The problem
arise when multiple root come into picture. Following the git documentation, I have defined
the separate gitweb.conf in the apache configuration ( not vhost ) as

`````````````````````````
SetEnv  GITWEB_CONFIG  /home/git/gitweb.conf
``````````````````````````

the complete config file is as below

``````````````````````````
SetEnv  GITWEB_CONFIG  /home/git/gitweb.conf

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

If I now add one more config with a different gitweb.conf using setenv,
gitweb still shows the first one. It seems apache always read the first setenv
and ignoring the rest. What am I missing here ? 

Thanks and regards.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux