Questions tagged [lamp]

LAMP is an acronym for the combination of "Linux", "Apache", "MySQL" and "PHP, Perl or Python".

151 questions
24
votes
1 answer

What is 'Found' in Fail2Ban Log File?

I have multiple instances like the following in /var/log/fail2ban.log: 2015-12-27 14:31:21,949 fail2ban.filter [1020]: INFO [sshd] Found ###.###.###.### (Where # substitutes for a diversity of IP addresses.) What exactly is the meaning…
nmax
  • 361
  • 1
  • 2
  • 7
20
votes
1 answer

How do I set default group ownership for files in a directory?

I am running a cakephp webapp on Linode LAMP. I am finding that my temp files are created with root:root ownership. But the webapp is running with Apache's permissions (www-data). This causes warnings any time there is a new file created because…
tnichols
17
votes
8 answers

When I start Ubuntu it enters tty[1-6] instead of my desktop (How do I get to desktop?)

When I start Ubuntu it enters tty[1-6] instead of my desktop. Normally I could get back to the desktop by pressing Ctrl+Alt+F7 but that doesn't work. I tried sudo apt-get install ubuntu-desktop but it fails. I tried startx which started the x-server…
Bua
15
votes
3 answers

How can phpMyAdmin be restarted after /etc/phpmyadmin/config.inc.php is changed?

How can phpMyAdmin (running on Ubuntu 10.04) be restarted after the /etc/phpmyadmin/config.inc.php file was changed?
Ben
  • 1,377
  • 7
  • 22
  • 40
10
votes
1 answer

How do I set up a LAMP server from scratch using CentOS 6.7?

How do you set up a LAMP server completely from scratch on an unused desktop PC? The Linux distro should be CentOS 6.7.
Keale
  • 217
  • 1
  • 12
8
votes
11 answers

Is there such a thing as a persistent ram drive?

I have a laptop with a LAMP setup. The HDD is slow, which causes my unit tests to run slowly. I was wondering whether I could mount the web root the mysql database on some kind of ramdisk. From what I have read of ramdisks, they are…
Linus
7
votes
1 answer

How can make a web server publicly accessible?

Recently I have installed LAMP server on Ubuntu Server and now my website is accessible from any device that is connected to my DSL modem (router). But I don't know how to make the server accessible from the Internet. This is the output of ifconfig…
Omid Toraby
  • 73
  • 1
  • 1
  • 4
5
votes
5 answers

Best practices for setting up LAMP development environment

I'm having a nightmare setting up a decent environment for developing Wordpress on a local machine. I'm constantly manually tweaking file permissions every time I add a plugin. I can't install themes or plugins through the Wordpress interface. I…
Jono
  • 235
  • 2
  • 5
  • 13
5
votes
3 answers

Cannot see index.php on localhost, Firefox prompts to open file in editor

I have a small index.php that I created by following a tutorial on the official PHP site but cannot see it on localhost. I formatted my drive, reinstalled Linux Mint, Apache2, PHP5 and MariaDB. No files have been tampered with. After creating and…
fmc
  • 189
  • 1
  • 7
5
votes
3 answers

Email Setup to Prevent Identity Theft

My father-in-law asked me for ideas to improve his email security. He read an article about how some hackers, having gained access to a Gmail account, were able to reset the account holder's passwords for other services, such as Amazon. This is what…
zx81
  • 458
  • 2
  • 13
5
votes
3 answers

How can I get log messages from the LAMP server on Ubuntu 10.04?

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?
Ben
  • 1,377
  • 7
  • 22
  • 40
5
votes
4 answers

How to build or find smallest linux with only LAMP

I have an old P4 computer. I would like to use it as a test LAMP server and a need to find or build smallest LAMP server. I don't need anything fancy. If it can run popular CMS's like Joomla or Drupal or Wordpress that is all I need. No window…
LinuxNewbie
  • 65
  • 1
  • 5
4
votes
4 answers

Running Linux OS in ram only

I am aware of Puppy linux for this but am not happy with there only being a root user. Would it be a hard job to tell a Linux distro to copy everything to RAM and then run from it? I don't want to get a bad rep for this but I plan to put together a…
user1360809
  • 141
  • 1
  • 2
4
votes
1 answer

How to have external requests from a LAMP server bypass internet censorship?

I had another question at the askUbuntu site, and migrated this version from a Server Fault question, as I think that Super User is the best location for asking it. Background: I have a local (Drupal) development environment consisting of a LAMP…
adempewolff
  • 143
  • 3
4
votes
2 answers

Convert MySQL DB from MyISAM to InnoDB

So I think I am having problems with a component of Joomla because I do not have my db setup to use the InnoDB engine. I think this because I have not changed anything in the running of MySQL and believe MyISAM to be the defualt. Is there a way to…
user15968
1
2 3
10 11