valerio crini schrieb:
Hi, I was wondering if is possible using same mod_perl handler with different ports and how can i manage to configure it.
so if i call http://../query:12200 i call Handler and if i call http://../query:12300 i call Handler2
This, of course, would not be read as a port number. The port number follows the hostname. http://localhost:8080/query Michael Ludwig