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.

2088 questions
0
votes
1 answer

What is the best way to configure lamp server's timezone (for API purposes)?

We have a LAMP + Lumen API setup in Ubuntu 14.04 in EC2 US-West Oregon. It is used as an API server. Server: UTC MySQL configuration is: mysql> SELECT @@global.time_zone, @@session.time_zone; +--------------------+---------------------+ |…
josuebasurto
  • 531
  • 4
  • 7
0
votes
1 answer

ScotchBox 2.5 Used With CakePHP

I'm trying to get away from Xampp and use Vagrant. I attempted to create a shell provisioned LAMP, but I can't seem to get it to work properly. How would you alter ScotchBox to point a vhost at test.dev at /app/webroot instead of it being in…
mtpultz
  • 13,197
  • 18
  • 96
  • 180
0
votes
1 answer

Vagrant Shell Provision LAMP Stack on Ubuntu 15.04

I'm trying to create a LAMP stack on Ubuntu 15.04 using the default packages providing PHP 5.6.x, Apache 2.4, MySQL 5.x for a CakePHP 2.x project, and I'm having issues configuring Apache it doesn't seem to start up properly, though it is installed.…
mtpultz
  • 13,197
  • 18
  • 96
  • 180
0
votes
1 answer

My subdomain login service not working

Sorry if this has already been said before, but I didn't see it. I am working on making a subdomain system, where each user gets a "url" and then hosts whatever their pretend side would host. I use this when doing a projects for friends, or kids…
0
votes
1 answer

Sometime display Database connection Error, while loading 100 user in Jmeter. Why?

I have handle the media project in codeIgniter framework. I have completed the project. but I should load testing in JMeter and mention 100 users. Running the successfully almost 50 users, then often display Database not connection error. Refer the…
msvairam
  • 824
  • 5
  • 12
0
votes
1 answer

Apache Solr for production

I have chosen Apache Lucene with Solr to learn about advanced search indexing for my web applications but there seems to be a gap in configuration between versions Solr 4 and Solr 5. Most online material and books get you to setup Apache Tomcat to…
ryrobbo
  • 73
  • 5
0
votes
1 answer

Lamp: Phpmyadmin shows blank page, localhost page is working

I installed lamp in ubuntu 15.10 according to the link http://sourcedigit.com/17602-install-lamp-on-ubuntu-15-10-desktop-using-terminal/ .localhost page is working but whenever I run http://localhost/phpmyadmin/ it shows nothing.
hmamun
  • 154
  • 1
  • 12
0
votes
1 answer

PhP Cake app in Apache2 in Ubunutu not working but working find in window's wamp

I have a web application that is writen in php using cake framework. In windows environment i use wamp and it works find if i enbale apache read_write. Then I shift to use Linux environment Ubuntu 15. I have installed apache2 already and php too. it…
chetra tep
  • 169
  • 3
  • 18
0
votes
1 answer

How to fetch or store data into a database on a LAMP server from devices over the internet?

I have a python code which needs to retrieve and store data to/from a database on a LAMP server. The LAMP server and the device running the python code are never on the same internet network. The devices running the python code can be either a…
daipayan
  • 319
  • 3
  • 5
  • 16
0
votes
0 answers

How can I combine the database by using MySQL and cocos2dx when developing a multiplatform game under ubuntu14.04?

I'm working on a project using cocos2dx to develop a multiplatform game. My goal is to create a world based on HarryPotter, so I need to add database to my creatures and stores or somethin. But how can I using MySQL to achieve this goal? By the way,…
0
votes
2 answers

Google Compute Engine - LAMP Stack - How do I enable HTTP and HTTPS?

I've just auto-deployed a LAMP stack on Google Compute. Before when I did this successfully I had to enable HTTP and HTTPS. Now it seems like they've changed the interface totally again. And this time I find the options to enable are greyed out. I…
Amy Neville
  • 8,009
  • 11
  • 48
  • 88
0
votes
1 answer

Meteor app deployment on LAMP server

I'm struggling with meteor app deployment: I have VDS with 10 websites running on RedHat OS + Apache, MySQL, PHP. I want install Meteor app there on specific port. It is possible? Already installed NodeJS, MongoDB... But cant deploy simple "todo"…
D. Rybin
  • 3
  • 3
0
votes
3 answers

.htaccess file disappears in filezilla? how to check if file is present or not?

for some weird reason my CMS is logging out if the address bar does not have www before the full website name. for example, when we enter xyz.com, it takes me to the website but then it wont show as logged in and if i type in www.xyz.com it will…
Scorpion King
  • 1,738
  • 8
  • 35
  • 44
0
votes
1 answer

How do I find out a server's load?

I'm creating a php script that will capture certain information from the server and database at regular intervals. The server is running LAMP. Is there a way to output the server load, or other statistics that may indicate the performance or load on…
Lyon
  • 7,144
  • 10
  • 29
  • 45
0
votes
1 answer

LAN website redirects visitors to their localhost IP

I'm not very good at networking (Still learning) and I have run into a snag that has had me searching the Internet for the past 3 hours now and to no avail. Here's my scenario: I have a webserver (LAMP) that has a Wiki on it (Specifically…
1 2 3
99
100