The lampp tag has no wiki summary.
0
votes
0answers
84 views
XAMPP/LAMPP “Connection for controluser as defined in your configuration failed”
I see the others who answered this, but the answer says to log in as root and create a new user and database. I can't even get that far. I just installed a brand new XAMPP instance, start it and when ...
0
votes
1answer
67 views
Error When Moving Yii Boilerplate Project From Windows to Linux
I have Moved Yii project from Windows to Linux(Centos) also changed folder and file permission to read and write, But when accessed, an error occured:
Server error!
The server encountered an ...
0
votes
0answers
24 views
XAMPP on AWS server ,how to remove password prompt
I just set up a linux server on AWS(amazon web services).
Installed the xampp package and set configure ports of remote server in order to accept traffic.
Everything seems fine except that when I ...
-1
votes
0answers
48 views
.htaccess in not working on ubuntu server [closed]
we have built web site in PHP, Mysql Database and Apache web server. Site is running fine on localhost(Window) but when we try to deploy it on our test environment (ubuntu 12.04.2 platform) .htaccess ...
0
votes
0answers
39 views
Solr indexing in Typo3 giving error
While I am trying to index pages I am getting error in the solr admin screen
=====================================================
`11:20:50 SEVERE SolrCore ...
1
vote
1answer
115 views
svn: Could not open the requested SVN filesystem
I tried to setup svn using lampp
my svn repos is in /var/svn/repos
group user is root root /repos
when I run this command:
svn import test http : // localhostt/svn -m 'init'
It shows ...
0
votes
0answers
27 views
https setup - link shows directory listing instead of webpage
I am trying to enable https on my lampp server according to this article
http://inchoo.net/tools-frameworks/how-to-setup-http-protocol-with-ssl-on-lamp-environment/
but when I try to access ...
0
votes
1answer
218 views
fopen(dbinfo.php): failed to open stream: Permission denied Ubuntu 12.04 LTS
I am trying to run a php project on UBuntu . It has an install script which creates the mysql database.
When i try to run the script i am getting the following errors:
Warning: fopen(dbinfo.php): ...
0
votes
1answer
485 views
Installing xampp on Red Hat 64-bit
When installing xampp on RHEL 5.6(Tikanga) 64-bit and start it up I get the following error:
lampp]# ./lampp start
XAMPP is currently only availably as 32 bit application. Please use a 32 bit ...
0
votes
1answer
121 views
MySQL deactivated in Lampp, Xampp on Linux 12.04
I have freshly installed xampp-linux-1.8.1 on my Ubuntu 12.04 (Mint 13 maya) Operating system.
When run lampp, I get :
/opt/lampp/lampp start
Starting XAMPP for Linux 1.8.1...
XAMPP: XAMPP-Apache is ...
-1
votes
1answer
44 views
Unable to open localhost? [closed]
I have been using Lampp on a test machine. OS is Ubuntu 12.1. It was working fine before and running my scripts. Then it began displaying a pop-up asking me if I would like to open or save the file? I ...
0
votes
1answer
193 views
LAMPP startup fails with Error 2
i'm trying to set up a webserver for testing my php scripts.
I downloaded the latest version of lampp (1.8.1) and extracted it to /opt/lampp.
Now i've just tried to start it but it fails:
...
-1
votes
1answer
50 views
Cannot configure Apache to parse PHP files
I have installed xampp in linux. And then I have updated the php.ini file like removed the ; before some libraries.
If i type localhost/test.php then that php file is downloading instead of ...
0
votes
1answer
62 views
Moving Lampp htdocs
I have installed Lampp on Ubuntu 12.04LTS. I tried to move my htdocs to home/myusername/lampp/htdocs by editing both DocumentRoot values in httpd.conf.
After doing so I get Access Forbidden on all ...
-1
votes
2answers
203 views
Install Lamp Stack on ububtu 12.10 but don't know what to do now [closed]
On the ubuntu site I followed the following instructions:
To install the default LAMP stack in Ubuntu 10.04 and above
First install tasksel...
$ sudo apt-get install tasksel
... and then the ...
-3
votes
1answer
136 views
Enable PHP mail() function [closed]
How to enable PHP mail() function to work for LAMPP as well as for XAMPP.
1
vote
2answers
447 views
Setting memcached for lampp on linux using pecl
ORIGINAL POST
First of all, I want to install memcached, not memcache.
I'm trying to set up memcached to work with my lampp server on ubuntu 12.10 since yesterday. I've already followed almost every ...
0
votes
0answers
253 views
Can't locate loadable object for module Crypt::OpenSSL::Random in @INC (@INC contains: /opt/lampp/lib/perl5/5.10.1
#! /usr/bin/perl
#use strict;
use Crypt::OpenSSL::Random;
use Crypt::OpenSSL::RSA;
use Data::Dumper ;
my $rsa = Crypt::OpenSSL::RSA->generate_key(1024); # or
print "private key is:\n", ...
1
vote
1answer
549 views
Xampp server can't execute pages after activate eaccelerator (PHP Accelerator) in xampp under linux
Thanks for your time,
I am learning howto run and use Symfony 2 using this:
http://www.anilsagar.com/content/symfony2-tutorial-part-2-how-install-symfony2-linux-ubuntu-operating-system
You can see ...
0
votes
1answer
343 views
How to change the LAMP password?
I accidentally set my password for xampp pages in lampp.
How do I change/remove the password (for lampp) ?
My lampp version is 1.8.1, under Ubuntu.
1
vote
0answers
111 views
new lampp but access forbidden
Thanks for taking the time to read this, even if seems to be a straightforward issue. To save typing this out, understand that I restart lampp after each and every attempted solution.
I have a newly ...
0
votes
1answer
1k views
Xampp on ubuntu server 12.04 with pear installed returns errors when trying to use php mail()
I am trying to get php to send a new user an activation email when creating an account. My problem is not with the code for this process, but with php sending out emails.
So far I have install Xampp ...
0
votes
0answers
199 views
How to make xampp/appache VirtualHost work on Ubuntu 10.04?
I have searched all over the internet for an answer, but everything is different and nothing has worked so far.
I am running xampp on Ubuntu 10.04, installed in /opt/lampp
I have modified ...
1
vote
1answer
69 views
PHP XSLT Prozessor requirements
I'm trying to program a homepage with some XML transformations with XSLT. I'm using lampp on a Fedora system. I start with this php code:
<?php
$xh = xslt_create();
if (xslt_process($xh, ...
3
votes
2answers
534 views
ssh2_connect causes Error 324 (net::ERR_EMPTY_RESPONSE):
While trying to list the files present in a remote sftp location using php, I get this error:
Error 324 (net::ERR_EMPTY_RESPONSE):
The server closed the connection without sending any data. On ...
1
vote
1answer
526 views
How do I set MYSQL environment variable in Ubuntu?
So I installed XAMPP (in Ubuntu), and it was successful,
the location of MYSQL is on, /opt/lampp/bin/mysql, and so I have to include the entire path to access mysql as seen below:
...
0
votes
1answer
108 views
#2002 - lampp phpmyadmin
I have mysql running on another as another installation.
I downloaded xampp and installed it, and it is running. I have this error #2002 - The server is not responding (or the local MySQL server's ...
0
votes
1answer
41 views
Stop Unlisted Services
I have just reinstalled LAMPP. When I try starting LAMPP using /opt/lampp/lampp start, it says another ftp and mysql daemon is already running along with another web server. I deleted the old instance ...
0
votes
0answers
265 views
Can't view localhost/mysite on Linux LAMP [closed]
I am having problems viewing my site on my local machine.
Whenever I try to browse to localhost/mySite I get an access forbidden error 403.
I have tried setting file permissions in my ...
0
votes
1answer
542 views
xampp sendmail using gmail account, from ubuntu
I have installed Xampp for ubuntu. It is located in /opt/lampp. I want to configure the php.ini and sendmail.ini files so that i will be able to send mail using the gmail smtp server. The php.ini is ...
1
vote
2answers
275 views
Linux (ubuntu) permissions for webapp - UNIQUE SITUATION
I have a typical webapp running on LAMPP - and that's were typical ends. How the users of the webapp get access to it is by installing an Ubuntu VM (virtual machine) locally. They open the browser ...
0
votes
0answers
374 views
How to serve ASP.Net & PHP pages under Ubuntu Server 11.10
I am working on a website in which half of pages/modules are in .aspx and half on .php. A little brief info about my project is:
OS: Ubuntu 11.10 Server installed in VMware workstation 8.0
APACHE, ...
0
votes
1answer
1k views
Netbeans PHP configuration on Ubuntu
I have this problem getting my newly created php project on Netbeans work on Ubuntu.
I've tried to place the source folder of the project in the /lampp/htdocs folder or selected the copy location ...
0
votes
2answers
156 views
How could I browse the index.php stored on a internal machine on my local net browser?
The situation is like this:
I have three machines A , B , C .
A is my laptop installed MACOS, B is a remote server installed redhat and can access to the Internet, C is another server installed redhat ...
3
votes
2answers
1k views
Installing Mongodb with Lamp On Ubuntu ( Linux )
I followed the following steps to install mongo's php drivers with lampp.
http://abstract2paradox.wordpress.com/2012/01/26/adding-mongo-db-driver-to-xampp/
When I start lampp its gives the following ...
1
vote
2answers
45 views
LAMPP html or php error?
I am just doing an excersise in php. I`ve started my lamp server, created the html file and send it to /opt/lampp/htdocs ( saw that in phpinfo() ). Here is the tip.html content:
<!DOCTYPE html ...
2
votes
2answers
427 views
Run a script on a computer from php
I'm unsuccessfully trying to execute a shell command from php. The goal is to switch on/off my music player of my computer/server via internet (with my phone for example). Here is what I would be able ...
0
votes
3answers
189 views
Lampp/Apache - Make files not available from htdocs folder via HTTP
i have lampp installed on my maschine with apache. I dont even know if that is relevant for my question...
i am trying to create a way (php, html) for users (from my website) to download files which ...
0
votes
2answers
615 views
Installing Python on Apache
Since self-explaining text didnt work, I will make it 50 times shorter. I'm on Ubuntu 11.10 with XAMPP and other stuff in /opt/lampp/
How to add python there?
1
vote
1answer
153 views
PHP exec throwing unexpected results
I am trying to automate my deployment using phing. I get the below error when I use svnlastrevision task
Execution of target "builddiff" failed for the following reason: ...
0
votes
1answer
149 views
What user does Lampp run under?
I was wondering what user Lampp runs under. For instance, if I install apache without lampp it runs under the user apache.
Thank you.
0
votes
2answers
827 views
lampp error 403 - Access Forbidden
I have lampp installed in Fedora, and i have used it without problems for a long time, i was working with the cake framework without issues, i tried to copy the codeigniter folder (from the framework ...
0
votes
3answers
2k views
Can't find where the socket configuration is in XAMPP for Windows
I'm using Netbeans 7.0.1 in a PHP project.
I've installed XAMPP 1.7 in Windows 7 64 bits with the installer we can find in xampp.org.
I've changed the port of apache from 80 and 443 to 81 and 442 ...
0
votes
1answer
350 views
How to change the sender name of email on Ubuntu
I just installed ssmtp to send email with LAMP on Ubuntu.
And a simple script like this:
<?php
$additional_headers = 'From: someone@testing.com' . "\r\n";
$res = ...
0
votes
2answers
348 views
Use crontab in Ubuntu with LAMPP
I googled for quite some time already, but I still can't find how to setup crontab with lampp.
I need to run a PHP script for every 15 minutes.
So, in bash:
$ sudo -i
# crontab -e
I get a nano ...
1
vote
2answers
178 views
How do I create an alternative root for XAMPP?
I understand that the root of xampp is the htcdocs directory - but I want to create my own directory in my home folder and have that server as my root so that I don't have to go through a million ...
1
vote
1answer
1k views
RockMongo, “Unable to load dynamic library '/…/mongo.so' - wrong ELF class: ELFCLASS64 in Unknown”
I just installed RockMongo by extracting all the files to a lampp web folder /opt/lampp/htdocs/rockMongo/. Visiting index.php shows
To make things right, you must install php_mongo module. Here ...
1
vote
1answer
2k views
Best Practices for Resolving Permission issues Using XAMPP (LAMPP) on a Linux machine
Problem
I've recently started using Linux on one of my laptops. I installed XAMPP (LAMPP) which I'm very familiar with on the Mac and Window OS in order to develop my WordPress themes etc.
I keep ...
3
votes
3answers
4k views
“Symbolic link not allowed or link target not accessible” on fresh installed XAMPP for Linux
I just fresh installed XAMPP for Linux (version 1.7.4) on my laptop (Ubuntu 11.04 x64).
And then I made link on my htdocs folder to my project folder
$pwd
/opt/lampp/htdocs
$sudo ln -s ...
0
votes
1answer
415 views
How do I make XAMPP use the paths from my Wordpress themes folder?
I'm having an issue where I have a local Wordpress install on my Ubuntu machine using XAMPP and I'm trying to work on a theme from scratch. The problem is that any path in index.php that's supposed to ...

