PDA

View Full Version : Apache Server Question



Los
04-18-2003, 09:11 PM
Can someone explain to me what an Apache sever is? how do you make one? is it hard?

I often see on websites and would like to know what they are....

4play
04-18-2003, 09:39 PM
It is an open source webserver that is used by about 60% of the internet.

It is a cheap way to setup your own internet site from your home if you have the bandwidth

http://apache.org/

get yourself an old computer, stick a linux/bsd on it and with this you have your own webserver.

Los
04-18-2003, 09:40 PM
there is no programing that needs to be done?

tzone
04-18-2003, 09:42 PM
can you put php and mysql capabilities on it

4play
04-18-2003, 09:45 PM
yes there are projects which will add extras to your server

HTTP Server
Ant
APR
Avalon
Cocoon
Commons
DB
Incubator
Jakarta
James
Maven
Perl
PHP
TCL
Web Services
XML
Conferences
Foundation

there is even a new one that can help stop dos attacks. pretty sweet since it is free.

not sure about sql but i know there is a free version out there somewhere.

mysql I think it is called

edit: no programming required but you do have to edit the conf file which is a text file with loads of options on. that can be a big pain if you have never done it before.

tzone
04-18-2003, 09:48 PM
yeah ive got that i was just wondering if it would run in linux etc......

4play
04-18-2003, 09:50 PM
It is designed to be run in linux ;)

but they do a windows verison as well.

but a bsd is probably the better option since they are very secure.

[B][O][T]
04-18-2003, 09:56 PM
Have a look @ http://www.javascript.nu/xerver/, might be something for You.

BOT

Los
04-18-2003, 10:22 PM
Originally posted by 4play@18 April 2003 - 16:45
edit: no programming required but you do have to edit the conf file which is a text file with loads of options on. that can be a big pain if you have never done it before.
what would i need to learn to know how to manipulate that file....

4play
04-19-2003, 07:19 AM
to edit the configure file all you have to do is read the instructions that come with it.

It will give to a brief description of the thing to edit and what options you have.

If you read it it is easy. just use google to try to figure out things you do not understand.