PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, January 14, 2022

[FIXED] web server as a non root user

 January 14, 2022     lamp, webserver     No comments   

Issue

I searched on google about this but couldnt find much. I need to setup a server on a non root user account ,so that people can access it and store information on this. Can you tell me how can I do this?

I thought of installing LAMP as a non root user . will this do ?

Thanks, Vinay


Solution

Simply choose a port greater than 1023 and you can be any user. Only root can open a port between 1 and 1023, and the "normal" port for web access is 80.



Answered By - mah
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing