I was wondering if there is a way to configure Apache to respond to http requests sent to the broadcast address (ie. 192.168.1.255). Thanks

link|improve this question

The broadcast address is in 192.168.1.255 in /24 networks... And what is the objective of that ? – Dom Aug 10 '10 at 17:23
feedback

1 Answer

up vote 1 down vote accepted

The HTTP and HTTPS protocols operate over TCP/IP which does not support broadcast addressing like, for instance, UDP/IP does so there is no valid concept of a broadcast HTTP request.

IIRC Apache can be made to do multicast responses to multiple clients but I don't think that is what you are looking for, see http://en.wikipedia.org/wiki/Multicast.

If multicast is what you are looking for then you should update your question. In any case, adding to your question what you are trying to achieve might help get you answers with suggestions for what might work.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.