Tagged Questions
-3
votes
2answers
154 views
Apache2 : Xampp is not running
I have apache2 and Xampp both installed in my server now my problem is
When i stop apache2 from /etc/init.d/apache2 stop
and tried restart xampp like /opt/lampp/lampp restart i am getting the ...
0
votes
1answer
507 views
Slow connection to Linux MySQL from Windows only (XAMPP)
UPDATE
Turns out the issue was with my network settings - I'm not sure what was wrong, as they were the out-of-box settings, but going to System Properties -> Computer Name and running Network ID ...
0
votes
1answer
154 views
Updating PHP on XAMPP
I use XAMPP on Ubuntu 11.04 and is there anyway that I am able to update the PHP from 5.0 to like 5.3.1?
I have tried to get this infos on the Internet but I am not able to find the solution.
1
vote
1answer
72 views
Best way to Install Lampp setup on Ubuntu
What is the best way to install a lampp setup in ubuntu? I know to install using xampp. Is it ok for using as a central development server?
Or if am installing individually what are the packages i ...
0
votes
2answers
1k views
Need help to install php gd on ubuntu with lampp (xampp)
I'm running lampp 1.7.1 on lubuntu oneiric.
I need to add extension for php_gd.
I installed php5-gd by
sudo apt-get install php5-gd
Had a look at php.ini and noticed the line
...
0
votes
1answer
1k views
Virtual hosts not working
So - I cant get my virtual hosts to work.
I'm working on Ubuntu11.10 with xampp install.
I have been trying to find the errors - no success.Maybe you have some pointers what is misconfigured here:
...
0
votes
1answer
850 views
Can't start MySQL in LAMP (XAMPP) install on Ubuntu 11.04
I'm trying to set up a XAMPP installation on my work laptop - that's why I go for XAMPP and not regular LAMP so I don't have to have start-up services etc. But I get an error when trying to start ...
3
votes
2answers
622 views
Transfer database data from xampp on Windows to Ubuntu
Which is the fastest way to transfer mysql databases from xampp on Windows to a MySql server on Ubuntu?
1
vote
3answers
118 views
Redirect http traffic if another machine is on
My router forwards port 80 data to my Ubuntu Server box. I have another machine (Windows 7, running XAMPP) on my local network that is only sometimes on. Using a virtual host or otherwise, I wanted ...
0
votes
2answers
542 views
Error 403 with XAMPP on Ubuntu with created files and folders
I'm used to work with XAMPP on Mac without problems, using it on Ubuntu probably giving me some user permission problem. I've set the XAMPP security as the guide too.
I've installed and tested ...
0
votes
2answers
254 views
Secure Ubuntu Desktop for Php Developer
I just did a fresh install of Ubuntu Desktop 10.4.
I would like to keep the system completely secure so that it's not vulnerable to any sorts of hacks, attacks, viruses, malware etc.
All i want to ...
0
votes
1answer
157 views
Unable to configure custom VirtualHosts in xampp
I'm editing /opt/lampp/etc/extra/httpd-vhosts.conf
I've added VirtualHost directive to this file
<VirtualHost 127.0.0.2:80>
ServerAdmin kirzilla@gmail.com
ServerName rem
...
0
votes
2answers
2k views
XAMPP error 403 on fresh install
I just installed XAMPP on my Ubuntu 9.10 box according to the instructions here and as far as I can see, everything was followed exactly per instructions, including setting up the soft link to my ...
0
votes
2answers
911 views
What is a easiest way to implement Mail Server in ubuntu and hook in webmail through XAMPP?
I currently have xampp running on my ubuntu server. I tried a variety of things including installing, postfix+dovecot+roundcube+postfixadmin (postfix+dovecot work I think, postfix admin also works, ...