Results 1 to 6 of 6

Thread: Apache ?

  1. #1
    Banned
    Join Date
    Aug 2003
    Posts
    130

    Apache ?

    Is there a program that makes configuring the apache webserver easier.

    I tried apacheconfig but no luck. It just showed the section where i could configure it in the text file.

  2. #2
    For some version of Linux there is Comanche, tried once but my apache was newer then the one Comanche could configure so I gave up and return to text editing...

    depending on what you want to do with ur webserver you'll have to edit: httpd.conf (a must), access.conf and srm.conf (not a must if u do a good httpd.conf) are the only 3 (and not so long, if u ever edited an eggdrop.conf - thats a long file ) to configure...

    also httpd.conf is very well documented, each section is full of explanation of what it will do...

    so i just reccomend you to get an "how to..." or another good manual, there are a lot of good ones out there and run your favourite text editor on httpd.conf (make a backup firt on this one so you have the "defaults" somewhere)

    first $apachectl stop

    and then after editing that try using: apachectl configtest

    this will show where you have an error or more...

    good luck!

    PS
    for windoze version is a long time since i didnt test it so maybe some one else could help...

  3. #3
    Senior Member
    Join Date
    Aug 2003
    Posts
    300
    If you google it you will find tons of information on easy ways to load apache. It is simply changing three files (alittle bit of code). You can do it just really try.


    Adiz

  4. #4
    Junior Member
    Join Date
    Oct 2003
    Posts
    18
    There are several install scripts on Hotscripts.com that will install apache and all the goodies along with it, then provide web-based configuration for you. These are very simple to use, provided you know how to manage the files (ie. unzip them in the correct place). Check the PHP section for the installers.

  5. #5
    Senior Member
    Join Date
    Aug 2003
    Posts
    300
    I will soon be posting a tutorial on setting up your personal apache web server. I just haven't had enough time to sit down and write it so that it is clear and can be used for months to come.

    Hotscripts.com is a very nice site for Apache and PHP setup.

    Adiz

  6. #6
    Junior Member
    Join Date
    Nov 2003
    Posts
    17

    Mysql

    You can download Mysql from http://www.mysql.com
    This allow you to configure your database. read more on their website.

    Greetz,
    Me

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •