Hello Sir, I need to make web server for my network (for LAN only) I already make that webserver following this tutorial http://www.howtoforge.com/perfect-s...2-php-mysql-pureftpd-bind-dovecot-ispconfig-3 i have given the name of the computer as server1.database.com of course i can acces server1.database.com from my computer but i can not acces server1.database.com from another computer How can I acces server1.database.com from another computer ? And Sir, I have a backup of web base application on DVD How i transfered that back up to my webserver (server1.database.com) ? What should I do ?
Your second computer should know that whois server1.database.com, the easiest way for it is that in second computer put this entry in /etc/hosts Your next question is: Which web application is this?
Am i have to insert it for all computer client ? the application is personal database sir using mysql php5 and apache2 the application have www and mysql folder that contain all files for the personal database I need to make that application work on my server i already built What should i do ?
The server hsotname should exist in DNS. Add it to the normal dns record of that domain if you want to access it from several computers. 1) Create a website in ispconfig 2) Create a ftp user in ispconfig 3) Create a database user and datanase in ispconfig. 4) Upload your website backup into the web directory of the newly created website by using the ftp user. 5) upload your mysql database dump with phpmyadmin into the database that you created. 6) adjust the database login details in your website scrip to match the login detatails of the database that you created.