Want to move our team over from one server that hosts development environments for a bunch of websites to something more flexible and powerful.
What are your opinions on the best way to approach the following:
Host multiple LAMP based websites in different states of development (from mostly dormant to daily active).
What are the clear benefits of using Zend Server PHP stack against an *AMP(for example LAMP) stack?
Or Vice versa? What are the benefits of using a *AMP(for example LAMP) over zend server?
Additional information: I recently Acquired my own VPS(which has ubuntu 12.04.2 preinstalled), which allows me to build my own web server from the ground up.
I know different permutations of this question have been asked before (because...
Hi guys!
I'm wondering what can I do for having a development LAMP server without explosing me to any security problems.
So I install the LAMP stuff with this command:
Code:
sudo tasksel install lamp-server^
And after I edit /etc/apache2/ports.conf and I change
Code:
Listen 80
To
Code:
Listen 127.0.01:80
to make any other computers outside my network incapable of queryin
Hello everyone,
I want to install a complete server-based suite on my local computer for local web development and testing. I want to used PHP for server side scripting.
I'm managing multiple websites, most based on WordPress and all are based on LAMP stack.
I'm moving all my websites to Amazon cloud.
I'm new to AWS and my plan is moving 1 website by one, starting with my smallest website.
My question is should I put all my site on 1 EC2 instance and or 1
website on 1 separate instance?
This probably sounds stupid since anyone would definitely choose the l
I am trying to set up a LAMP stack on my desktop, mostly for development purposes. I followed the instruction in the LAMP page in the wiki to the letter: checked that the http user existed, fixed the http.conf and rc.conf files, started the http server. When I try to connect to localhost, however, instead of the usual Apache page I get a " "Could not connect" message.
I develop websites. I bought a VPS a while ago and decided to turn it into a development server for me and some buddies. Now, because these are websites, I want to be able to access the development versions of the websites on the server. For this, I set up a LAMP stack which works perfectly.
Next step is access control to the development websites. Originally, I was going to filter request by IP.
Possible Duplicate:
What's the easiest way to set up a LAMP stack?
I'm studying SQL database right now and I need a mySQL server. I was guided to use a LAMP server on Linux .. but I don't know how to install it on my Ubuntu 12.04 LTS ?!!
I looked for previous situations like me and I found that I should install some software called tasksel .. but when I did ..