Nevermind. I used a reverse proxy to forward requests to a different port.
--
View this message in context:
http://mono.1490590.n4.nabble.com/How-do-I-self-host-a-WCF-Service-on-Apache-tp4661563p4661572.html
Sent from the Mono - General mailing list archive at Nabble.com.
__
How do I self-host a WCF Service on Apache and access it from Silverlight?
If I try to host it on port 80, Apache intercepts the request for the
service.
If I try to host it on some other port, it's considered "Cross Domain" and
tries to get the ClientAccessPolicy.xml on the same port. which