Centos – Install webserver without root access

apache-2.2centos

I have a centOS server. I do not have access to the current web server, so I would like to install apache or something, so that I can make changes to the configs. Is there a way to do this in Linux?

Best Answer

You can compile the source in your home directory and run it from there. However, you will be subject to the limits for your user (ulimit -a) and will not be able to bind to a port <1024.