I was told my my programmer that i need to enable http access on two of my servers so he can connect to them from the site that he's working on for me. How do i enable http access?
typically this is done in the apache main config may be the official .htaccess tutorial may help you best: for apache 1.3 http://httpd.apache.org/docs/1.3/howto/htaccess.html for apache 2.2 http://httpd.apache.org/docs/2.2/howto/htaccess.html