Questions tagged [lampp]

An abbreviation for "Linux, Apache, MySQL, PHP, and Perl"; an interoperable group of open-source computer programs.

An abbreviation for "Linux, Apache, MySQL, PHP, and Perl"; an interoperable group of open-source computer programs.

Since its creation, the LAMP model has been adapted to other componentry, though typically consisting of free and open-source software. For example, an equivalent installation on the Microsoft Windows family of operating systems is known as .

Use this tag for programming questions related to the LAMP programs.

Source: Wikipedia

292 questions
0
votes
1 answer

running Trigger.IO app in localhost error, even with permissions set

I am trying to deploy a web app to android via Trigger.io. Although the app manages to load initially, I run the application with a local server, but i received an error [FORGE] '[getInfo] {"message":"Request timed…
Mirlo
  • 625
  • 9
  • 26
0
votes
0 answers

In my xampp ubuntu my project directory is unrechable

My project directory is /opt/lampp/htdocs/mpa/ all directory is accessable but when I'm going to localhost/mpa the bellow page is comming Object not found The requested URL was not found on this server. If you entered the URL manually…
Sonnet
  • 79
  • 1
  • 2
  • 7
0
votes
2 answers

Browserstack.com webtunnel not working

I'm using Browserstack.com local test and it seems not working for me. I installed lampp on my Ubuntu 12.04 and configured httpd-vhosts.conf and /etc/hosts like below: httpd-vhosts.conf: DocumentRoot "/home/ME/FOLDER" …
ChandlerQ
  • 1,428
  • 2
  • 21
  • 29
0
votes
1 answer

memcached php on lampp

i have trouble with installing memcached php on lampp in linux distribution MINT 15, i searched all over the internet, including stackoverflow, i tried install and failed, because when i start command in terminal /etc/init.d/memcached…
0
votes
1 answer

MongoDB conifg issues at lampp ubuntu 13.04

I was installing Mongodb on my Ubuntu 13.04 . It was installed and I was configured in my php.ini file. My OS is 32-bit version. But when I start my LAMP it show the following error. Warning: PHP Startup: Unable to load dynamic library …
0
votes
1 answer

Passwordless ssh from a webserver

I have an virtual Ubuntu machine (13.04) which i can currently use to ssh to a virtual OpenWrt machine. It works no problem with passwordless SSH because I set up the keys. Also on the Ubuntu machine is a web server (XAMPP/LAMPP package that uses…
0
votes
0 answers

Cannot access changed root directory for apache localhost

I am using Linux mint 15 with lampp apache. The Apache was working fine. I changed the root directory from /opt/lampp/htdocs/ to a folder /home/nav/Desktop/PHP.But now when I access localhost ,I am getting Access Forbidden Error 403.How can I solve…
Naveen
  • 7,944
  • 12
  • 78
  • 165
0
votes
3 answers

Upload file Yii The second argument to copy() function cannot be a directory

I'm trying to upload file but get this error message : move_uploaded_file() [function.move-uploaded-file]: The second argument to copy() function cannot be a directory I think there's something problem…
andrian
  • 423
  • 1
  • 8
  • 15
0
votes
1 answer

How to access XAMPP on local computer after DirectoryRoot has been assigned to a directory?

I have just set up my server to work with the outside world on XAMPP. I have way too many questions about it, but at least the first of them is, How do I get to access the xampp control panel, being a sibling of my homesite, once the RootDirectory…
Ted
  • 3,805
  • 14
  • 56
  • 98
0
votes
4 answers

"Maximum upload size" does not correspond to php.ini settings

I'm using lampp on ubuntu and I want to change the maximum upload size. The php.ini in opt/lampp/etc has these settings: post_max_size = 5M upload_max_filesize = 8M But when I try to upload a 2.1 mo file, I have this error message: Fatal error:…
user2461031
  • 513
  • 2
  • 7
  • 17
0
votes
1 answer

Server not picking up the css file

I am using lampp for linux.I have saved my homepage home.php inside the htdocs folder.Htdocs folder also contain the css folder in which the css files are present.A snippet of my home.php file looks like. (It only contains html code,php is still to…
Naveen
  • 7,944
  • 12
  • 78
  • 165
0
votes
0 answers

I keep getting failed to open stream: Permission denied

I'm using lampp most updated everything. Warning: file_put_contents(/opt/lampp/htdocs/roku/xml/rokuConfig.xml): failed to open stream: Permission denied in /opt/lampp/htdocs/roku/CONSTANTS.php on line 103 Warning:…
user2259723
  • 13
  • 1
  • 4
0
votes
1 answer

EC2 Autoscaling issue

I am stuck with one issue while auto scaling. My EC2 Instance has XAMPP and tomcat, on scaling up the newly created instance does not automatically start tomcat and I even have to manually do port mapping under lampp folder using root@domu-xx-xx-xx…
0
votes
1 answer

Apache on Fedora Running Lampp

I can't think of what else to do with this. For three days i've been trying to get this virtual host to work. I got it on my windows 7 my windows 8 at work but for some reason fedora is giving me a really hard time. My localhost opens to that…
Lpc_dark
  • 2,834
  • 7
  • 32
  • 49