server side programming

Dedicated Server Hosting

by Vivek Gite on April 6, 2008 · 1 comment

Q. We have decided to move to Linux and brought a dedicated Dell server preinstalled with Red Hat Linux for hosting our small business website. Can you tell me what software required to run on a Linux dedicated server for hosting purpose?

{ 1 comment }

How To: Ubuntu Install Apache Software

by Vivek Gite on August 28, 2007 · 1 comment

How do I install Apache 2 software under Ubuntu Linux?

{ 1 comment }

Q. How do I determine or retrieve visitor’s IP address using PHP server side programming? A. Use following enviorment variable to get visitor’s IP address: No Proxy detection => REMOTE_ADDR – Remote client IP address With Proxy detection => HTTP_X_FORWARDED_FOR – Get Proxy server IP PHP getenv() function => Use php getenv() function to read [...]

{ 21 comments }