Re: how to start apache22 without ssl

2007-07-14 Thread Norberto Meijome
On Sat, 14 Jul 2007 16:44:54 -0400 pj <[EMAIL PROTECTED]> wrote: > Well, I don't think the universe is against me. I rather think that > there is a really serious lack of communications skills among many > programmers. hi Phil, i think you are mistakenly believing everyone in this list are prog

Re: how to start apache22 without ssl

2007-07-14 Thread mrspock
> Norberto Meijome wrote: >> On Fri, 13 Jul 2007 13:27:41 -0400 >> pj <[EMAIL PROTECTED]> wrote: >> >>> Somethings isn't quite right here. >>> It was suggested I load the accf_http from the /boot/loader.conf file. >>> I >>> did. So, now I removed the line from /boot/loader.conf; it is empty of >>>

Re: how to start apache22 without ssl

2007-07-14 Thread pj
sorry to break it to you, but odds are it's due to your current lack of understanding of the system, rather than the universe poised against you :) don't worry, it's fixable (understanding, not the universe ;) ). Fortunately,most things are! If I may add, for what it's worth, the only good thin

Re: how to start apache22 without ssl

2007-07-14 Thread pj
Norberto Meijome wrote: On Fri, 13 Jul 2007 13:27:41 -0400 pj <[EMAIL PROTECTED]> wrote: Somethings isn't quite right here. It was suggested I load the accf_http from the /boot/loader.conf file. I did. So, now I removed the line from /boot/loader.conf; it is empty of any directives. I reboote

Re: how to start apache22 without ssl

2007-07-13 Thread Norberto Meijome
On Fri, 13 Jul 2007 13:27:41 -0400 pj <[EMAIL PROTECTED]> wrote: > Somethings isn't quite right here. > It was suggested I load the accf_http from the /boot/loader.conf file. I > did. So, now I removed the line from /boot/loader.conf; it is empty of > any directives. I rebooted and accf_http.ko

Re: how to start apache22 without ssl

2007-07-13 Thread pj
Norberto Meijome wrote: On Fri, 13 Jul 2007 08:35:25 -0400 pj <[EMAIL PROTECTED]> wrote: My only question now is: Why is httpd running with -DNOHTTPACCEPT ? How does this affect apache22's operation? It tells Apache not to try to access the kernel HTTP Accept module. Unless you load accf_http

Re: how to start apache22 without ssl

2007-07-13 Thread Norberto Meijome
On Fri, 13 Jul 2007 08:35:25 -0400 pj <[EMAIL PROTECTED]> wrote: > My only question now is: Why is httpd running with -DNOHTTPACCEPT ? How > does this affect apache22's operation? It tells Apache not to try to access the kernel HTTP Accept module. Unless you load accf_http (and, optionally, accf

Re: how to start apache22 without ssl

2007-07-13 Thread pj
Norberto Meijome wrote: On Wed, 11 Jul 2007 22:35:35 -0400 pj <[EMAIL PROTECTED]> wrote: Apache22 from ports doesn't use SSL by default. Check your httpd.conf file and make sure the LoadModule for "ssl_module" line is commented out. The latest 2.2.4 does by default. The first thing I had don

Re: how to start apache22 without ssl

2007-07-12 Thread Norberto Meijome
On Wed, 11 Jul 2007 22:35:35 -0400 pj <[EMAIL PROTECTED]> wrote: > > Apache22 from ports doesn't use SSL by default. Check your httpd.conf > > file and make sure the LoadModule for "ssl_module" line is commented > > out. > > > The latest 2.2.4 does by default. The first thing I had done was to

Re: without SSL

2007-07-12 Thread pj
rmation 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

Re: how to start apache22 without ssl

2007-07-11 Thread pj
Schiz0 wrote: On 7/11/07, Steve Bertrand <[EMAIL PROTECTED]> wrote: > Apache22 from ports doesn't use SSL by default. Check your httpd.conf > file and make sure the LoadModule for "ssl_module" line is commented > out. I'm near certain that it does, but then again I may be wrong. From Makefile:

