Acronym for a solution stack of free, open source software, originally coined from the first letters of Linux (operating system), Apache HTTP Server, MySQL (database software) and Perl/PHP/Python, principal components to build a viable general purpose web server.
0
votes
2answers
41 views
Linux Server and LAMP basic questions
I am pretty new to the Linux environment. I have been asked to setup a Linux server and LAMP. I do have a background on network and windows server admin, however when it gets to Linux servers, I don't ...
0
votes
1answer
21 views
How do I set up a localhost website?
I have created a simple index.php file which I have places in /var/www/ next I changed the permissions of the file with sudo chmod +x index.php
I then ran Chromium and typed in localhost to the ...
0
votes
1answer
23 views
How do I password protect my webservers document root?
I have installed LAMP using tasksel and it is for a development system. I was wondering if I could password protect the folder /var/www/ and when someone goes to developmentservername.mydomain.com, I ...
0
votes
1answer
15 views
Java Hibernate: Download MySql or LAMP
I am going to be writing a Spring based Java application and I was wondering if I should install MySql directly or should I just install LAMP. I would like to install LAMP, but would this have any ...
0
votes
1answer
22 views
Whay apache2 does not process PHP files?
I have installed Apache server using TaskSel from Synaptic package manager.
I did the following:
sudo a2enmod php5
Module php5 already enabled
sudo a2enmod userdir
Module userdir already enabled
...
1
vote
1answer
74 views
Permanent chmod 777
How can I set chmod 777 for my lamp server?
I am the owner of the www folder (sudo chown -R martin www).
I have changed the permissions of all files (sudo chmod 777 -R www).
I don't know why, but my ...
0
votes
1answer
25 views
php-in-homedirs
I am trying to get php to work in user's public_html folder using the instructions found at:
https://wiki.ubuntu.com/UserDirectoryPHP
If I follow the first part and comment out the IfModule lines in ...
0
votes
0answers
11 views
How to install CodeIgniter in lampp/xampp [duplicate]
Please give me a step by step how to install CodeIgniter on Ubuntu in web server lampp/xampp. thank anyway
3
votes
3answers
90 views
Cannot get mysql to work/start even after clean install
I am completely stumped right now, whilst I am not an advanced user, I know my way around Ubuntu and so tried to look into things with the help of certain forum topics.
The Problem:
Today, quite ...
0
votes
1answer
17 views
How to enable PHP on LAMPP?
I installed lampp a couple of weeks ago. Everything works fine when it comes to html files, but when I try to open a php file, the browser asks me where to download it. :/
I tried with my php files, ...
0
votes
1answer
15 views
Disk and Ram Memory size
I need to know the disk size and the ram size of LAMP + Chrome. How can I check it... on ubuntu 11.x and 12.x
Thanks
0
votes
1answer
53 views
Ubuntu Web Server is not Accessible outside Localhost
I have a web server running the latest version of Ubuntu, LAMP stack and everything else required to run a local server.
I managed to install wordpress on localhost/wordpress.
And going to just ...
0
votes
0answers
20 views
How do I fix a update lock in 13.04? [duplicate]
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
1
vote
1answer
43 views
how to run php web application in lamp server and mysql connection also
i need your help.
1.i wanted to install php , mysql and server appache like..
2.how to run php web application in server?
3.how to connect php web application into mysql.
0
votes
1answer
39 views
image can not be seen in htdocs?
I am using Ubuntu 12.10 and recently have installed xampp 1.8.1. My problem is: image from server can not be shown.
my code is ::
<div class="sideBlock unSung">
<h4>Unsung ...
2
votes
0answers
24 views
Trouble with local server, URL not found errors with some, but not all local sites
I am setting up my Ubuntu laptop for my new job and I am having a strange issue. They have a crazy environment setup that I got working on my local Ubuntu 12.10 machine with Apache and PHP 5.3 (had to ...
1
vote
0answers
77 views
Accessing phpMyAdmin remotely
I've installed and got everything working and set up fine and I can install phpMyAdmin fine as well, but I am unable to access it remotely.
I've tried adding the following into ...
0
votes
1answer
60 views
folder on /var/www is forbidden,why? (browser is showing forbidden message) [duplicate]
I installed LAMP, and created a file named index.html. This file is accessible via browser (localhost/index.html).
But when I moved my project folder to /var/www/ , I can't browse any file via ...
0
votes
1answer
51 views
Some doubt about root password
I was looking for installing a LAMP in my personal PC but I can't create folders in /var/www so i run this little script in my console:
sudo passwd -l root
And I don't know if this an issue ...
0
votes
1answer
51 views
Local cgi server
I'm doing some python cgi programming and was wondering if there was a script for running cgi instead of having to install an entire LAMP server for doing it. I've been using CGIHTTPServer but it ...
1
vote
0answers
43 views
Install git on ubuntu with lamp
i have Ubuntu 12.10 on my server and i need lamp on it, i want to use git on it - which i'm new to -... so I've read This article about how to install git , it says that i should have public ssh key ...
1
vote
2answers
40 views
Installing MySQL in LAMP
I managed to install Apache and PHP on my Ubuntu Installation, however when I try to install MySQL using this command
sudo apt-get install mysql-server
It mentions that there are broken packages. ...
0
votes
0answers
17 views
Problem with 32 bit lib files
I am using Ubuntu 12.10 64 bit version. Since I am web developer I have installed lampp server as well. For running lampp I downloaded a 32bit lib files package and installed it.
But after ...
1
vote
0answers
28 views
alternative to chmod 777 in LAMP [duplicate]
Typically after installing LAMP I like to install phpmyadmin and be allowed to drop folders in var/www/. I run sudo chmod 777 only because the LAMP is on a LAN. I was curious to know what is the ...
1
vote
1answer
60 views
LAMP charm in a LXC container configuration query
Tired of rebuilding and configuring LAMP. I have been following the Get started guide on Juju.ubuntu.com. and have managed to expose phpyadmin and lamp following Victor Palau's tutorial.
However on ...
0
votes
2answers
50 views
How to compile php in after installing php, apache and mysql severs?
I have installed all the necessary servers to work with php in Ubuntu..
But i don't know how to compile php in Linux.
My hostname is "blackparrot"
my user name is "red"
Pls tell or show me a way to ...
0
votes
1answer
177 views
Easiest way to assign a static IP address for a LAMP server / VBox snapshot
I want to create a basic Ubuntu 12.04 LAMP server under VBox. Once I have it configured with a base Data set I want to Snapshot that and be able to hand it off to my development partners to use. ...
0
votes
2answers
119 views
how to access phpmyadmin in lamp
I have installed LAMP on ubuntu 12.10, and I want to acced PhpMyAdmin, and I don't know it's URL.
I tried to access this URL : http://localhost/phpmyadmin
But I got this problem :
Not Found
...
0
votes
0answers
209 views
Configure Apache to access a symbolic link to samba mounted folder (Symbolic link not allowed or link target not accessible)
I had Arch Linux installed and was able to get this correctly working, but I decided to switch over to Ubuntu Server.
I just installed the latest (12.10) version of Ubuntu Server along with LAMP and ...
0
votes
1answer
247 views
MySQL deactivated in Lampp, Xampp on Linux 12.04 [closed]
I have freshly installed xampp-linux-1.8.1 on my Ubuntu 12.04 (Mint 13 maya) Operating system. When run lampp, I get :
/opt/lampp/lampp start
Starting XAMPP for Linux 1.8.1...
XAMPP: XAMPP-Apache is ...
1
vote
1answer
139 views
Install LAMP and Zend Framework on Server Version (EC2)
Does anyone have a good step-by-step guide to setting up a server version of Ubuntu as a LAMP server? Preferably with Zend Framework installed?
I have been working on a local workstation with the ...
1
vote
2answers
103 views
Running a web test server with Ubuntu
I have typically used XAMPP on my windows PC for web development testing. This afternoon I plan to add LAMP to my Ubuntu. I would also like to try and install Apache Tomcat but I am not familiar if
...
0
votes
2answers
513 views
Ubuntu 12.04 Server as VMWare Guest: Unable to Ping and Access Apache from Host
This may be just some configuration in my Ubuntu setup and may not anything to do with Vmware Workstation but I thought to give all the info. I have a Win 7 'host' workstation running Vmware ...
2
votes
1answer
45 views
“on demand” LAMP stack
I'd like to install a LAMP stack on my laptop in order to be able to locally develop PHP websites. However, since my computer is a laptop, and since I don't always need having apache and MySQL server ...
0
votes
1answer
56 views
How do I allow access to userdir on 12.10?
I've just installed a fairly vanilla LAMP stack on 12.10 (via apt-get install mysql-server phpmyadmin) on my laptop for development purposes.
I've enabled mod_userdir and restarted Apache, but trying ...
0
votes
0answers
105 views
images sent by apache not showing up in browser
I have Ubuntu 12.04 64bit setup on virtualbox as guest OS on Windows7 64bit being the Host.
I have successfully setup LAMP and checked few pages by hosting them in apache. the problem that i am ...
0
votes
2answers
99 views
How to set up directory backup?
I have Ubuntu 12.10 installed running a LAMP stack for a small site I host. I need to set up a system for weekly backups of the /var/www directory where all of my sites are. What is the best possible ...
1
vote
2answers
83 views
Start or Stop a server with a single script launcher
I made 2 .sh scripts to start and stop Xampp server. I'd like to merge them in a single launcher to obtain something like a ON/OFF button, so that if Xampp has already been started it would stop, but ...
1
vote
0answers
264 views
MySQL stop/waiting issues; “can't connect … through socket” [closed]
So first time putting up a LAMP stack on a Bodhi machine (previously experience with WAMP, and LAMP on 10.04); I got Apache going, and a Drupal install begun, then I go to create a new database and ...
1
vote
1answer
36 views
Hosted website unavailable after uninstalling local copy
I attempted to install my hosted Wordpress site on my 12.04 desktop following the Ubuntu Lamp guide, then after being unable to get it running properly attempted to uninstall it using suggestions in ...
1
vote
0answers
24 views
How to relay gmail using postfix? [duplicate]
Possible Duplicate:
How can I configure Postfix to send all email through my Gmail account?
I want to test php mail function from my ubuntu desktop. I heard that postfix can do this. But I ...
0
votes
0answers
48 views
Adding Additional RAID Array for Storage in Ubuntu 11.10 x64 Server
Haven't run into this situation before but it seems simple enough. Looking for advice/guidance on the following issue.
I have an Ubuntu 11.10 64-bit server that is configured with 2 identical hard ...
0
votes
3answers
77 views
Getting a LAMP server secured and locked down for development
I'm turning my VPS into a development server which will hold development copies of all my websites, controlled by git. Of course, I installed the LAMP server so I can test them.
I've already ...
0
votes
1answer
569 views
“XAMPP: Couldn't start MySQL” on Ubuntu 64bit
I installed LAMPP with these instructions, but phpmadmin didn't work so i tried to uninstall and then install it again and it still doesn't work. When I'm trying to turn it on i get these errors.
...
0
votes
1answer
103 views
Server does not load index.php
I have just installed the lamp-server package on a new ubuntu 12.10 installation. It went fine.
I tested on localhost/ and got the expected response.
The I created an index.php file
Loading ...
2
votes
1answer
102 views
Cannot login via SSH after installing LAMP via Tasksel
After install LAMP via Tasksel I cannot log in anymore via SSH: connection refused. I'm sure that install LAMP this way causes this problem. I had this once before.
I'm still connected via SSH, so ...
3
votes
1answer
1k views
Why do I get “connection refused” errors connecting to a server via SSH?
I've installed Ubuntu 12.04.1 LTS on it with the LAMP stack.
I can ping it but when I try to connect to it the server can't be found.
When I try to connect with WinSCP I get the error Network error: ...
0
votes
1answer
171 views
Is it possible to do an unattended/silent lamp installation?
Is there a way to set up and pre-configure a lamp environment within a bash script without user prompting by dpkg and present data like mysql or root user password and such kinds of things?
0
votes
1answer
142 views
why phpmyadmin didn't work?
When run phpmyadmin it is not working and i get this message:
Not Found
The requested URL /phpmyadmin/ was not found on this server.
Apache/2.2.22 (Ubuntu) Server at localhost Port 80
How it's not ...
1
vote
1answer
229 views
How to install Lamp?
I'm just want to install lamp server + phpmyadmin normally
in case of when setting up mysql i get this error:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
I ...
