Re: AllegroServe : using 2 servers on the same machine
Rudi Schlatte <[email protected]> Sat, 27 Dec 2003 13:44:29 +0100
| Newsgroups | gmane.lisp.open-source.franz |
|---|---|
| Message-ID | <[email protected]> |
--Apple-Mail-1--267411444 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed On 27. Dez 2003, at 11:33, Jacques Rattier wrote: > Hello, > Can someone help me on this point : > > I have 2 applications on 2 independant lisp worlds (Allegro 6.2) on > the same > paltform (windows). > I want to use AllgroServe for both, each application publishing its own > pages. > Is this possible ? No; only one application can listen on a specific port. I'm surprised that the second attempt to bind to port 80 doesn't lead to an immediate error (it does on Unix). You can either run both applications in one Lisp image, use another port for the second application or use a reverse proxy. Google for mod_proxy to see how apache can be configured to do this. Hope that helped a bit, Rudi --Apple-Mail-1--267411444 content-type: application/pgp-signature; x-mac-type=70674453; name=PGP.sig content-description: This is a digitally signed message part content-disposition: inline; filename=PGP.sig content-transfer-encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (Darwin) iD8DBQE/7X6z765FppppCGcRApoPAKDqugZbi2ByuaBcrR7iJcQp9VAsIwCfZ3Ch 8/Nhbgf6ci1XhIuKIdRABWU= =jLBo -----END PGP SIGNATURE----- --Apple-Mail-1--267411444--