Re: Time to shut down this list?

From: Wes Peters (wes_at_softweyr.com)
Date: 12/24/04

  • Next message: Scott Emerson Longley: "RE: Manpage interpreter"
    To: Jeff Lewis <jlewis1957@netscape.net>
    Date: Thu, 23 Dec 2004 20:23:24 -0800
    
    

    On Thursday 23 December 2004 12:40, Jeff Lewis wrote:
    > I'm a newbie, and until now, a lurker.
    >
    > I do not want this list disbanded. I believe that I belong here.

    Thanks, this is exactly the sort of discussion I was hoping for.

    > Case in point:
    >
    > I just got my hardware ready. I will be loading 4.10 on my new test
    > box. (5.2.1 hated the ACPI and required that I select NO ACPI from
    > the menu all the time.) I wanted to mirror software that my ISP uses
    > so I tried to find out what version of the OS they were running.
    >
    > It took me 20 minutes of googling to find the uname command. Then I
    > had to find the same for perl and php (easier). I never did find out
    > how to do this for apache.

    Piece of cake. The server will tell you what it's running in response a
    simple GET request. The way you do this is to use telnet to connect to port
    80 and tell the server GET / HTTP/1.0 followed by two carriage returns.
    Here's a transcript, with my typing marked as C: and the server replies with
    S: for clarity. (The "Trying", "Connected", and "Escape" lines are printed
    by the telnet client.) This is being run from freefall.freebsd.org, against
    my server, feel free to try it yourself:

    C: wes@freefall$ telnet www.bsdconspiracy.net 80
       Trying 69.75.218.19...
       Connected to softweyr.homeunix.net.
       Escape character is '^]'.
    C: GET / HTTP/1.0

    S: HTTP/1.1 200 OK
    S: Date: Fri, 24 Dec 2004 04:13:38 GMT
    S: Server: Apache/1.3.29 (Unix) PHP/4.3.7 mod_ssl/2.8.16 OpenSSL/0.9.7c
    S: Content-Location: index.html.en
    S: {much more output elided...}

    So we see that bsdconspiracy.net is run on Apache 1.3.29, along with an
    out-of-date, insecure version of PHP (an upgrade is in the closet right now,
    waiting to get finished)

    > But I would never have asked that question on the -questions list
    > because I felt stupid. I didn't ask that question here because we
    > aren't supposed to.

    And so now I've violated the list charter, too. ;^)

    If I knew of a good, simple FAQ that answered this, I would've pointed you to
    it. The problem is, somebody else is going to want this same question
    answered again next week, and they're not going to know to search the
    archives for this wonderful answer I've just given you. That's an even
    "better" problem to solve than simply answering your question, even if it
    doesn't solve your immediate problem.

    -- 
             Where am I, and what am I doing in this handbasket?
    Wes Peters                                                wes@softweyr.com
    _______________________________________________
    freebsd-newbies@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
    To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"
    

  • Next message: Scott Emerson Longley: "RE: Manpage interpreter"

    Relevant Pages

    • Re: Apache vs IIS
      ... Windows Server not on my Linux Server so there for I would chose IIS. ... Not that Apache is bad but ASP.NET is far easier and faster to create good web forms in. ... PHP on a IIS server is rather easy to run once you install PHP on a PC but if you only use PHP why not use Apache for Windows. ...
      (alt.php)
    • Re: Apache vs IIS
      ... my Windows Server not on my Linux Server so there for I would ... IIS is designed for ASP, ... can run asp on Apache, ... in running php from IIS vs Apache. ...
      (alt.php)
    • RE: Virtual hosts and PHP "downloads": php5 and apache22 on FreeBSD6.1-STABLE
      ... Apache web server. ... Subject: Virtual hosts and PHP "downloads": php5 and apache22 on ...
      (freebsd-questions)
    • Re: Virtual hosts and PHP "downloads": php5 and apache22 on FreeBSD6.1-STABLE
      ... Apache web server. ... Subject: Virtual hosts and PHP "downloads": php5 and apache22 on ...
      (freebsd-questions)
    • Re: PHP Tutorials
      ... >> In this tutorial we assume that your server has activated support for PHP ... install a web server locally (not just Apache). ...
      (comp.lang.php)