Re: [Mailman-Users] strange porblem with apache

2006-03-26 Thread Manlio Perillo
Patrick Bogen ha scritto: > On 3/25/06, Manlio Perillo <[EMAIL PROTECTED]> wrote: >> Gli amministratori possono visitare > href="http:/lists.python.mydebian/mailman/admin">la pagina di >> supervisione per gli amministratori per trovare l'interfaccia di >> gestione della tua lista. > > You

Re: [Mailman-Users] strange porblem with apache

2006-03-25 Thread Mark Sapiro
Patrick Bogen wrote: > >You are missing the extra forward-slash following http:. It should be >'http://lists...', but you have 'http:/lists...' > >The problem is with your DEFAULT_URL_PATTERN that you listed in your first >email Thank you Patrick! Now I feel foolish for not seeing it. (and of co

Re: [Mailman-Users] strange porblem with apache

2006-03-25 Thread Patrick Bogen
On 3/25/06, Manlio Perillo <[EMAIL PROTECTED]> wrote: > Gli amministratori possono visitare href="http:/lists.python.mydebian/mailman/admin">la pagina di > supervisione per gli amministratori per trovare l'interfaccia di > gestione della tua lista. You are missing the extra forward-slash

Re: [Mailman-Users] strange porblem with apache

2006-03-25 Thread Manlio Perillo
Mark Sapiro ha scritto: > [...] > And do you have something like > > VIRTUAL_HOSTS.clear() > add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) > > following your redefinitions of DEFAULT_URL_HOST and DEFAULT_EMAIL_HOST? > Yes, but I don't have a VIRTUAL_HOSTS.clear(). > >> The link is cor

Re: [Mailman-Users] strange porblem with apache

2006-03-25 Thread Mark Sapiro
Manlio Perillo wrote: >Mark Sapiro ha scritto: >> Manlio Perillo wrote: >>> PRIVATE_ARCHIVE_URL = '/mailman/private' >> >> What's this?? > >> [...] > >The configuration file is correct. There is no such setting as PRIVATE_ARCHIVE_URL and if there were I would expect it to be a URL, not a path.

Re: [Mailman-Users] strange porblem with apache

2006-03-25 Thread Manlio Perillo
Mark Sapiro ha scritto: > Manlio Perillo wrote: >> I have installed Mailman on my test machine (Debian Sarge on VMWare) but >> I have hit a strange problem. >> >> Here is my configuration: >> >> # mm_cfg.py >> MAILMAN_SITE_LIST = 'mailman' >> >> DEFAULT_URL_PATTERN = 'http:/%s/mailman/' >> PRIVATE_

Re: [Mailman-Users] strange porblem with apache

2006-03-24 Thread Mark Sapiro
Manlio Perillo wrote: > >I have installed Mailman on my test machine (Debian Sarge on VMWare) but >I have hit a strange problem. > >Here is my configuration: > ># mm_cfg.py >MAILMAN_SITE_LIST = 'mailman' > >DEFAULT_URL_PATTERN = 'http:/%s/mailman/' >PRIVATE_ARCHIVE_URL = '/mailman/private' What's

[Mailman-Users] strange porblem with apache

2006-03-24 Thread Manlio Perillo
Hi. I have installed Mailman on my test machine (Debian Sarge on VMWare) but I have hit a strange problem. Here is my configuration: # mm_cfg.py MAILMAN_SITE_LIST = 'mailman' DEFAULT_URL_PATTERN = 'http:/%s/mailman/' PRIVATE_ARCHIVE_URL = '/mailman/private' IMAGE_LOGOS = '/images/mailma