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: 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: 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: 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: 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: 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,