• Welcome to Valhalla Legends Archive.
 

Unix Server

Started by Meh, June 18, 2004, 12:31 PM

Previous topic - Next topic

Meh

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.

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 :)
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


Meh

cool. Il, try it. Thanks.

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.

Meh

I know lots about hosting just not about unix i have to learn it.

iago

Incidentally, I just set up Apache this morning, so if you try to do that and have any problems let me know.
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


Meh

I setup Apache on windows before. I have prolems with installing PHP/ MySQL.

iago

I installed MySQL on Solaris at work, it was easy.  I've never installed Php, though.
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*