PDA

View Full Version : Properly configureing Lamp


Darkness3477
December 20th, 2005, 12:58 AM
G'day folks, I'm currently in the process of making a website on my computer (It'll be up with a domain name and a hosting company soon as it is finished). Anyway, the company i wish to host it on has some features I have never used before, mainly php, MySQL and some other things.

Anyway, I have gotten the local host to work (usuing apache and php) but i would like to add MySQL to it, and have it all configured correctly.
So, could any of you point me to a website that could tell me what i need, (Simple terms, I'm very new to Ubuntu..And Linux distro's.)
OR maybe you could tell me what to do in the terminal.

invalid
December 20th, 2005, 12:59 AM
https://wiki.ubuntu.com/ApacheMySQLPHP

Darkness3477
December 20th, 2005, 01:00 AM
Oh, what extra security should i think about getting if i decide to make my computer into a server so other people can connect to it?

I've tried searching around on this site (Breifly), and also on google but none of it seems to apply directly to ubuntu 5.10 and as i said, i'm a beginner, so i need things to be simple.

Thanks.

Darkness3477
December 20th, 2005, 01:01 AM
Wow, that was quick. Thankyou.

invalid
December 20th, 2005, 01:01 AM
You can work with IPtables, which is a firewall.
If you want to do it in a graphical interface get firestarter.
sudo apt-get install firestarter

Darkness3477
December 20th, 2005, 01:27 AM
Hey, i've installed firestarter. Now where do i find it?

invalid
December 20th, 2005, 01:28 AM
sudo firestarter
from a terminal.

Darkness3477
December 20th, 2005, 01:34 AM
Ahhh, when i close the terminal (After starting firestarter), the firewall window closes, am i still being protected or is it (The fire wall), only going when i have the terminal up?

invalid
December 20th, 2005, 01:36 AM
I do not use firestarter, so I can not guarantee how it works.. if I remember reading correctly, there should be a small icon on your task bar. Maybe try searching the forums to pull up some more information.

Spudgun
December 20th, 2005, 06:23 AM
Ahhh, when i close the terminal (After starting firestarter), the firewall window closes, am i still being protected or is it (The fire wall), only going when i have the terminal up?

Firestarter starts up with your PC regardless of you running the GUI. All Firestarter is is an interface to IP Tables.