Thread: Apache Web Server?

  1. #1
    Emotionally Unstable DarkViper's Avatar
    Join Date
    Oct 2002
    Posts
    343

    Apache Web Server?

    when i get linux, i probably want this. but id like to knwo a little about it fist.

    #1, if i buy this, will i be able to run my own site? and be able to host others? how much would it cost? and what should i know how to do to install it?
    #2, is it what i think it is?

    i thibnk that covers it, just, i need to know a litt;e about it before i spend over some green on it (unless its free)
    ~DJ DarkViper signing out
    ----------------------------------------
    My Site:
    Black Jaguar Studios

    Languages:
    Fluent English, Starter German, HTML, Javascript, Actionscript, Intermediate PHP

    Verteran Despiser of: ASP, Java, BASIC, Pascal, Cobalt

  2. #2
    Comment your source code! Lynux-Penguin's Avatar
    Join Date
    Apr 2002
    Posts
    533
    OK first off, when I used Apache
    I first ran it on Windows...
    The Apache server has a complete documentation on how everything works its nice but I would NEVER get far without a good book
    Apache Webserver Administration
    part of the Craig Hunt Linux library

    ok now a summary of Apache:

    Apache is a webserver, it is ways of taking html files and presenting them on a server (server is usually defined by the DNS)
    now Apahce has configuration files that allow you to control the way these files are presented. And when it comes to more advanced servers you will want to present interactive data and Apache gets the job done easily
    like PHP, CGI and stuff, it is easily done by adding a few lines to the config file.
    Apache is also run on Modules (like the kernel) these modules can have special features like an interpreter for CGI or even the interpreter for PHP, there are many modules and many purposes for these.

    visist http://www.apache.org/
    may I also make one suggestion
    use the older versions like 1.3 and stuff
    I always found them better than the new ones, at least for my needs.

    -Luke
    Asking the right question is sometimes more important than knowing the answer.
    Please read the FAQ
    C Reference Card (A MUST!)
    Pointers and Memory
    The Essentials
    CString lib

  3. #3
    Registered User unixOZ's Avatar
    Join Date
    Feb 2002
    Posts
    91
    #1, if i buy this, will i be able to run my own site? and be able to host others? how much would it cost? and what should i know how to do to install it?
    Yes, you will be able to run your own site, you can also use BIND to have a name server, you can host has many sites has you want (Virtual Hosting if you only have one IP).
    Like many good things in Linux, Apache es FREE. To install it, download the latest (sources is best for me, but there are plenty of precompiled packages, I still recommend 1.3.x) and install it. You will probably want extra features with Apache, like PHP, MySQL, Perl, Mod_ssl, etc So read the official documentation http://httpd.apache.org

    #2, is it what i think it is?
    I dont know, is it?
    Apache es a http server.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Server Architecture
    By coder8137 in forum Networking/Device Communication
    Replies: 2
    Last Post: 01-29-2008, 11:21 PM
  2. SWEBS Web Server
    By nickname_changed in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 09-22-2003, 02:46 AM
  3. Apache Web Server
    By Mecnels in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 04-14-2003, 07:39 AM
  4. Web Server in Router Network...
    By Aidman in forum Tech Board
    Replies: 15
    Last Post: 01-17-2003, 10:24 PM
  5. socket question
    By Unregistered in forum C Programming
    Replies: 3
    Last Post: 07-19-2002, 01:54 PM