Valhalla Legends Forums Archive | General Discussion | Unix Server

AuthorMessageTime
The-Rabid-Lord
I am getting a server running unix. It will be used as a server fro home use but I play to put CS on there. Im not sure of the specs as im getting it from my mum's boyfriend but would it be suitable for web hosting? Its a Sun Solairis.
June 18, 2004, 5:31 PM
iago
Anything can be a web host. If you compile Apache from source, it'll install on almost any computer.

Go to http://www.apache.org
Get the newest stable source release and unzip it into some directly
(if it's .tar.gz, the command is tar -xvvzf [file.tar.tg])
go into the directory, run ./configure
then make
then su root
then make install
that will put it in /usr/local/apache2
You can run it as root, and by default it'll switch to a null user, which is the securest.

From there, you can read documentation and figure stuff out :)
June 18, 2004, 7:36 PM
The-Rabid-Lord
cool. Il, try it. Thanks.
June 18, 2004, 7:54 PM
Mephisto
It amazes me of the number of people who get a server and then think they're qualified to offer Web hosting to people. If it's just for yourself and friends, then go for it. But don't go out offering Web hosting to paying customers without a clue as to how to work the system inside and out. I know this from my friend's personal experience too.
June 18, 2004, 8:36 PM
The-Rabid-Lord
I know lots about hosting just not about unix i have to learn it.
June 18, 2004, 8:38 PM
iago
Incidentally, I just set up Apache this morning, so if you try to do that and have any problems let me know.
June 18, 2004, 9:29 PM
The-Rabid-Lord
I setup Apache on windows before. I have prolems with installing PHP/ MySQL.
June 19, 2004, 7:06 AM
iago
I installed MySQL on Solaris at work, it was easy. I've never installed Php, though.
June 19, 2004, 7:37 AM

Search