Questions tagged [lamp]

LAMP refers to a stack of web technologies based on Linux, Apache, MySQL, and PHP/Perl/Python.

LAMP, (Linux, Apache, MySQL and PHP/Perl/Python), is an acronym for a solution stack of free, open source software, referring to the first letters of: Linux (operating system), Apache HTTP Server, MySQL (database software) and PHP (or sometimes Perl or Python), principal components to build a viable general purpose web server.

2162 questions
39
votes
5 answers

How to enable SOAP on CentOS

We have VPS with CentOS. I have installed SOAp using the following command: $ yum install php-soap Then I went to the php.ini file to uncomment the SOAP extension. It was not there, so I added the following line: extension=soap.so Then I restarted…
user3241013
  • 409
  • 1
  • 4
  • 6
33
votes
4 answers

The server time zone value 'CEST' is unrecognized

I am using hibernate (Hibernate Maven 5.2.15.Final, Mysql-connector Maven 8.0.9-rc) whith mysql 5.7 on lampp environment on linux so. I am in Italy (Central European Summer Time) and once March 25, occurs follow error on connection db: The server…
Filippo De Bellis
  • 489
  • 1
  • 5
  • 9
33
votes
6 answers

How to create a certificate for local development with SSL?

I am currently doing local development on a webproject using a LAMP stack. Since my production application will be using https for login, I'd like to be able to mimic this in my local dev environment so that all the url's remain consistent. I am…
oym
  • 6,983
  • 16
  • 62
  • 88
31
votes
6 answers

How Can I Enable Root SSH Access in An Amazon EC2 Instance?

This issue has been bugging me for the past several days. I've been working on setting up a LAMP Server on Amazon EC2. The main issue is that I'm writing an application for a client that requires a lot of high-end processing, and Amazon EC2 seemed…
JaidynReiman
  • 954
  • 3
  • 11
  • 22
29
votes
1 answer

PHP code organization for deployment to our servers

We just got new servers for our new system and I want to know what I should do to make my new code as efficient as possible, and how to organize it. I want a good solution so I don't have to reorganize it one year from now on (for example) and I…
Gilbert Kakaz
  • 1,567
  • 9
  • 23
29
votes
7 answers

Apache proxfy_fcgi - Error dispatching request to

I have cloud hosting on Google, it sucks for to be honest but I am trying to get on with it, I installed LAMP stack on a VM and put my website in htdocs. When I try to access my site it gives me request timeout but sometimes it works for 5 minute…
require_once
  • 1,995
  • 3
  • 21
  • 29
28
votes
3 answers

Check if Apache is installed on a Ubuntu machine

Is there a way to check if Apache is installed on my Ubuntu 14.04 (Trusty Tahr) machine? I am trying to install LAMP on my Ubuntu installation.
Suraj
  • 2,423
  • 12
  • 39
  • 75
27
votes
5 answers

How can I set one style to override another conflicting style in CSS?

I'm displaying links that get marked as read in a database when a user clicks them. I want to style the clicked and unclicked links based on the database information not the user's browser history. So far, when I use: 10 a:visited { 11 color:…
Thomas G Henry LLC
  • 10,887
  • 8
  • 30
  • 32
27
votes
4 answers

LAMP PHP configuration

OS: Ubuntu 17.10 (Artful Aardvark) I have installed the LAMP stack and Laravel, and when I tried composer install in my Laravel application, I got the following errors. - Installation request for phar-io/manifest 1.0.1 -> satisfiable by…
Arafath
  • 1,090
  • 3
  • 14
  • 28
26
votes
21 answers

Is the LAMP stack appropriate for Enterprise use?

Is the LAMP (Linux, Apache, MySQL, PHP / Ruby / Python) stack appropriate for Enterprise use? To be clear, by "Enterprise", I mean a large or very large company, where security, robustness, availability of skill sets, Total Cost of Ownership (TCO),…
Kaiser Advisor
  • 1,446
  • 2
  • 16
  • 26
26
votes
2 answers

Getting a LAMP stack running on a Vagrant VM (under Windows 7 host), full instructions?

I have a Vagrant VM standard issue lucid32.box running. What would the complete instructions be to set up LAMP on this? I have looked at knife (part of chef) and attempted: vagrant@lucid32:~$ knife cookbook site install apache2 but got WARNING: No…
therobyouknow
  • 6,604
  • 13
  • 56
  • 73
25
votes
8 answers

Permission denied inside /var/www/html when creating a website and it's files with the apache2 server

UPDATE** The screenshot is within atom, but when I navigate to the directory using the file explorer, and right click, the option to rename or create a new folder are restricted and I cannot click on them. I just finished setting up the LAMP…
jose reyes
  • 1,533
  • 1
  • 13
  • 17
24
votes
3 answers

How do I use rpm to update/replace existing files?

I have several applications that I wish to deploy using rpm. Some of the files in my application deployments override files from other deployed packages. Simply including the new files in the deployment package will cause rpm conflicts. I am…
tremoloqui
  • 3,198
  • 3
  • 25
  • 22
22
votes
1 answer

Apache2 config file path on Ubuntu.

can someone tell me the path of the Apache2 config file on Ubuntu. Thanks!
Amal Antony
  • 6,477
  • 14
  • 53
  • 76
21
votes
8 answers

Best practices for optimizing LAMP sites for speed?

I want to know when building a typical site on the LAMP stack how do you optimize it for the best possible load times. I am picturing a typical DB-driven site. This is a high-level look and could probably pull in question and let me break it down…
tkotitan
  • 3,003
  • 2
  • 33
  • 37