Thread: apache

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    178

    apache

    Okay, just need some pointers here. Basically i'm interested in hosting my webpage on a linux server using apache of course, I have what i'd say a little more than basic networking knowledge, html knowledge, extensive hardware knowledge, and not jack **** for linux knowledge. I have no clue where to even start other than the stuff on google which half of it is just dutch to me. Do any of you all know a good book or other place to find good information on this??? thanks in advance.
    Oi Oi Oi!!!!

  2. #2
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    so is this a question about Apache or Linux? Apache is a little daunting to anyone, because of the hundreds of choices and options it has... it's really a hell of a server...

    As far as Linux... look around and do some searches on here, you'll find plenty of info/links.

    And if you have any serious questions, check out www.unix.com
    EntropySink. You know you have to click it.

  3. #3
    K.A.J
    Guest
    I'm not trying to protend that i know much about apache, i don't, i just ,know the bare basics - here is a very good link to a book - http://www.soldierx.com/books/APACHE...NTS/index.html

  4. #4
    Registered User codingmaster's Avatar
    Join Date
    Sep 2002
    Posts
    309
    It think, that the best to learn the configuration of Apache and usage of Apache is to install apache, to use it, to config it, to make some mistakes, to find the bugs and to prog for it.

    That was my way. I'm still writing very good dynamic engines for Apache, cause I'm using PHP, Perl, Python as modules for it.

    I have learned it, cause I have made mistakes and I have written progs for it, I have installed modules and I have written engines for it.


    Currently, I gonna code an module for it in C++, using the APACHE Api. It is a module for sharing, a kind Napstar, but it is a rewritten version of Cshare, a tool, that was written by a friend of me.

    THE BEST WAY IS TO READ THE APACHE DOCUMENTATION AND TO LEARN THROUGH YOUR MISTAKES.

    www.apache.org

  5. #5
    Registered User rick barclay's Avatar
    Join Date
    Aug 2001
    Posts
    835
    If you're just interested in hosting a webpage, then you don't need to know anything about Apache or Linux. You web host takes care of all that.

    If you're interested in hosting a web page and want to set up a
    home web server to test your php scripts and stuff then all
    you need is the win32 installer from the apache.org site. This,
    of course assumes you're running Windows at home. The installer
    will set up the apache server automatically on your system,
    but you have to give your server a unique name, because if
    you gave it a name like, say, cprogramming.com, then everytime you wanted to come here, you would instead bring up your server. You also have to add some lines to your apache configuration file, and you have to add your server name to your
    list of local hosts in the applicable windows directory, depending
    on which version of Windows you are running.

    If you want to set up a linux server on your Windows machine (not recommended), then you'll have to partition a hard drive and install linux and compile a linux version of apache.

    The is much help available for anyone who wants to set up his/her own home server. The best one is http://www.devshed.com, where you can find most anything you need. Of course, the apache.org site is also instructive.

    rick barclay
    No. Wait. Don't hang up!

    This is America calling!

  6. #6
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    pick up a unix book, basic ones assume no prior knowledge. Linux was made originally as a copy of unix, and they are essentially the same for your purposes. Interface will be the same, unless you use a gui to linux like what red hat provides. good luck. try borders bookstores if you're in the US, they have a good selection of computer and programming books.
    PHP and XML
    Let's talk about SAX

  7. #7
    Registered User codingmaster's Avatar
    Join Date
    Sep 2002
    Posts
    309
    U'R right -> Linux / UNIX rocks

    But you have nothing of it, if you're using books and you wanna not learn programming.

    But to prog is the best way to learn.
    Apache and CGI Programming and Configuration is a good one, I don't know if there is one like this in the US (cause my is in German) -> I think there is a version -> published by SAMS

    Book:
    All configurations
    Server building
    Apache API
    Perl
    PHP
    Module Installing
    .
    .
    .
    .

  8. #8
    Registered User
    Join Date
    Mar 2002
    Posts
    28

    Webmin

    just a suggestion, but if you wanna get started fast and easy, without getting into all the details, u can always try webmin for linux

    do a google search for it, u'll get a link for it.

    it's pretty much a web interface for lots of linux services, such as apache.

    though you definitely should eventually read a few books on it.

    also, might wanna check out openssl.org (it saves a few config headaches), it's apache bundled up with php, perl, and ssl

    hope this helps,
    Alien.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Apache config
    By lruc in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 01-23-2009, 04:41 PM
  2. Apache help
    By RoD in forum Tech Board
    Replies: 2
    Last Post: 10-17-2004, 07:37 PM
  3. SOAP/XML Webservices with Apache.
    By adrianxw in forum Tech Board
    Replies: 0
    Last Post: 07-24-2004, 07:36 AM
  4. bandwidth limitations with apache
    By Xterria in forum Tech Board
    Replies: 14
    Last Post: 05-03-2004, 08:44 AM
  5. Apache [2.xxx] and PHP [4.xxx]
    By Wondering_Guy in forum Tech Board
    Replies: 12
    Last Post: 01-19-2003, 02:41 PM