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
0
votes
0 answers

How to identify and fix Lamp server which loaded website without database information

When I type in localhost it is loading the webapp without database information. No errors showing in apache2 error log. Ran info.php to test php, and it loaded. Created user in phpmyadmin and connection from workbench tested ok, and was able to…
ahmon
  • 1
  • 1
0
votes
0 answers

Error in wordpress installation on Ubuntu 16.04

I have been following this tutorial to install wordpress locally on my laptop, running Ubuntu 16.04 When I try to access my IP with my browser I get the following message.
Kostas St
  • 3
  • 1
  • 8
0
votes
1 answer

Is there any reason that the apache webroot /var/www/html is set as root-owned?

I just launched a LAMP dropplet from Digital Ocean and am starting coding. When trying to create a new directory inside the web root it says mkdir: cannot create directory ‘blog’: Permission denied I can fix this by running chown -R user…
Egrodo
  • 350
  • 1
  • 5
  • 15
0
votes
2 answers

Cannot connect to MYSQL in a LAMP docker container

I have a LAMP container. I want to run WordPress, but it cannot connect to Mysql. I set the container port mapping to 3307:3306 because another container use the default mysql port. I tried to connect from host to the container's mysql server to…
Peter
  • 1
0
votes
0 answers

Internet Explorer/Edge randomly displaying response headers with 200 OK and compressed (?) data instead of HTML

I'm the sole developer building a LAMP web application for a small infancy-stage startup and have been crying myself to sleep over a bug that only occurs when using the web app in Internet Explorer 10-11 and Edge (Chrome, FF, and Opera work like a…
Ian Harris
  • 81
  • 1
  • 3
0
votes
0 answers

How to install LAMP server or any suitable control panel in Tomcat enabled Amazon Linux?

How to install LAMP server or any suitable control panel in Tomcat enabled Amazon Linux? I have installed Tomcat 8, MySQL 5.5, PHP 5.6. I found that phpMyAdmin could not be configured in Tomcat as this is written in PHP and Tomcat is Java based, so…
kbs
  • 1
0
votes
3 answers

Display a photo in website (LAMP) from a distant server without HTTP

I have a website hosted in LAMP Server. My Lamp server is installed in a Debian virtual machine. My virtual machine is hosted in a distant server. I face a problem when i try to display an image in my website from the distant server. this is an…
0
votes
2 answers

Recommendation for an EC2 Instance Stack

Our development servers are on Amazons EC2. We would ideally like the following: PHP 5.3.x Oracle Drivers mHash mCrypt Apache Does anyone have a recommendation on a good place to get a stack that would meet most of those needs with a minimum of…
Joseph U.
  • 4,457
  • 10
  • 41
  • 47
0
votes
2 answers

How to create a share folder for multiple domains on Dreamhost

I have a Virtual Private server with Dreamhost. I'm trying to create a shared folder that all of my domains can access. In the folder I'd like to put PHP classes, and even static files like javascripts. I've created a directory on the same level as…
Mike McLin
  • 3,627
  • 7
  • 41
  • 49
0
votes
2 answers

Unable to access env variables through www-data

I want to access my environment variables into a php file through the web user. Not when i execute printenv on the server, that particular environment variable gets displayed, but on running it as a web user, sudo -u www-data printenv it is not…
harshithdwivedi
  • 1,411
  • 16
  • 37
0
votes
1 answer

LAMP UTF-8 saving incorrectly to MySQL Database

I've converted my database from Latin 1 to UTF8, and using phpPMyAdmin you can enter data and display it correctly. However viewing in the pages I've developed in PHP and editing it using my simple CMS saves characters that must be incorrectly…
adamg2000
  • 543
  • 1
  • 5
  • 13
0
votes
1 answer

Laravel 4 - NotFoundHttpException only for NEW Routes

I've picked up a project that was developed using Laravel 4.2. I've deployed it to my testing server (a Bitnami LAMP) and everything works as it's supposed to. HOWEVER, new routes that I create don't work, getting the error NotFoundHttpException.…
danboh
  • 758
  • 2
  • 11
  • 28
0
votes
1 answer

PHP shell_exec command doesn't work

I am trying learn to execute shell scripts from within PHP code. So, I made a test program to execute a bash script from within PHP. However, it has no effect. The relevant code is shown below.
pythonic
  • 20,589
  • 43
  • 136
  • 219
0
votes
1 answer

AWS SSL Certificate for LAMP Application Hosted on Ubuntu

I am new to AWS, have hosted a PHP Application on Ubuntu(AWS - Free Tier). I have obtained a SSL using Certificate Manager. I would like to use that for the site. I installed a self signed certificate, and is reflecting, but unable to use the SSL…
Anoop Pete
  • 492
  • 2
  • 4
  • 17
0
votes
3 answers

How to Deploy Laravel project on VPS and How to manage changes?

I'm using Windows with XAMPP when developing web applications (with Laravel). Also, I use Git for version control. When I finish a project, I'll have to deploy it on VPS (LAMP). How to do it? For now, two ideas come to my mind: SFTP - For…
PeraMika
  • 3,539
  • 9
  • 38
  • 63
1 2 3
99
100