Glese Posted December 28, 2011 Share Posted December 28, 2011 I am looking to create a small application to save short notations, and I am wondering is there a continuously running localhost server application, which I do not have to start and close each time, which also starts up at os system start up? Link to comment https://forums.phpfreaks.com/topic/253955-continuously-running-localhost-server/ Share on other sites More sharing options...
Philip Posted December 28, 2011 Share Posted December 28, 2011 You can setup apache/mysql to do this with practically any OS. Link to comment https://forums.phpfreaks.com/topic/253955-continuously-running-localhost-server/#findComment-1301925 Share on other sites More sharing options...
Maq Posted December 28, 2011 Share Posted December 28, 2011 I am looking to create a small application to save short notations, and I am wondering is there a continuously running localhost server application, which I do not have to start and close each time, which also starts up at os system start up? Are you using anything now, if so, which one? Link to comment https://forums.phpfreaks.com/topic/253955-continuously-running-localhost-server/#findComment-1301926 Share on other sites More sharing options...
Glese Posted December 28, 2011 Author Share Posted December 28, 2011 You can setup apache/mysql to do this with practically any OS. I am using XAMPP and did not think of installing Apache and MySQL, it is a good tip though. Link to comment https://forums.phpfreaks.com/topic/253955-continuously-running-localhost-server/#findComment-1301953 Share on other sites More sharing options...
Maq Posted December 28, 2011 Share Posted December 28, 2011 You can setup apache/mysql to do this with practically any OS. I am using XAMPP and did not think of installing Apache and MySQL, it is a good tip though. XAMPP include all those components (Apache, MySQL, PHP and Perl). Link to comment https://forums.phpfreaks.com/topic/253955-continuously-running-localhost-server/#findComment-1301955 Share on other sites More sharing options...
Philip Posted December 28, 2011 Share Posted December 28, 2011 http://www.apachefriends.org/en/xampp-windows.html#1179 Setup as services Link to comment https://forums.phpfreaks.com/topic/253955-continuously-running-localhost-server/#findComment-1301963 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.