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 and accf_http.ko is no longer in the kernel - 
according to kldstat.


man loader.conf

Once you understand what loader.conf is for, and what a kernel module is, you
should understand what has happened.


ps xa | grep htt gives

 /usr/local/sbin/httpd - DNOHTTPACCEPT

Something is fishy here... any thoughts?


nothing fishy at all. read the man, read about kernel modules, read :)


Why me? I always seem to get these weird anomalies... :(


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 ;) ).

Good luck,
_
{Beto|Norberto|Numard} Meijome

There are two kinds of stupid people. One kind says,'This is old and therefore
good'. The other kind says, 'This is new, and therefore better.'
 John Brunner, 'The Shockwave Rider'.

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

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. I find that often the simplest installations are overly 
complicated and convoluted, if you will. For example, I have been 
strugglling with the installation of CUPS. For some reason the CUPS 
metaport would not install. I finally decided to install only the 
cups-base and then the configuration and implementation were child's 
play. No need to install gnu-ghostscript of gutenprint or any of the 
other stuff - I just put the ppd file for my specific printer in the 
cups/ppd directory, tweaked the configuration and bingo. The same for 
OpenOffice.org... I had to figure out a way to simplify the installation 
and had no need to go through 12 hours of compilation from the source 
code. The binary was a snap, once I figured it out. Apache22 and Samba 
had me confused for a while, but with a little help from the mailing 
list I got straightened out and it all works like a charm.


But the httpd -DNOHTTPACEPT remains a mystery; after removing the 
loader.config entry, I rebooted, checked the kldstat, found the module 
no longer loaded in the kernel but the ps waux | grep httpd still came 
up with -DNOHTTPDACCEPT. I did not do any further tweaking or make any 
changes to apache22 and now it boots correctly and the -DNOHTTPDACCEPT 
is no longer there. Now, wouldn't you say that is weird. But then, I do 
admit that I do not understand the system.


However, I am the greatest fan of understanding you could find. That's 
why I ask questions that may seem strange at times.
BTW, my advice to programmers and, for that matter, anyone in any kind 
of a project - think about the end user and how he will see the results 
of your works, how he will use it without having the creator's vision.


I enormously appreciate the help you and everyone who responded were 
able to offer. Hope I can do so for others as I grow with the system.

Phil
___
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-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 thing I ever learned 
from a layer:


You can't fix 'stupid'. ;)

Phil
___
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-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 rebooted and accf_http.ko is no longer in the kernel
 -
 according to kldstat.

 man loader.conf

 Once you understand what loader.conf is for, and what a kernel module
 is, you
 should understand what has happened.

 ps xa | grep htt gives

  /usr/local/sbin/httpd - DNOHTTPACCEPT

 Something is fishy here... any thoughts?

 nothing fishy at all. read the man, read about kernel modules, read :)

 Why me? I always seem to get these weird anomalies... :(

 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 ;) ).

 Good luck,
 _
 {Beto|Norberto|Numard} Meijome

 There are two kinds of stupid people. One kind says,'This is old and
 therefore
 good'. The other kind says, 'This is new, and therefore better.'
  John Brunner, 'The Shockwave Rider'.

 I speak for myself, not my employer. Contents may be hot. Slippery when
 wet.
 Reading disclaimers makes you go blind. Writing them is worse. You have
 been
 Warned.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

 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. I find that often the simplest installations are overly
 complicated and convoluted, if you will. For example, I have been
 strugglling with the installation of CUPS. For some reason the CUPS
 metaport would not install. I finally decided to install only the
 cups-base and then the configuration and implementation were child's
 play. No need to install gnu-ghostscript of gutenprint or any of the
 other stuff - I just put the ppd file for my specific printer in the
 cups/ppd directory, tweaked the configuration and bingo. The same for
 OpenOffice.org... I had to figure out a way to simplify the installation
 and had no need to go through 12 hours of compilation from the source
 code. The binary was a snap, once I figured it out. Apache22 and Samba
 had me confused for a while, but with a little help from the mailing
 list I got straightened out and it all works like a charm.

 But the httpd -DNOHTTPACEPT remains a mystery; after removing the
 loader.config entry, I rebooted, checked the kldstat, found the module
 no longer loaded in the kernel but the ps waux | grep httpd still came
 up with -DNOHTTPDACCEPT. I did not do any further tweaking or make any
 changes to apache22 and now it boots correctly and the -DNOHTTPDACCEPT
 is no longer there. Now, wouldn't you say that is weird. But then, I do
 admit that I do not understand the system.

 However, I am the greatest fan of understanding you could find. That's
 why I ask questions that may seem strange at times.
 BTW, my advice to programmers and, for that matter, anyone in any kind
 of a project - think about the end user and how he will see the results
 of your works, how he will use it without having the creator's vision.

 I enormously appreciate the help you and everyone who responded were
 able to offer. Hope I can do so for others as I grow with the system.
 Phil


