Package: gforge-web-apache2
Version: 4.6.99+svn6549-1etch
Severity: normal

in /etc/apache2/conf.d/gforge.httpd.conf:
NameVirtualHost *:443
...
<VirtualHost *:443>
ServerName gforge.domain.com
...
</VirtualHost>
...
<VirtualHost *:443>
ServerName scm.gforge.domain.com
...
</VirtualHost>

http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#vhosts2 tells that it is not 
possible to configure apache like this.

I'm not sure, because apache tells me about warnings, but I configured it 
changing to:
NameVirtualHost x.x.x.x:443
<VirtualHost gforge.domain.com:443>
ServerName gforge.domain.com
...
</VirtualHost>

<VirtualHost scm.gforge.domain.com>
ServerName scm.gforge.domain.com
...
</VirtualHost>

Last, sorry for don't says it on a diferent bug/site, I have to add two 
ScriptAlias for mailman start to work on the web:
ScriptAlias /mailman/ /var/lib/mailman/cgi-bin/

To create 'newlist mailman', I had to change /etc/mailman/mm_cfg.py where my 
domain was 'gforge' and not 'gforge.domain.com', I don't know where 
gforge/mailman look for domain name and says it is gforge, changing it this 
works.

Thank you very much

Debian Rocks


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to