With the existing patchset, UDP will just work like TCP - just add ListenUDP directives wherever you want to a UDP port. Future versions of Apache httpd (once UDP is bundled as a part of the official release, which is in the works) might need additional configuration directives to work, but that's still a while off.
Issac Rolf Banting wrote: > On 11/14/07, Issac Goldstand <[EMAIL PROTECTED]> wrote: >> I just realized that there was a typo in the patchset - it applies >> cleanly against httpd-2.2.6, but there's a line that shouldn't be there: >> >> srclib/apr/network_io/unix/sendrecv.c line 118: >> from->salen = sizeof(from->sa); >> >> Remove this and it should build cleanly. >> >> Issac >> > > I've now managed to get 2.2.6 patched. I had to tweak a couple of the > patches manually. I'll put together a patchfile shortly. Best of all > mod_perl2 builds and tests OK - 4 failures in subprocess & 1 in > server_constant. > > This all but removes Issac's UDP patch as a suspect in the case of the > mp2- tests-fail -against-httpd-trunk. > > So now then - how do I set up a UDP service? Is there any special > configuration? > > Rolf
