Hi. I had Apache, MySQL, PHP5 running on my system... was i happy? Nooo! I had to have GD library and OpenSSL. So i decided to give XAMPP a try. Unfortunately, i didn't shut the old apache server down correctly. I went into Synaptic package manger and uninstalled the old stuff but when I type
sudo /opt/lampp/lampp start
the result is:
Starting XAMPP for Linux 1.5.2...
XAMPP: Another web server daemon is already running.
XAMPP: Starting MySQL...
XAMPP: Starting ProFTPD...
XAMPP for Linux started.
so when i type http://localhost/ into the browser, i get sent to the old directory located at /var/www/apache2-default/
I am running completely local just for instructional purposes.
So what should i do with the original Apache? Have i succeeded in totally messing up my system? Thanx.
entropy7 is online now Edit/Delete Message
i type ps -e and i get among all the other stuff:
7160 ? 00:00:00 apache2
7161 ? 00:00:00 apache2
7162 ? 00:00:00 apache2
7163 ? 00:00:00 apache2
7164 ? 00:00:00 apache2
"Please give us a simple answer, so that we don't have to think, because if we think, we might find answers that don't fit the way we want the world to be."
~ Terry Pratchett in Nation
that is the first thing i thought of.
the second thing i should a done was search the FAQ on ubuntuforums.org.
there they said: go to system>administration>services where u see apache2 as one of the services. unselect it. For me they ought to create a smiley called "DUH!!"
thanx
LOL - glad you got the first problem resolved. I only have access to Windows systems right now, so probably won't be much help with any Linux-specific questions.
"Please give us a simple answer, so that we don't have to think, because if we think, we might find answers that don't fit the way we want the world to be."
~ Terry Pratchett in Nation
Why not just use apache, php and mysql from ubnutu self?
type 'sudo apt-cach search php' to find all php packages with php in the name.
Then install the ones u need trough 'sudo apt-get install packagename' to install it.
Now you tell me!! I was looking for GD library under "g"
That may have been a lot easier. But, I have an extra 40G drive and now that i have already committed, i think will install Ubuntu without any of the AMPP stuff, and then install XAMPP 1.5.2. It has so many different technologies all bundled together, (see below) with sample scripts (that work hopefully) It seemed like a good way to learn about them which is all i want to do at this point. I do wonder:
If you want a really secure web-server is XAMPP the best choice?
Bookmarks