Tagged Questions
0
votes
2answers
64 views
How to start XAMPP in my browser after installing it successfully
I followed this link to install XAMPP on my machine: XAMMP for Linux. I can't open XAMPP in my browser, but I'm getting the 404 errror i.e
Not Found
The requested URL /xampp/index.php was not found ...
0
votes
1answer
236 views
MySQL deactivated in Lampp, Xampp on Linux 12.04 [closed]
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 ...
0
votes
1answer
67 views
Xampp says it's running but is not reachable
Very awkward problem... I don't really know what the title should be ...
I had xampp running, and firefox opened and I started the virtual machine using VirtualBox. Than I had some problem with ...
1
vote
0answers
120 views
XAMPP ORACLE 11g
I have downloaded XAMPP for Linux. Have installed it. It works fine. But I have problem with oci8 extension. I have downloaded oracle instant client for linux and extracted it to /opt/lampp/lib. Then ...
0
votes
1answer
726 views
Another MySQL daemon is already running?
root@jose-desktop:~# sudo /opt/lampp/lampp start
Starting XAMPP for Linux 1.7.7...
XAMPP: Starting Apache...
XAMPP: Another MySQL daemon is already running.
XAMPP: Starting ProFTPD...
XAMPP for Linux ...
1
vote
1answer
142 views
Ubuntu security with services running from /opt
It took me a while to understand what's going on here (I think), but can someone explain to me if there are security risks with regards to my logic of what's going on here as I am trying to set up a ...
0
votes
1answer
907 views
Xampp is not running on ubuntu
I have nginx ,Apache2 ,Xampp installed on Ubuntu 12.04
Nginx is running on port 80
First I stopped Apache2 using /etc/init.d/apache2 stop
Now I started Xampp using /opt/lampp/lampp restart
I ...
0
votes
0answers
591 views
Normal solution for“ XAMPP: Another MySQL daemon is already running” not working
When starting XAMPP, I get the message "XAMPP: Another MySQL daemon is already running.", and MySQL is deactivated in the XAMPP status.
When I try to stop Apache with "sudo /etc/init.d/apache2 stop" ...
1
vote
2answers
5k views
Unable to connect to localhost in browser after installing XAMPP successfully
I have successfully installed XAMPP 1.5.3 following this guide on Ubuntu 12.04 and it started with no errors.
$ sudo /opt/lampp/lampp start
Starting XAMPP for Linux 1.5.3a...
XAMPP: Starting Apache ...
-2
votes
1answer
3k views
How do I run Apache as root?
Ok I need to run my Apache web server as root. For this I typed echo whoami; in terminal. It gives me output: root. But when I check my apache server running as a root user or not by executing ...
0
votes
0answers
111 views
unable to start XAMPP in ubuntu 11.04 [duplicate]
Possible Duplicate:
Cannot start XAMPP
When I try to start XAMPP with /opt/lampp/lampp start command it gives me a message like this.
Starting XAMPP for Linux 1.7.7...
XAMPP: Another web ...
2
votes
2answers
4k views
Cannot start XAMPP on Ubuntu 11.10
When I try to start XAMPP with sudo /opt/lampp/lampp start command it gives me a message like this.
Starting XAMPP for Linux 1.7.7...
XAMPP: Another web server daemon with SSL is already running.
...
2
votes
5answers
13k views
Change XAMPP's htdocs web root folder to another one
I'm trying to change the XAMPP's web root default directory /opt/lampp/htocs to another one like /home/me/Dropbox/public_html without success.
I've edited the file /opt/lampp/etc/httpd.conf
# old ...
3
votes
3answers
5k views
How I can turn off unknown webserver (Apache probably)?
I want to start XAMPP Apache server but it terminal it says that another web server daemon is already running. So I want to find out how to turn off it or so.
When I go to localhost I get following ...
0
votes
1answer
717 views
.php files are downloaded instead of being parsed by Apache
I have Xampp on Ubuntu 11.04. .php files are downloaded instead of parsed by Apache! How do I get Apache to parse them?
3
votes
2answers
3k views
Having permission problems with XAMPP
I installed xampp with no problems, and then ran the command to set security. Apparently setting security locks you out of the directories even at the file system level, not just via FTP - when I look ...