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 rebooted

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

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 any directives. I

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

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,

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 done

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 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 is no

Re: without SSL

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

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 comment

without SSL

2007-07-11 Thread pj
(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 such file or directory: Failed to enable

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

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 permanent, add something like

Re: without SSL

2007-07-11 Thread Chuck Swiger
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 without SSL. How can I disable the SSL I don't need SSL as I am using FBSD6.2 only on my

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_http

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: 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.org/mailman/listinfo

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 this

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

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

Re: how to start apache22 without ssl

2007-07-11 Thread pj
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_enable=YES ...to /etc/rc.conf

Re: without SSL

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

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.freebsd.org

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

Re: without SSL

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

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: .if