Hello,
I want to install LAMP stack on Ubuntu desktop version 10.x. Do I have to reinstall the whole thing via the server version or apt-get install?
Thanks
Jean
I installed LAMP on Ubuntu 10.04. Now whenever I try to access http://localhost/ I get this message:
Forbidden
You don't have permission to access / on this server.
Apache/2.2.14 (Ubuntu) Server at localhost Port 80
I tried changing the permissions of the var/www/ folder by clicking ALT-f2, typing in "gksu nautilus" and right clicking the folder…
I have setup a lamp server in buntu 9.10 inside virtual box.. but does anybody know a way how to get wildcard subdomains working with this setup?
Is it possible to only setup a DNS for the virtualbox and use this only for the development envoriment?
i wonder how one can monitor a lamp server (ubuntu) on production.
are there any standard tools for this to watch the server performance/load in realtime via the browser? how mysql, linux, apache etc are doing...
what is best practice regarding this?
any tutorials would be great. thanks!
I have installed ubuntu Lamp stack.But the curl is not enabled neither i can find extension listed in the INI file, i added manually but it didn't worked too.
How should enable Curl then ?
How much memory (RAM) would the average LAMP production server use, assuming little-to-no traffic, barebones except Apache2, PHP 5.3, MySQL5 installed and running?
Hi,
I am wanting to setup a internal development server (LAMP), I need the web team to be able to access different developments sites ie:
example1.local
example2.local
example3.local etc
from within the network.
I believe it would be something to do with DNS?
Any help would be appriciated.
Kyle
The production server is shared, I don't have access to php.ini and httpd.conf and most PHP settings cannot be set or overrided using ini_set PHP function.
So I would like to create a local development environment having configurations as close as it can be to those of the production environment (LAMP). I don't have shell access to the server but…
Hi All,
Just wondering, I want to set up a basic web server at home. I run Windows (XP on the machine to be a server), however I also have Ubuntu on hand if I need to run that.
Basically I was wondering if there are any large difference between WAMP servers and LAMP servers? I know the run virtually the same software, but does one perform better…
We run Ubuntu Lucid 10.0.4 as the foundation of our LAMP environment. We are trying to become PCI compliant so that we can pass CC info through our server. We have run some third-party scans on our servers to begin the certification process and have run into errors regarding PHP 5 versions and Apache versions. The latest PHP version hosted in our…
I just installed BitNami LAMP stack on ubuntu. When I visit localhost/127.0.0.1 Apache returns "403 Forbidden. You don't have permission to access / on this server." I try repointing Apache's home directory to another folder (same hard drive, same partition) that's set to 777 recursively. Still getting 403. And then I change the ownership of the…
Hi, I've compiled LAMP from source on a Ubuntu VPS. I had to remove a previously installed version of Apache then I manually compiled all the packages, which seems to have worked up unto a point - however, when I try to run commands like "/etc/init.d/apache2 restart" I get the following error - No apache MPM package installed. I have installed…
I have a CentOS 6 machine running on our network which has a simple LAMP installation on it.
I have some files there which I would want to access through other Windows PC which I am able to do so using the IP address of the CentOS machine.
Since the IP address of the CentOS machine also could be dynamic I would want to connect to it using…
I run a LAMP server on a ubuntu laptop I use only for development. I am not greatly concerned with security, since the server is never accessible outside the local network, and it's turned off when I'm not using it.
My question is what is the simplest and 'best' way to set permissions/users/groups so that when my myself user creates, edits…
Hi everybody, I have been administering a few LAMP servers with 2-5 sites on each of them.
These are basically owned by the same user/client so there are no security issues except from attacks through vulnerable deamons or scripts. I am builing my own server and would like to start hosting multiple sites. My first concern is... ISOLATION.…
I'm spending a lot of time setting up new Centos 6 instances. I use a VCS (Subversion) for most of the config files and all of the webapp source files (Github), but even with excellent package managers (like yum, npm, easy_install, etc.) it still takes time.
I'd like to get to the point where I could try out a new potential web host by…
Hi, I install apache, mysql, php and then phpmyadmin on ubuntu desktop 10.04 version
I test apache: localhost with browser and its works.
I test mysql with console and its works.
I test phpmyadmin http://localhost/phpmyadmin/ and get error 404 not found
I see that solution for that brobem, copy /phpmyadmin/ to /www/, but I dont want to…
A user reported the following problem when attempting to visit www.airlinemogul.com.
The requested URL could not be retrieved
While trying to retrieve the URL: http://www.airlinemogul.com/airlinemogul/index.php
The following error was encountered:
* Read Error
The system returned:
(104) Connection reset by peer
An error…
What is the procedure for securing a Linux, Apache, MySQL, PHP Server (or even Perl) for production use?
Other than setting the MySql password and the root password for linux what other (maybe not so obvious) steps should be taken?
Also what steps can I take if I was going to be extra paranoid that may not normally be nessasary?…
Hello,
I did the yum install for apache, mysql, php, phpmyadmin. localhost/phpmyadmin displays correctly. I would assume PHP function correctly.
I put my webpages in /var/www/html/test_site/index.php. This page contains phpinfo. But it does not display an echo"test";
What could be wrong
Thanks
Dave
I work for a small company who provides a web application for thousands of users. Earlier this year they had one server hosted one company. We recently acquired another server in a different location with the hopes of one day making this a redundant failover machine. I understand what to do with the mysql replication, I plan on…
I'm trying to set up a development environment for a legacy system that runs CentOS 4.8, PHP 4.3.9, and MySQL 4.1.22. I'm matching OS and software versions to keep the development server as close to the production server as possible.
When I fire up PHPMyAdmin's setup script (version 2.11.10.1, of course) the installation…
Assume a Linux/Apache/MySQL/PHP application for a small base of registered users. With small userbase, there are no traffic peaks so the scalability that cloud platforms offer is not imperative. But the system is mission-critical, so availability is the primary goal. Users are also distributed across Asia, Europe, and…