Closed Thread
Page 1 of 4 123 ... LastLast
Results 1 to 15 of 47

Thread: How to install Apache Software?

Hybrid View

  1. #1
    NLC YUPAPA will become famous soon enough YUPAPA's Avatar
    Join Date
    Apr 2001
    Location
    Location
    Posts
    2,517

    Wink How to install Apache Software?

    I am new to this. I have visited http://www.apache.org and do not know how to install Apache Software.

    Do I have to create all directories and put the files into a correct folders?
    And then what?

  2. #2
    NLC Bruce is a glorious beacon of lightBruce is a glorious beacon of lightBruce is a glorious beacon of lightBruce is a glorious beacon of lightBruce is a glorious beacon of lightBruce is a glorious beacon of light Bruce's Avatar
    Join Date
    Dec 2000
    Location
    Maine
    Posts
    12,147
    When you download it there will be an istall file. Just read that and you should be all set.

  3. #3
    NLC YUPAPA will become famous soon enough YUPAPA's Avatar
    Join Date
    Apr 2001
    Location
    Location
    Posts
    2,517

    Wink

    Hi!

    Can I download all files at once (in a zip file), but I don't see they have packed everything in a zip.

    Or I have to create all the directories like them?

  4. #4
    NLC Bruce is a glorious beacon of lightBruce is a glorious beacon of lightBruce is a glorious beacon of lightBruce is a glorious beacon of lightBruce is a glorious beacon of lightBruce is a glorious beacon of light Bruce's Avatar
    Join Date
    Dec 2000
    Location
    Maine
    Posts
    12,147

  5. #5
    NLC YUPAPA will become famous soon enough YUPAPA's Avatar
    Join Date
    Apr 2001
    Location
    Location
    Posts
    2,517
    it says to run the .msi file (Apache.msi ), I can't find it Phrozen!

  6. #6
    NLC Bruce is a glorious beacon of lightBruce is a glorious beacon of lightBruce is a glorious beacon of lightBruce is a glorious beacon of lightBruce is a glorious beacon of lightBruce is a glorious beacon of light Bruce's Avatar
    Join Date
    Dec 2000
    Location
    Maine
    Posts
    12,147
    You downloaded the *nix version, so obviously there isn't going to be a windows installer with it.

    If your installing it on a windows machine download this file.

    http://httpd.apache.org/dist/httpd/b...n32-src-r2.msi

  7. #7
    NLC YUPAPA will become famous soon enough YUPAPA's Avatar
    Join Date
    Apr 2001
    Location
    Location
    Posts
    2,517
    THANK YOU THANK YOU... I had downloaded before you post your message..

  8. #8
    NLC YUPAPA will become famous soon enough YUPAPA's Avatar
    Join Date
    Apr 2001
    Location
    Location
    Posts
    2,517

    Wink

    OK... I am new to this... so I am very sorry if I ask a dumb question...

    Can I run Perl or CGI Script after installing the Apache Software?
    Or it is just a HTTP server

  9. #9
    NLC YUPAPA will become famous soon enough YUPAPA's Avatar
    Join Date
    Apr 2001
    Location
    Location
    Posts
    2,517

    Wink

    Hallo Phorzen?

  10. #10
    NLC Bruce is a glorious beacon of lightBruce is a glorious beacon of lightBruce is a glorious beacon of lightBruce is a glorious beacon of lightBruce is a glorious beacon of lightBruce is a glorious beacon of light Bruce's Avatar
    Join Date
    Dec 2000
    Location
    Maine
    Posts
    12,147
    Sorry Yupapa, but I'm not here 24 hours a day.

    If you want to run perl scripts you will need to install [url=http://www.activestate.com/]Active Perl[/url

  11. #11
    NLC YUPAPA will become famous soon enough YUPAPA's Avatar
    Join Date
    Apr 2001
    Location
    Location
    Posts
    2,517

    Wink

    Thanks!
    I have tried that before... now let's try again

  12. #12
    NLC lucifer is an unknown quantity at this point lucifer's Avatar
    Join Date
    Mar 2001
    Location
    Hades
    Posts
    1,213
    install perl

    add

    Code:
    # perl
    
    AddType application/x-httpd-cgi PL
    to the end of httpd.conf in apache

    make sure #!...... at start of your files points to perl.exe

    should be OK but you may need to fiddle with suEXEC (if you get page forbidden)
    };-P

    stuff -->---------------

  13. #13
    striking reality niv has disabled reputation niv's Avatar
    Join Date
    Dec 2000
    Location
    New York, NY
    Posts
    7,344
    for example, if you installed perl at C:\Perl, and the perl executable is at C:\Perl\Perl.exe, your header should be:

    #!C:\Perl\Perl.exe
    the poster formerly known as needcgispace - NOTHING!
    Obsidian Hosting Networks - Head Admin - Changing the way you play the game.
    URL: http://www.obhost.net/
    IRC: irc.gamesurge.net/obhost

  14. #14
    NLC YUPAPA will become famous soon enough YUPAPA's Avatar
    Join Date
    Apr 2001
    Location
    Location
    Posts
    2,517
    Originally posted by lucifer
    install perl

    add

    Code:
    # perl
    
    AddType application/x-httpd-cgi PL
    to the end of httpd.conf in apache

    make sure #!...... at start of your files points to perl.exe

    should be OK but you may need to fiddle with suEXEC (if you get page forbidden)
    is httpd.conf = httpd.conf-dist-win ?

  15. #15
    striking reality niv has disabled reputation niv's Avatar
    Join Date
    Dec 2000
    Location
    New York, NY
    Posts
    7,344
    the httpd.conf file should be in:

    apache directory\conf


    i have apache 1.3.12 running on my computer, so i wouldn't know about the .conf-dist-win thing. it came as .conf for me.
    the poster formerly known as needcgispace - NOTHING!
    Obsidian Hosting Networks - Head Admin - Changing the way you play the game.
    URL: http://www.obhost.net/
    IRC: irc.gamesurge.net/obhost

Closed Thread

Bookmarks

Posting Permissions

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