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
1 answer

LAMP: How to create .Zip from remote URLs/files and stream it to the client on the fly

With external services like S3 for object storage, the old problem of providing custom zip archives of stored files gets a bit more complicated. One way would be for a web server to copy all the resources to temporary local files, compile them into…
Benji XVI
  • 2,192
  • 1
  • 25
  • 24
0
votes
1 answer

Access Azure SQL Database from LAMP localhost in PHP

I would like to connect to by Azure SQL database by using a PHP-Script. I execute the following script by using LAMP: "TryMe", …
Felix Becker
  • 115
  • 1
  • 1
  • 8
0
votes
1 answer

Nagios web interface access without slash at localhost

How can I access the Nagios web interface without using the slash on a local host? For example, when typing the IP address i need to access nagios. In other words, I don't want to use the slash, as follows: 192.168.123.122/nagios
0
votes
1 answer

LAMP's is_file returns false for files in symlinked directory

My problem is: I have a huge data directory (400GB) from a website and have a second website enabled for the new design, where I have symlinked the data directory. Now there are some file checks using is_file(), but they return false and if remove…
JestaBlunt
  • 143
  • 2
  • 11
0
votes
1 answer

HTTP - 400 bad request while downloading file

After further investigation on basis of previous question url encode/decode is working properly. Issue is something with Apache server (might be) which serves file download request Specially if my file name ends with % sign, it fails. For…
Asif Mulla
  • 1,652
  • 2
  • 22
  • 32
0
votes
2 answers

PHP code not executing, new to PHP

Last week I started playing around with LAMP Ubuntu and I didnt have any issues. Today some code wasn't working so I tried running this in index.php: This doesn't work when I connect to localhost in my browser, but it works in…
Cody
  • 650
  • 9
  • 16
0
votes
2 answers

XAMPP versus individual installation

I'd want to know the difference between XAMPP installation against installing the Apache, MySQL and PHP on Linux. A customized CMS that we are trying to implement is working fine with XAMPP, but isn't working on a Linux machine (where Apache, php…
0
votes
4 answers

Xampp/ Lampp Mysql Terminal acces ERROR 1045 (28000)

install on Ubuntu 16.04 LTE Xampp (lampp) all good It Works: # ~ $ Sudo / opt / lampp / lampp status Version: XAMPP for Linux 5.6.20-0 Apache is running. MySQL is running. ProFTPD is running. But when I want to enter the TERMINAL has mysql: #:~$…
Piotr
  • 21
  • 1
  • 4
0
votes
0 answers

PDO Exception : Could not find driver.

[PDOException] could not find driver when trying to connect remote MSSQL databse on local machine on lamp in laravel project
Chirag
  • 567
  • 5
  • 20
0
votes
2 answers

HTTP 500 / Configuration Error?

I am running a fresh install of Linux Mint 17.3 and followed this guide to setup Apache, PHP (5.5.9), MySQL and PHPMyAdmin. The only other thing I did was enable mod_rewrite. The problem I'm having is when executing PHP code that should return a…
mister martin
  • 6,197
  • 4
  • 30
  • 63
0
votes
0 answers

Basic database connection returns page not found

I've just setup a basic LAMP server using CentOS 7 and have created 2 PHP files PHP file 1: index.php PHP file 2: database.php
oshirowanen
  • 15,297
  • 82
  • 198
  • 350
0
votes
0 answers

PHP server running slow on win 10 Home

I have recently purchased a win10 Home PC 64-bit OS and mostly use it for my personal PHP projects. I use AMPPS and USBWEBSERVER [php/mysql]. I notice all my scripts are heavily running slow. A simple SELECT query takes over 30+ seconds. I use…
Rajiv S Mehta
  • 50
  • 2
  • 7
0
votes
0 answers

Do browsers cache php authenticated resources apache

I am new to running my own server and fairly new to web development. I am trying to design esstialliy a photo album that authenticates pictures resources through a php file. In order to reduce server loading and users data, would a browser cache…
user2381309
  • 137
  • 11
0
votes
2 answers

How to install Redmine on Fedora 11 linux?

I would like to install REDMine on my LINUX LAMP. First i need to install ROR. http://www.redmine.org Provide steps if anybdoy has done installation
Ankit Shah
  • 91
  • 3
  • 14
0
votes
1 answer

MySQL Foreign Key Constraint fails on Linux Server but works on Windows XAMPP

I have an issue that I can't figure out for the life of me. I have been creating an application in PHP/MySQL on windows using XAMPP but now I am trying to test it on a Linux based LAMP server and I get the following error when trying to create a…
TimoneUK
  • 31
  • 7