Tagged Questions
0
votes
1answer
23 views
Can XAMPP be used for a “real” server?
According to the Wikipedia article, XAMPP is merely a packaging of server software such as apache, PHP, SQL, etc, that can be run locally.
The question becomes: is it practical to use the same ...
0
votes
1answer
1k views
XAMPP: Deamon is already running, but it's NOT apache
This one is giving me a headache...
I have installed XAMPP for Linux 1.7.7 on Ubuntu 12.10. I haven't installed the latest version because of the new security "feature" which makes XAMPP so secure I ...
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 ...