General :: How To Setup The LAMP
Nov 8, 2010
i did install it correctly because when i typed localhost in the adress bar it opens this
Code:
It works! This is the default web page for this server. The web server software is running but no content has been added, yet. so i create a phpinfo.php file and inside it is
Code:
<?php phpinfo();?>
but instead of displaying php information, it tries to download the phpinfo.php file. why?
View 44 Replies
ADVERTISEMENT
Jan 3, 2011
I�m kind of newbie trying to figure out a LAMP setup that will require as little maintenance as possible, and still be reasonable secure and maintained.After lots of googeling i think CentOs 5.x looks nice, the only problem is that i need PHP5.2.13 or later.If i add it from some 3 rd party repository it looks easy to install but what happens when there is security patches needed etc?I don�t like the idea of compiling it myself, I would probably get it running but there is always lots of do and donts that im unaware about to get it �right� not only �running�.
View 1 Replies
View Related
Mar 16, 2010
Good tutorial, using images for a lamp server that has, MySQL,PHP, Apache, FTP with all the fruit for running a server that will host a Gallery, forum and main site
I know there's heaps around for Ubuntu 9.10, but its not quiet what I'm looking for as in Gd, ImageMagick and some extras for Apache mods
View 1 Replies
View Related
Oct 14, 2010
Ubuntu 10.10point me the URL of Howto re setup a mail/LAMP server Google brought me the howto from howtoforge. I need the howto from Ubuntu documentation/Greek.
View 2 Replies
View Related
May 2, 2011
I'm breaking my head on this.I want to create a development environment. This means that I want to be able to create/change files myself, but php should be able to do the same. I installed a lamp-stack using tasksel. Afterwards I installed phpmyadmin. So far so good. Going to http://localhost shows "it works".
Then I created a folder /home/hwc/www and created a new apache site called hwc, disabled default and enabled hwc that points to /home/hwc/www and has the directive AllowOveride All set. But when I go to http://localhost know I get a 403 Permission denied error. I've tried several trings like changing ownership of /home/hwc/www to www-data:www-data, to hwc:www-data, to hwc:hwc, but all to no avail. Even adding www-data to group hwc and hwc to group ww-data did not help. According to other posts at least on of these solutions should have worked, but it did not. I could probably fix it by letting apache run as hwc, but that doesn't seem right.
View 3 Replies
View Related
Jan 16, 2011
i am trying to set up LAMP on an old pc i have installed linux, apache, mySQL and PHP following this guide Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.3 (LAMP) | HowtoForge - Linux Howtos and Tutorials. i have installed phpMyAdmin but when i try and acess it i get this error
Error
MySQL said:
Cannot connect: invalid settings.
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.
[Code]...
View 1 Replies
View Related
Jan 27, 2010
I am a total noob with regards Linux so will undoubtedly frequent this board asking some lame questions in the coming weeks. At present I am trying to setup a LAMP Server on an old desktop machine I have lying about, however there is not going to be a keyboard, monitor or mouse attached beyond the installation process. My question simply is am I best installing the server or desktop version of Ubuntu for this requirement?
I have been playing with Desktop 9.04 and found it tough to use headlessly, however understand that Server 9.04 fully supports headless access. Being a newbie I do prefer to use the GUI to make changes and generally play around, so a UI such as GNOME would be essential. Having read about I understand the best way to access remotely is to install SSHServer and VNCServer and then login over SSH and VNC into the box.My remote machine I will use to connect to Ubuntu is a Windoze 7/XP machine.
View 6 Replies
View Related
Mar 9, 2010
I'd like to setup an Ubuntu LAMP server, and provide limited access to it for our in-house web developers/designers. I'm not quite sure how to go about the permissions side of things. Which user/group should "own" the /var/www directory? Is it www-data?
How do I create user accounts (for our developers) that have access to the /var/www directory - do I create accounts then add them to the www-data group? Or should I make a special 'webdev' group and give it access somehow?
View 5 Replies
View Related
Aug 12, 2010
I started over combining the first parts of this guide: [URL]..ubuntu8.04 (Only the first few parts in terms of configuration and naming). Then I used this guide: [URL]..Surprisingly enough all steps worked.
1. Now I need to set up LAMP servers with MySQL master/slave replication and Apache rsync.
2. Next i need to add BIND to both my Load Balancers with master/slave backup and replication...
Are there any guides to look at to follow on these? Can tou point me to the right direction for BIND with replication.
View 1 Replies
View Related
Mar 22, 2011
I am slowly learning Linux by bringing up a server. Using tasksel, I installed the LAMP-server, which went fine. Now, however, I have mucked about with various config files and made the setup unusable. I'd like to do uninstall all of the LAMP packages and do a clean (and more thoughtful) install. Here's the problem: tasksel returns an "aptitude failed (100)" error. I have search various forums and all of the help related to this error (which I can't actually find *explained* anywhere) is related to installing packages. I tried them anyway, without success. man pages and the stack of manuals I have don't seem to be of much help either.
- describe what the error message means?
- a way to remove the packages or the config files by hand?
View 3 Replies
View Related
Aug 28, 2009
I am working on Fedora core 9.I want to install LAMP-apache with version 2.2 or more,php with version 5.1.4 or more and my sql with version 4 or more.Can someone please suggest any website or the steps to do this installation.
View 2 Replies
View Related
Jun 2, 2010
How can I get log messages from the LAMP server on Ubuntu 10.04?Should I install some good program on Ubuntu for that purpose?
View 3 Replies
View Related
Apr 19, 2011
For those of you wanting to install LAMP on their new ubuntu OS and this guy gives it to you in one line...love it...thought I should share the info[URL]
View 1 Replies
View Related
Dec 23, 2010
Someone asks to install LAMP to the Redhat server , I know LAMP = Linux + Apache + Mysql + PHP , I also can't find any module called LAMP , does it means what I need to install is Apache , mysql , php to my server ?
View 7 Replies
View Related
Jul 12, 2010
I am a PHP developer.I have always used XAAMP(in Windows7) for development purpose. I am driven to turn to Linux now . I have installed Ubuntu10.04-rev189(Wubi) in Windows7 recently. I have a PHP script which require the following tasks to be performed.
1. Give permissions "777" to the following files and folders:_cache media images /configs.php mages/config_photo_preview.jpg
2. Set up cron jobs on your site like this: /usr/local/bin/php -q /your-site-root-dir/cron/index.php I need to get an environment like XAAMP and perform the above mentioned tasks.
View 1 Replies
View Related
Jul 10, 2010
All of the guides I could find online were from 2004 and they no longer work. someone create a step by step guide? I have Apache working, but PHP does not work.
View 1 Replies
View Related
Jan 18, 2011
Our machine has two NIC on it but i'm only using one NIC, how do i make the most of the other one? I'm wondering if i can use it as a redundancy or load balanced but i dont know how.
View 2 Replies
View Related
Nov 24, 2010
I'm looking to create a server (probably LAMP) i need all my programs to install at one time. SOME of my programs are not in the repos and all of them aren't .deb. Some of them are .rpm. I also can't guarentee internet connection, at least not during install, so no apt-get. on a note about the internet i'll probably be getting clear internet. I also plan to connect to the server from my phone and other computers. I know the server needs a static ip but what other configuration does it (should it) need.
View 11 Replies
View Related
Feb 23, 2011
I am trying to locate the path for MySQL installed trough LAMP. if someone could point it for me or how to locate this path.
View 1 Replies
View Related
Apr 9, 2011
I'm a web developer and I am building a site on a CMS that has issues moving from a WAMP server to LAMP. The live server is LAMP and I am running Windows 7. I don't want to run into problems moving from the test server to the live server, so I was wondering if I could somehow run Linux using a virtual machine (using Windows Virtual PC which I think supports Linux or VirtualBox) and then using a Linux equivalent of WAMP2 server as a test server. how to do this and what the best Linux distribution to use would be?
View 2 Replies
View Related
Jun 28, 2010
I am trying to configure LAMP environment on ubuntu10.04 Lucid system.I am writing the output & attaching files of output of different issues. PHP is not running,I cant figure out why its not working. To add this issue I would like to inform you that nanoweb server is working{I can see the page in web browser"It Works"}.Also MySQL is working fine. To summarize Linux-->Apache/Nanoweb but no bridge between MySQL--X--> PHP. guide me for right direction,how to approach this problem as i am unable to crack this common problem.
[Code]....
View 9 Replies
View Related
Jun 4, 2010
I've been all afternoon trying to install Ubuntu Lucid on my fakeRAID 0 configured (2) HDDs and am unable to set GRUB up. The fake RAID setup is provided by Intel Matrix Storage Manager, it is correctly enabled and the BIOS is also correctly set up -- in fact, I've managed to install Windows 7 with no significant hitch. After struggling with partioning the drives (had to follow advice I found on a very helpful guide online [0]), creating the filesystems AND getting Ubuntu's installer to actually do what it is supposed to do, I now cannot seem to set GRUB up. My system, as it stands, is unbootable at all; via live CD only.
This is how the RAID0 dev is partitioned:
Code:
# fdisk -l /dev/mapper/isw_ecdeiihbfi_Volume0
Disk /dev/mapper/isw_ecdeiihbfi_Volume0: 1000.2 GB, 1000210694144 bytes
255 heads, 63 sectors/track, 121602 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 131072 bytes / 262144 bytes
Disk identifier: 0x6634b2b5 .....
View 2 Replies
View Related
Apr 24, 2009
get phpMyAdmin work on LAMP installed on OpenSuse 10.1 !!
running: "rpm -q" command result:
apache2-2.2.0-21.7
php5-5.1.2-29.25.3
MySQL5.0.18
phpMyAdmin-2.9.1.1-2.3
webmin-1.360-1
My problem is when trying to connect to: "hxxp://www.m-y-d-o-m-a-i-n.com/phpMyAdmin" I reported Error 404: PHP Code: Object not found! The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again. If you think this is a server error, please contact the webmaster. Error 404
[Code].....
View 1 Replies
View Related
Jan 6, 2011
I am a newbie to CentOS and I am trying to build a webserver for development of my website. I installed CentOS 5.5 with server gui and server and knome settings but cant get the LAMP installed right?
View 3 Replies
View Related
Oct 22, 2010
How to setup a SMS server using Linux, also want to know the appropriate Linux distribution to setup a SMS server.
View 2 Replies
View Related
Feb 17, 2011
I need to install LAMP server in Debian 6. But like Ubuntu there is no option to install Lamp Server
View 7 Replies
View Related
Sep 2, 2011
I want to use yum to install LAMP with ssl. Is there a certain order I have to do that in? If I understand this right, yum gets its rpms from one repository. In order to maintain the rpms I will need to know the installation layout of each rpm. How will I find this information?
Also, can I tell yum to go to a certain place and get that rpm? For instance, I've been reading linux topia. Can I tell yum to get that mysql rpm?
Once mysql is installed, how do I start it and get into the client/monitor?
View 3 Replies
View Related
Dec 23, 2010
When I try to install the pattern "lamp_server" with zypper on a fresh openSUSE 11.3 box I'm only getting the metapackage "patterns-openSUSE-lamp_server" installed, nothing else.Apache, MySQL, and PHP are all listed as "recommended" only.I know how to install the packages individually, and I know I can force matters with the "--recommended" flag. Unfortunately installing the recommended packages also wants to throw in apparmor and sw_management, neither of which I want right now.Am I overlooking something? The command I used:zypper install -t pattern lamp_serverMy main goal is to communicate this process to others, so I'd like to give them the option of the simpler pattern install.
View 5 Replies
View Related
Feb 6, 2010
I've successfully installed my LAMP server (9.10). I've ran a test.php but am curious if there are any tutorials onlines or even books to buy in order o learn how it all works. Where the files are and the mechanics of it. I have it installed but what now ha... I've done HTML, I've built websites but I'm lost!...
View 1 Replies
View Related
Jun 26, 2010
Using my own domain w/ LAMP
View 3 Replies
View Related