Re: without SSL

2007-07-11 Thread Daniel Marsh
'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 th

Re: how to start apache22 without ssl

2007-07-11 Thread pj
Steve Bertrand wrote: Apache22 from ports doesn't use SSL by default. Check your httpd.conf file and make sure the LoadModule for "ssl_module" line is commented out. I'm near certain that it does, but then again I may be wrong. From Makefile: Apparently 2.2.4 compiles SSL by default. .if !de

Re: how to start apache22 without ssl

2007-07-11 Thread pj
Schiz0 wrote: On 7/11/07, pj <[EMAIL PROTECTED]> wrote: I can't find any clue as to how to start apache22 without SSL. What is httpd -DNOHTTPACCEPT ? Thanks for any help... Phil ___ freebsd-questions@freebsd.org mailing list http://lists.

Re: without SSL

2007-07-11 Thread pj
tion 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. No

Re: how to start apache22 without ssl

2007-07-11 Thread pj
can't find any clue as to how to start apache22 without SSL. What is httpd -DNOHTTPACCEPT ? Thanks for any help... Use "apachectl configtest" first to make sure the config is valid, then "apachectl start". To make this permanent, add something like: apache2_ena

Re: without SSL

2007-07-11 Thread pj
Thanks for the speedy reply. I saw something about this accf_http while checking the Web, but haven't got to trying that yet. I find it strange since this was never needed before - even in my previous installation of apache22. I'll try it shortly. Amitabh Kant wrote: On 7/11/07, pj <[EMAIL PRO

Re: how to start apache22 without ssl

2007-07-11 Thread Schiz0
On 7/11/07, Steve Bertrand <[EMAIL PROTECTED]> wrote: > Apache22 from ports doesn't use SSL by default. Check your httpd.conf > file and make sure the LoadModule for "ssl_module" line is commented > out. I'm near certain that it does, but then again I may be wrong. From Makefile: .if !defined(W

Re: how to start apache22 without ssl

2007-07-11 Thread Steve Bertrand
> Apache22 from ports doesn't use SSL by default. Check your httpd.conf > file and make sure the LoadModule for "ssl_module" line is commented > out. I'm near certain that it does, but then again I may be wrong. From Makefile: .if !defined(WITHOUT_SSL_MODULES) USE_OPENSSL=yes .endif ...and t

Re: how to start apache22 without ssl

2007-07-11 Thread Schiz0
On 7/11/07, pj <[EMAIL PROTECTED]> wrote: I can't find any clue as to how to start apache22 without SSL. What is httpd -DNOHTTPACCEPT ? Thanks for any help... Phil ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.

Re: without SSL

2007-07-11 Thread Amitabh Kant
Sorry, the file is /boot/loader.conf Regards Amitabh ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: without SSL

2007-07-11 Thread Amitabh Kant
On 7/11/07, pj <[EMAIL PROTECTED]> wrote: On top of this, when I try to stop apache with apachectl stop, apache stops. But apachectl start gives : "[warn] (2) No such file or directory: Failed to enable the 'httpready' Accept Filter" Phil Either load the kernel module using "kldload accf_ht

Re: without SSL

2007-07-11 Thread Chuck Swiger
ided 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 tried to reinstall (unsuccessfully -D NOSSL) apache22 with

Re: how to start apache22 without ssl

2007-07-11 Thread Chuck Swiger
On Jul 11, 2007, at 11:24 AM, pj wrote: I can't find any clue as to how to start apache22 without SSL. What is httpd -DNOHTTPACCEPT ? Thanks for any help... Use "apachectl configtest" first to make sure the config is valid, then "apachectl start". To make this

how to start apache22 without ssl

2007-07-11 Thread pj
I can't find any clue as to how to start apache22 without SSL. What is httpd -DNOHTTPACCEPT ? Thanks for any help... Phil ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

without SSL

2007-07-11 Thread pj
ssl? 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. On top of this, when I try to stop apache with apachectl stop, apache stops. But apachectl start gives : "[warn] (2) No