I believe you have forgotten to set:

 apache22_http_accept_enable=YES

in /etc/rc.conf.


  Eduardo.




___
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-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 programmers. We
are not, as you can see from the variety of issues brought up. If you head to
-hackers@ you may find just kernel developers,though :)

 I find that often the simplest installations are overly 
 complicated and convoluted, if you will.

We can all help by suggesting better ways of doing things. And/or spending time
researching and devising new ways of making things better for everyone.

 For example, I have been 
 strugglling with the installation of CUPS. For some reason the CUPS 
 metaport would not install. I finally decided to install only the 
 cups-base and then the configuration and implementation were child's 
 play. 

then the issue most probably was with something other than just CUPS, but one
of the components  and their dependencies.

No need to install gnu-ghostscript of gutenprint or any of the 
 other stuff

well, now you have the experience to know that you dont need to install the
whole thing to have your system working the  way you want. Which, IMHO, is one
of the best things about OSS.

  - I just put the ppd file for my specific printer in the 
 cups/ppd directory, tweaked the configuration and bingo. The same for 
 OpenOffice.org... I had to figure out a way to simplify the installation 
 and had no need to go through 12 hours of compilation from the source 
 code. 

It only takes an hour , tops 3, to build on a P4 3.0 GHz with HT , 1 GB RAM.
I'll try to time it next time...

 The binary was a snap, once I figured it out. 
yes, learning to pick packages instead of building from ports is one of those
oh,this is so great moments. :)


 Apache22 and Samba 
 had me confused for a while, but with a little help from the mailing 
 list I got straightened out and it all works like a charm.
 
 But the httpd -DNOHTTPACEPT remains a mystery 

ok - did you read the man pages about /boot/loader.conf ? did you search the
web about how to use it?


; after removing the 
 loader.config entry, I rebooted, checked the kldstat, found the module 
 no longer 

WAD (Working As Designed) - if you don't tell the kernel to load a module via
adding it to /boot/loader.conf, the kernel won't do it by itself. Pretty simple
really. 
( of course, this refers to modules NOT built into the kernel, and those that
are not needed by other modules that  *are* listed in loader.conf)

 loaded in the kernel but the ps waux | grep httpd still came 
 up with -DNOHTTPDACCEPT. 

If Kernel does NOT have accf_http loaded, then apache will start with that
parameter. Simple as that.

In case you didnt come across this anywhere, you put in loader.conf information
for the boot process to process @ start up. kernel hints, as well as kernel
modules to load.

Now, in your if you remove your entry and reboot, the kernel wouldnt find the
instruction to load the module , so it wont do it. then apache starts, cant
find accf_http in the kernel and it'll start up with the -DNOmumblemumble to
prevent accessing code it isnt there in the kernel.

 I did not do any further tweaking or make any 
 changes to apache22 and now it boots correctly and the -DNOHTTPDACCEPT 
 is no longer there. Now, wouldn't you say that is weird. 

not at all. Re-read all the thread on this subject again, read about what
kernel modules are and how they are used,etc. 

If you still have questions, 

 But then, I do 
 admit that I do not understand the system.

Fixable too , to the level that you are  interested to, of course - nobody
expects you and every other user of FreeBSD to become kernel developers
(although it'd be OK if you did :) ).

Have you read the Handbook?
it is installed by default (i think) in your Fbsd system under
/usr/share/doc/handbook, and it's available in freebsd.org too.

There are LOTS of man pages with excellent information. FreeBSD is probably the
best documented OSS project of large size around. Beats most Linux
documentation hands down, IMHO.

The mailing lists are simply fantastic, and they all keep archives (as well as
several independent sites archiving them too). Check out the list of different
topics in 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-MAIL
(yes, part of the handbook), subscribe to as many topics you find interesting
(email is cheap!) and invest some time in it. Or just browse the archives.

Also, Dan Lagille maintains http://www.freebsddiary.org/ , a great site (some
would call now it 'blog' though it's been around for longer than the term ;) )
with specific solutions to issues or things Dan has had to do with FreeBSD.
It's a great read when you dont know what to learn next :)

 
 However, I am the greatest fan of understanding you could find. That's 
 why I ask questions that may seem 

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_data), you'll get that parameter added to
Apache's command line.

