Linux Web Sever
#1
Posted 11 November 2008 - 04:26 AM
Brad
There's no place like 127.0.0.1
There are 10 types of people in the world, those that can read binary, and those who can't.
#2
Posted 11 November 2008 - 06:44 PM
either download Ubuntu or just use the guide for configuring
your system.
http://www.bleepingcomputer.com/forums/topic158132.html
#3
Posted 11 November 2008 - 10:53 PM
This worked straight off the bat. Thanks for pointing me in the right direction.
I ended up using the Ubuntu Server CD.
By the way, love the GIF in your signature, lol
Brad
There's no place like 127.0.0.1
There are 10 types of people in the world, those that can read binary, and those who can't.
#4
Posted 12 November 2008 - 12:06 AM
Quote
"raw" will do just fine.
Glad I could help.
#5
Posted 12 November 2008 - 09:28 PM
raw, on Nov 12 2008, 04:06 PM, said:
Sorry Raw... didn't see your name there... I must be blind...
Cheers,
Brad
There's no place like 127.0.0.1
There are 10 types of people in the world, those that can read binary, and those who can't.
#6
Posted 13 November 2008 - 10:08 PM
EDIT: If you enjoy FULL control over your systems though, i'd go with the method described above...
EDIT: Does anyone know where i can obtain a list of commands used with ubuntu 8.04 server i386
Cheers,
Brad
This post has been edited by KamakaZ: 13 November 2008 - 10:22 PM
There's no place like 127.0.0.1
There are 10 types of people in the world, those that can read binary, and those who can't.
#7
Posted 14 November 2008 - 07:26 PM
KamakaZ, on Nov 13 2008, 09:08 PM, said:
Cheers,
Brad
Do you mean all the programs?
http://www.pixelbeat.org/cmdline.html
http://www.tuxfiles.org/linuxhelp/linuxcommands.html
http://www.howtoforge.com/useful_linux_commands
#8
Posted 16 November 2008 - 06:51 PM
Quote
not all the programs, more like the first link, thanks again Raw!
There's no place like 127.0.0.1
There are 10 types of people in the world, those that can read binary, and those who can't.
#9
Posted 18 November 2008 - 12:10 AM
Here is the link: xampp link
#11
Posted 19 November 2008 - 12:23 AM
There's no place like 127.0.0.1
There are 10 types of people in the world, those that can read binary, and those who can't.
#12
Posted 19 November 2008 - 11:28 PM
1. Create a new folder in the htdocs directory and copy all files and folders into this new folder. Then create a second new folder for your wordpress install and put all wordpress files in this folder. My htdocs folder looks like:
htdocs
--phpmyadmin
--site1
--site2
--xampp_original
When I point a browser at http: //localhost I get a simple screen that allows me to select which site I would like to use. Xampp_original would bring up the default xampp screens (xampp_original is the folder created above). I left phpmyadmin at the root level because I use it to manage my mysql databases.
2. Create a new folder holding your wordpress install in the htdocs folder. Then edit the httpd.conf file on your linux install to point to this new subfolder as the root web document foler. This file is normally stored in /opt/lampp/apache/conf/httpd.conf for linus xampp installs. Look for DocumentRoot and change it to
DocumentRoot "/opt/lampp/htdocs/wordpressfolder"
This is all you should need to change if you create the new wordpress folder in the current htdocs folder.
After the change(s), restart apache and should be good to go. This worked great for my drupal installs.
#13
Posted 20 November 2008 - 07:22 AM
options {
directory "c:\named\zones";
allow-transfer { none; };
recursion yes;
allow-recursion { 192.168.1.0/24; };
};
zone "ThisIsMyDomainName.com" IN {
type master;
file "db.ThisIsMyDomainName.com.txt";
allow-transfer { none; };
};
key "rndc-key" {
algorithm hmac-md5;
secret "ObviouslyASecret";
zone "." IN {
type hint;
file "db.root.hint.txt";
};
Cheers,
Brad
There's no place like 127.0.0.1
There are 10 types of people in the world, those that can read binary, and those who can't.

Help


Back to top











