- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- how to use 80 port
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 06:14 PM
07-22-2004 06:14 PM
how to use 80 port
but when i create a new user,such as named newUser,and this newUser grouped in
newGroup(my creaeted),users,system,when i start a same kind of web server(not
that one running in root env,it's a new one running in this newUser),i found
that the server didn't started normally,it's shows :
Unable to create a server socket on Channel Default for port: 80. java.net.BindE
xception: Permission denied Perhaps another process is using port 80.
i'm sure that the server running in root was not started,and after failuring to
start this server,i start the server in root ,it can starte normally again.
what 's the reason of it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 08:35 PM
07-22-2004 08:35 PM
Re: how to use 80 port
If it is a "open source" software please post your problem on the software vendor site. HP supports only the customized IAS apache webserver and only parts of it.
Btw. from network basics: Port 80 is below 1024 so in the priviledged port range. Does it work if you change the port > 1024?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2004 12:41 PM
07-25-2004 12:41 PM
Re: how to use 80 port
the web server is Weblogic Server ,and OS is Tru64 5.1B,WebLogic Server running in root user is normal,and this server is useing 80 port,but when i create a new user ,this user user can't start the server ,because it 's using the 80 port ,perhaps the new user has no privilege to use the port below 1024,mybe it can be add root privilege to this user ,but i want not to add all other root privilege to this user ,instead of using 80 port
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2004 07:23 PM
07-25-2004 07:23 PM
Re: how to use 80 port
But it is wise to post the question within the software vendor forum of your webserver and not within the forum of the OS...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 06:59 AM
07-26-2004 06:59 AM
Re: how to use 80 port
programmes, that open ports below 1024 need root priviledges. Why not take another like 8080 or 8081?
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 10:44 AM
07-26-2004 10:44 AM
Re: how to use 80 port
I've given the same information on my 1st posting. thanks for reading all posting prior to answer.... ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 01:22 PM
07-26-2004 01:22 PM
Re: how to use 80 port
iptables -t nat -A OUTPUT -d localhost -p tcp --dport 80 -j REDIRECT --to-ports 8080.
i have ask the Bea about this problem,but i want to know hp's reply :)
the reason i want to use a new user instead of the root user is a tip in document System Configuration and Tuning ,it' says:
The max_proc_per_user attribute specifies the maximum number of
processes that can be allocated at any one time to each user, except superuser.
so i think if the modification has no work in root user,i have to use a new user and modify the vm subsystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 07:06 PM
07-26-2004 07:06 PM
Re: how to use 80 port
iptables is the paket filter option within linux. As reading within the manual of the paket filter option there is no "port redirect" feature within Tru64.
Why not using autoconfig proxy setup on client side which allows configuration and redirection on the fly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 10:57 PM
07-26-2004 10:57 PM
Re: how to use 80 port
you could run it with port 8080 and only the call from the browser is slightly different. www.test.com:8080
hth,
Michael
ps. Ralf, I do read the postings but sometimes my concentration is low and then I miss things. Just see it as confirmation of your expertise! ;-)))