Tagged Questions
2
votes
1answer
80 views
Is LAMP needed in Centos 6.3
I am planning to install OpenVZ on Centos 6.3 and create containers using OS templates.I understand OpenVZ creates Virtual Private Servers.So is there a need to install LAMP in the host distro before ...
1
vote
4answers
140 views
while one website host is down, can I set up another host to take over, untill the first host goes back up
Basically I have a simple free host (000webhost.com) that I used to use. Now I have my own machine to host a website. however, when I'm updating stuff on that machine, or anything that might make the ...
1
vote
0answers
127 views
Accessing virtual LAMP server from my browser?
I set up a LAMP server on virtual machine using VirtualBox. I want to be able to access that virtual server from my browser on the same box that the virtual server is running on. Many of the ...
1
vote
2answers
2k views
PHP file wants to download, not display?
I'm following these instructions exactly: http://wiki.debian.org/LaMp
But my test PHP file, created at:
# nano /var/www/apache2-default/test.php
wants to download in the browser, not display as a ...
2
votes
2answers
290 views
Ubuntu LAMP server install issue
I've installed Ubuntu server 10.10 on a virtual machine using VirtualBox (I'm running Windows 7 64-bit). I have been following these 2 guides in order to set the system up for web development:
Ref ...
0
votes
1answer
68 views
A good resource for LAMP?
I want to learn about servers, not for any particular application, I simply want to learn. I am looking at LAMP, but I can't find any resources for learning about it. I have a giant book from 2004, ...
0
votes
2answers
685 views
Ubuntu 10.04 LAMP installation
I have tried to install a LAMP server on my Ubuntu 10.04 (home) installation by typing this into the terminal:
sudo apt-get install lamp-server^
However, afterwards, when I point my browser towards ...