Re: Run TomCat on port 80?
Owen Jacobson wrote:
Since Java provides no mechanism for altering the OS user the JVM is
running as, running Tomcat on port 80 involves allowing Tomcat to run
as root. Apache gets around this by binding to 80 as root and then
dropping to a non-privileged account based on the contents of
httpd.conf.
Not all OS's have "root" and not all OS's have the <port 1024 rule.
Arne
.
Relevant Pages
- Re: Run TomCat on port 80?
... So I'm not too interested in mod_jk to hook Apache up with tomcat. ... Apache gets around this by binding to 80 as root and then ... Running Tomcat as root should give you pause, ... (comp.lang.java.programmer) - Re: Run TomCat on port 80?
... So I'm not too interested in mod_jk to hook Apache up with tomcat. ... Apache gets around this by binding to 80 as root and then ... Running Tomcat as root should give you pause, ... (comp.lang.java.programmer) - Re: Hardening a Solaris system.
... > I know files that execute with root permissions by normal users (e.g. ... > I've set up a web server, running Apache, so are thinking about what I ... > 4) Not installed any man pages, so someone not knowing a Solaris ... I suspect it's not possible to remove all ... (comp.unix.solaris) - [Full-disclosure] Security Alert - The OS X Zombies
... A number of OS X boxes have in fact been compromised. ... still others through their Apache servers. ... [Which all is hardly news for beleaguered Windows system administrators. ... Use of remote root login, especially to boxes connected to the ... (Full-Disclosure) - Re: Those pesky Apache permissions (was Re: (kein Betreff))
... ,only the root was the owner of that folder and root was the group owner.... ... If you have also good advices for books regarding apache webserver,i ... Adding the directory 'setuid group' flag is done by: ... (RedHat) |
|