Apache homepage - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Apache homepage (/thread-1934.html) |
Apache homepage - bobeq - 12-04-2007 10:01 AM How to change the page which is showed when entering my ip address? It's ispCP admin page, I would like to have another. one. I must be very simple, but I couldn't find it in apache conf files. RE: Apache homepage - joximu - 12-04-2007 10:14 AM You could create another vhost entry with "ServerName 123.45.67.89" (your IP). I think this should work. /J RE: Apache homepage - bobeq - 12-04-2007 05:56 PM Sure. It works. Thank you. |