For example, 

[EMAIL PROTECTED] [Sat Jul 14 00:16:08 2007]
~
$ kldstat
Id Refs AddressSize Name
 17 0xc040 6f6668   kernel
 21 0xc0af7000 2364 accf_http.ko
 31 0xc0afa000 3f7c vmxnet.ko
 41 0xc0afe000 59f20acpi.ko
 51 0xc2db8000 d000 ipfw.ko
 61 0xc3393000 2000 accf_data.ko

[EMAIL PROTECTED] [Sat Jul 14 00:16:10 2007]
~
$ ps xa | grep htt
 2367  ??  Ss 0:25.84 /usr/local/sbin/httpd -k start
 2369  ??  I  0:01.60 /usr/local/sbin/httpd -k start
 2370  ??  I  0:01.37 /usr/local/sbin/httpd -k start
 2371  ??  I  0:01.73 /usr/local/sbin/httpd -k start
 2372  ??  I  0:01.75 /usr/local/sbin/httpd -k start
 2373  ??  I  0:01.26 /usr/local/sbin/httpd -k start
 2374  ??  I  0:02.02 /usr/local/sbin/httpd -k start
 2387  ??  I  0:01.74 /usr/local/sbin/httpd -k start
 2388  ??  I  0:02.02 /usr/local/sbin/httpd -k start
10235  ??  I  0:01.34 /usr/local/sbin/httpd -k start
33166  p0  S+ 0:00.01 grep htt
 1291  p2  I+ 0:00.01 tail -f /var/log/httpd-projects-error_log

For more info, see the following man pages

$ apropos accf
accf_data(9) - buffer incoming connections until data arrives
accf_http(9) - buffer incoming connections until a certain complete 
HTTP requests arrive

_
{Beto|Norberto|Numard} Meijome

Those who do not remember the past are condemned to repeat it.
   George Santayana

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.
___
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-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 was to 
comment out the ssl_module. But that did not change anything.


can you please show :
- the output of 
pkg_info | grep apache

- which file you changed
- what line/s you changed
- what did you do after you changed the config
- how are you determining that 'nothing has changed'

thx

_
{Beto|Norberto|Numard} Meijome

Quantum Logic Chicken:
  The chicken is distributed probabalistically on all sides of the
  road until you observe it on the side of your course.

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Thank you for the response.
The problem was one of my ignorance of Webmin using its own server 
running in ssl mode. I had assumed it was apache.
I now understand that apache2.2.4 is compiled with ssl but does not use 
ssl unless it is set up with certificates and, I believe, OpenSSL. That 
said, I did reinstall the port and now everything seems to be working fine.
My only question now is: Why is httpd running with -DNOHTTPACCEPT ? How 
does this affect apache22's operation?

Thanks in adavance,
Phil
___
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-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 (and, optionally, accf_data), you'll get that parameter added to
Apache's command line.

For example, 


[EMAIL PROTECTED] [Sat Jul 14 00:16:08 2007]
~
$ kldstat
Id Refs AddressSize Name
 17 0xc040 6f6668   kernel
 21 0xc0af7000 2364 accf_http.ko
 31 0xc0afa000 3f7c vmxnet.ko
 41 0xc0afe000 59f20acpi.ko
 51 0xc2db8000 d000 ipfw.ko
 61 0xc3393000 2000 accf_data.ko

[EMAIL PROTECTED] [Sat Jul 14 00:16:10 2007]
~
$ ps xa | grep htt
 2367  ??  Ss 0:25.84 /usr/local/sbin/httpd -k start
 2369  ??  I  0:01.60 /usr/local/sbin/httpd -k start
 2370  ??  I  0:01.37 /usr/local/sbin/httpd -k start
 2371  ??  I  0:01.73 /usr/local/sbin/httpd -k start
 2372  ??  I  0:01.75 /usr/local/sbin/httpd -k start
 2373  ??  I  0:01.26 /usr/local/sbin/httpd -k start
 2374  ??  I  0:02.02 /usr/local/sbin/httpd -k start
 2387  ??  I  0:01.74 /usr/local/sbin/httpd -k start
 2388  ??  I  0:02.02 /usr/local/sbin/httpd -k start
10235  ??  I  0:01.34 /usr/local/sbin/httpd -k start
33166  p0  S+ 0:00.01 grep htt
 1291  p2  I+ 0:00.01 tail -f /var/log/httpd-projects-error_log

For more info, see the following man pages

