Results 1 to 18 of 18

Thread: [Resolved] Apache Question

  1. #1

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256

    [Resolved] Apache Question

    I'm so confused. I'm at this page: http://www.apache.org/dist/httpd/ what do I need to download? I know there's been many threads lately about setting up Apache, PHP, and MySQL. So I thought I'd give it a try.
    Last edited by The Hobo; Jun 16th, 2002 at 03:34 PM.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  2. #2
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    *assumes you're using Windows*

    http://www.apache.org/dist/httpd/binaries/win32/

  3. #3

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    So....do I download all of them?
    My evil laugh has a squeak in it.

    kristopherwilson.com

  4. #4
    scoutt
    Guest
    no you need only one

    apache_2.0.36-win32-x86-no_ssl.msi

    or if you want SSL and no source you get this one

    apache_1.3.24-win32-x86-no_src.msi

    but that is an older version so it is up to you.

  5. #5
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923

  6. #6
    Fanatic Member stickman373's Avatar
    Join Date
    Mar 2001
    Location
    MA
    Posts
    909
    you could download PhpTriad it installs apache, mysql, and php for u

    http://prdownloads.sourceforge.net/p...1.exe?download

  7. #7

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Originally posted by chrisjk
    I advise you get this one

    http://www.apache.org/dist/httpd/bin...x86-no_ssl.msi
    It's installed. Now what do I have to do? Is there any configuration that has to be done?
    My evil laugh has a squeak in it.

    kristopherwilson.com

  8. #8

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    *stuck*
    My evil laugh has a squeak in it.

    kristopherwilson.com

  9. #9

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    woo! I got Apache going. Now I'm gonna work on PHP.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  10. #10

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    do the PHP files have to be in the htdocs folder for them to execute?
    My evil laugh has a squeak in it.

    kristopherwilson.com

  11. #11

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    I got this error when trying to run a simple PHP script:

    Error message:
    Premature end of script headers: php.exe
    ??
    My evil laugh has a squeak in it.

    kristopherwilson.com

  12. #12
    scoutt
    Guest
    try running phpinfo() in a script

    <?php
    phpinfo()
    ?>

    try that and see if it will run. if not you don't have apache configured to run php

  13. #13

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Nope, same error. Should the line in the httpd.config file be "Action application/x-httpd-php /php/php.exe" or "# Format: Action application/x-httpd-php /php/php.exe" ??
    My evil laugh has a squeak in it.

    kristopherwilson.com

  14. #14

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    I'm following the tutorial you have linked on your site btw, lameindustries.org or something like it.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  15. #15

  16. #16

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    filburt, that even takes me farther down a dead end road.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  17. #17
    scoutt
    Guest
    I have this in mine

    Action application/x-httpd-php4 "/php/php.exe"
    Action application/x-httpd-php4 "/php4/php.exe"
    Action application/x-httpd-php4 "/php3/php.exe"


    I think it just tells apache what to look for in extensions.

  18. #18

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    I'm still dead. I restarted the .conf file from the default and went through that tutorial and the one on scouts site and both end up dry.
    My evil laugh has a squeak in it.

    kristopherwilson.com

Posting Permissions

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



Click Here to Expand Forum to Full Width