PHP 5.4 Has A Built-In Development Web Server
digitizor.com
PHP 5.4 Has A Built-In Development Web Server
1–10 of 17 posts
Re: PHP 5.4 Has A Built-In Development Web Server
#2Re: PHP 5.4 Has A Built-In Development Web Server
#3[deleted]
Re: PHP 5.4 Has A Built-In Development Web Server
#4[deleted]
Re: PHP 5.4 Has A Built-In Development Web Server
#5Its an absolute dream to be able to just download an application, compile it, start it, point nginx at it and bam, its live
Re: PHP 5.4 Has A Built-In Development Web Server
#6Re: PHP 5.4 Has A Built-In Development Web Server
#7I spend most of my time writing either erlang or node web apps, its terribly annoying when I switch to python / php / ruby and get told I have to configure some web server to get started. I have had a ruby/python app start a development server but still suggest I configure against apache for production Its an absolute dream to be able to just download an application, compile it, start it, point nginx at it and bam, i…
Re: PHP 5.4 Has A Built-In Development Web Server
#8Re: PHP 5.4 Has A Built-In Development Web Server
#9I spend most of my time writing either erlang or node web apps, its terribly annoying when I switch to python / php / ruby and get told I have to configure some web server to get started. I have had a ruby/python app start a development server but still suggest I configure against apache for production Its an absolute dream to be able to just download an application, compile it, start it, point nginx at it and bam, i…
Re: PHP 5.4 Has A Built-In Development Web Server
#10here is an even easier way: sudo apt-get install lamp-server^