$ apropos accf
accf_data(9) - buffer incoming connections until data arrives
accf_http(9) - buffer incoming connections until a certain complete 
HTTP requests arrive

_
{Beto|Norberto|Numard} Meijome

Those who do not remember the past are condemned to repeat it.
   George Santayana

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 longer in the kernel - 
according to kldstat.


ps xa | grep htt gives

 /usr/local/sbin/httpd - DNOHTTPACCEPT

Something is fishy here... any thoughts?
Why me? I always seem to get these weird anomalies... :(
Phil
___
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-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 longer in the kernel - 
 according to kldstat.

man loader.conf

Once you understand what loader.conf is for, and what a kernel module is, you
should understand what has happened.

 ps xa | grep htt gives
 
  /usr/local/sbin/httpd - DNOHTTPACCEPT
 
 Something is fishy here... any thoughts?

nothing fishy at all. read the man, read about kernel modules, read :)

 Why me? I always seem to get these weird anomalies... :(

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 ;) ).

Good luck,
_
{Beto|Norberto|Numard} Meijome

There are two kinds of stupid people. One kind says,'This is old and therefore
good'. The other kind says, 'This is new, and therefore better.'
 John Brunner, 'The Shockwave Rider'.

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.
___
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-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 out the ssl_module. But that did not change anything.

can you please show :
- the output of 
pkg_info | grep apache
- which file you changed
- what line/s you changed
- what did you do after you changed the config
- how are you determining that 'nothing has changed'

thx

_
{Beto|Norberto|Numard} Meijome

Quantum Logic Chicken:
  The chicken is distributed probabalistically on all sides of the
  road until you observe it on the side of your course.

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
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 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:


   apache2_enable=YES

...to /etc/rc.conf.

The -DNOHTTPACCEPT controls or disables the AcceptFilter directive; see:

http://httpd.apache.org/docs/2.2/mod/core.html#acceptfilter
http://www.freebsd.org/cgi/man.cgi?query=accept_filtersektion=9

--
-Chuck

___
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/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



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.
___
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 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 shows up in Makefile.doc as a configure argument:

##  WITHOUT_SSL:  Disable SSL support

Steve
___
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, 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(WITHOUT_SSL_MODULES)
USE_OPENSSL=yes
.endif

...and this shows up in Makefile.doc as a configure argument:

##  WITHOUT_SSL:  Disable SSL support

Steve



It has the ability to use SSL, but the SSL module isn't enabled by default
___
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 pj

I had already done what you suggest.
I don't recall where I found the -DNOHTTPACCEPT directive.
I don't understand why I would use it. Never ran into this before.
Anyway, apache is working but still with this ssl problem.

Chuck Swiger wrote:

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:


   apache2_enable=YES

...to /etc/rc.conf.

The -DNOHTTPACCEPT controls or disables the AcceptFilter directive; see:

http://httpd.apache.org/docs/2.2/mod/core.html#acceptfilter
http://www.freebsd.org/cgi/man.cgi?query=accept_filtersektion=9

---Chuck




___
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 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/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]




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 out the ssl_module. But that did not change anything.

___
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 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 !defined(WITHOUT_SSL_MODULES)
USE_OPENSSL=yes
.endif

...and this shows up in Makefile.doc as a configure argument:

##  WITHOUT_SSL:  Disable SSL support


Yes, I see that. But I tried to make WITHOUT_SSL and I get: don't know 
how to make WITHOUT_SSL. Stop

same thing for WITHOUT_SSL_MODULES.
I have tried about all I can think of from commenting out the ssl_module 
in httpd.conf to reinstalling the port but nothing seems to work.


Something smells rotten here...

Now, here's a weird possibility to think about... when reinstalling 
FBSD6.2 and adding some of the programs, I noticed that the compiling 
seemed to have detected already installed configuration files... this 
seems impossible, but  I had deleted the partitions on the disk but 
had not done a full erase... Could that possibly be causing the problems?


Once I have the apache2.2.4 installation corrected I still have to deal 
with CUPS and OpenOffice. Strangely, Xorg was a piece of cake

Java 1.5.0 from SUN was impossible - wound up with Diablo-java...

Thanks for any further help
Phil



Steve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



___
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 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 !defined(WITHOUT_SSL_MODULES)
USE_OPENSSL=yes
.endif

...and this shows up in Makefile.doc as a configure argument:

##  WITHOUT_SSL:  Disable SSL support

Steve



It has the ability to use SSL, but the SSL module isn't enabled by default
It appears to have been enabled by default on my machine and I can't get 
rid of it no matter what I try. Should I post my httpd.conf file?



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]