LSTSRV-L Archives

LISTSERV Site Administrators' Forum

LSTSRV-L

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Valdis Kletnieks <[log in to unmask]>
Tue, 15 Jan 2002 15:20:50 -0500
text/plain (35 lines)
On Mon, 14 Jan 2002 14:52:29 CST, Conor Doyle <[log in to unmask]>  said:
> What the problem is, is the way that people access the online archives.  How
> to set up the archives on separate domains.

Just have [log in to unmask], [log in to unmask],
[log in to unmask], and so on.

If you insist on having:

[log in to unmask]
[log in to unmask]

and so on, that gets a little bit more interesting - mostly because Listserv
itself will always claim to be in one domain.  You can get Apache to do
nice things with virtual domains, something along this line:

<VirtualHost some.IP.here>
     ServerName www.joe.com
     DocumentRoot /some/path/here
     RewriteRule /archives/joes-list /path/to/listserv/archives/joes-list
</VirtualHost>

and repeat for fred.com and so on.  However, you'll have major problems
in two areas:

1) wa.cgi will insist on using the hostname in URLs it creates.
2) The 'lsv' process will insist on using the hostname it thinks it is
for any mail/etc that it creates.


--
                                Valdis Kletnieks
                                Computer Systems Senior Engineer
                                Virginia Tech

ATOM RSS1 RSS2