From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 02:33:59 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 736E916A468 for ; Thu, 12 Jul 2007 02:33:59 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id 4D47913C469 for ; Thu, 12 Jul 2007 02:33:59 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from [127.0.0.1] ([74.56.154.114]) by VL-MO-MR004.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0JL10070DOGMYSE0@VL-MO-MR004.ip.videotron.ca> for freebsd-questions@freebsd.org; Wed, 11 Jul 2007 22:33:58 -0400 (EDT) Date: Wed, 11 Jul 2007 22:33:58 -0400 From: pj In-reply-to: To: Chuck Swiger Message-id: <46959316.9020402@videotron.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Antivirus: avast! (VPS 000746-2, 06/01/2007), Outbound message X-Antivirus-Status: Clean References: <469511DF.70409@videotron.ca> User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) Cc: freebsd-questions@freebsd.org Subject: Re: without SSL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 02:33:59 -0000 Chuck Swiger wrote: > On Jul 11, 2007, at 10:22 AM, pj wrote: >> I can access apache from my windows machine: "It works" >> But I cannot access http://biggie:10000 - message says: try https://... >> that does bring up the Webmin page. I know apache listens on port 80, >> but why https to get the Webmin page? > > Umm, so you don't send your Webmin password through the Internet in > plain text, rather than via SSL encryption. I only use the server locally on my local network so I don't need the SSL. > > Webmin uses it's own internal webserver, which is unrelated to Apache. OK, thanks for that, I didn't know. > >> I cannot access http or https://biggie:931 (Swat) "Unable to connect" > > There's no real need to use swat when you've got the ability to edit the > samba config directly or via Webmin, but if you really wanted to, you > could presumably set it up to run in inetd.conf. See "man swat". Agreed. I don't like to use Webmin except to see if I may have missed something. It does not have the correct settings on startup. > >> Is my configuration wrong for samba? What's with the ssl? > > You haven't provided any specific information about your Samba config, > and most people aren't good at reading minds, so you'll need to either > do something like run Samba's "testparms" and/or look over the Samba > logfiles.... I finally found that Samba was looking for a guest account - I had not set it up. Now it's working ok. > >> I tried to reinstall (unsuccessfully -D NOSSL) apache22 without SSL. >> How can I disable the SSL I don't need SSL as I am using FBSD6.2 only >> on my local network. > > Unless you've configured an SSL cert, the default ought to be to run > Apache without SSL...? I have not configured the SSL cert but no matter what I do, apache still runs with SSL. According to the manuals, apache is compiled with SSL by default for version 2.2.4. I have tried to # the ssl_module in httpd.conf with no results at all. That was the first thing I actually tried when I saw it was running SSL. > > ---Chuck > >