On Mon, Sep 15, 2008 at 04:54:30PM +0300, Omry Yadan wrote: > Adam Chlipala wrote: > > > Daniel Verkamp wrote: > > > >> I have now requested and received an IP (so I can use the server via > >> HTTPS), but I am having difficulty getting the server to run. > >> > >> In the httpd.conf of my instance of Apache, I have > >> Listen 69.90.123.84:443 > >> > >> When attempting to run my httpd, I get an error like: > >> (13)Permission denied: make_sock: could not bind to address > >> 69.90.123.84:443 > >> > >> The same error happens if I try port 80. > >> > >> Do I need to do something in addition to requesting the IP in order to > >> be able to bind to it? > >> > >> > > > > I think it _should_ work. You should file a Bugzilla bug for this. > > > If I am not mistaken, binding to port numbers under port 1000 requires > root access.
Yes, under port 1024 is root-only. Interesting, I didn't think about this problem before. I'll see what solutions can be done. -doc _______________________________________________ HCoop-Help mailing list [email protected] https://lists.hcoop.net/listinfo/hcoop-help
