RE: How to disable part of the HTTP pages?

2002-06-09 Thread lin geng

Disable port 80.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Conrad Ng
Sent: Wednesday, June 05, 2002 8:47 PM
To: [EMAIL PROTECTED]
Subject: How to disable part of the HTTP pages?


Dear all

After I have implemented the SSL technology in my servers, I understand that
users can access securely under HTTPS://link. However, they can still
access through HTTP://link. Is there any way to block people from
accessing under HTTP:// ? I'm not meaning to block the whole port 80 but
only some pages, is it belong to the settings of Apache or what? Please
instruct. Thanks a lot!!

Regards

Conrad Ng


__

Scott Wilson Ltd celebrates its new name during its 50th year in Hong Kong!

This e-mail and any attachments to it are intended only for the party to
whom they are addressed. They may contain privileged and/or confidential
information. If you have received this transmission in error please notify
the sender immediately and delete any digital copies and destroy any paper
copies. Thank you.

Scott Wilson accepts no contractual liabilities or commitments arising from
this e-mail unless subsequently confirmed by fax or letter or as an e-mail
attachment giving company name, address, registration number and authorized
signatory.
__


__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: How to disable part of the HTTP pages?

2002-06-09 Thread Han,Donghoon

Put Deny from all in Directory /some_directory_to_block /Directory
in the vhost settings where the serving port is 80.

Ex)
VirtualHost *:80
BlahBlahBlah
Directory /usr/docs
Order Deny,Allow
Deny from all
/Directory
/VirtualHost

VirtualHost *:443
BlahBlah
Directory /usr/docs
Order Allow,Deny
Allow from all
/Directory
/VirtualHost

Refer to the apache manual for further information.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of lin geng
Sent: Saturday, June 08, 2002 10:44 AM
To: [EMAIL PROTECTED]
Subject: RE: How to disable part of the HTTP pages?

Disable port 80.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Conrad Ng
Sent: Wednesday, June 05, 2002 8:47 PM
To: [EMAIL PROTECTED]
Subject: How to disable part of the HTTP pages?


Dear all

After I have implemented the SSL technology in my servers, I understand
that
users can access securely under HTTPS://link. However, they can still
access through HTTP://link. Is there any way to block people from
accessing under HTTP:// ? I'm not meaning to block the whole port 80 but
only some pages, is it belong to the settings of Apache or what? Please
instruct. Thanks a lot!!

Regards

Conrad Ng


__

Scott Wilson Ltd celebrates its new name during its 50th year in Hong
Kong!

This e-mail and any attachments to it are intended only for the party to
whom they are addressed. They may contain privileged and/or confidential
information. If you have received this transmission in error please
notify
the sender immediately and delete any digital copies and destroy any
paper
copies. Thank you.

Scott Wilson accepts no contractual liabilities or commitments arising
from
this e-mail unless subsequently confirmed by fax or letter or as an
e-mail
attachment giving company name, address, registration number and
authorized
signatory.
__


__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: 2.0.36 + mod-ssl + Win2k = Easy Money

2002-06-09 Thread John

Well, we got one response from Victor, but he seems to be unable to
follow through (we don't get any response from his private e-mail) so we
still have $500 for anyone who can give us working binaries of apache
2.0.36 with mod-ssl...

Anyone? Is this actually possible? Has anyone ever got this right?

John.


- Original Message -
From: Victor Medina [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, June 09, 2002 3:33 PM
Subject: Re: 2.0.36 + mod-ssl + Win2k = Easy Money


Hi there!

I can provide Apache binaries with mod_ssl included and zlib (dll's and
lib) with no problems, just contact me via my private mail to tell you
where to download it, if you haven't done taht yet from any member of
the list

Victor Medina



__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: 2.0.36 + mod-ssl + Win2k = Easy Money

2002-06-09 Thread Cliff Woolley

On Mon, 10 Jun 2002, John wrote:

 Well, we got one response from Victor, but he seems to be unable to
 follow through (we don't get any response from his private e-mail) so we
 still have $500 for anyone who can give us working binaries of apache
 2.0.36 with mod-ssl...
 Anyone? Is this actually possible? Has anyone ever got this right?

Of course it's possible.  I'd do it for you but I'm not convinced that I
as a US citizen am allowed to export strong-encryption binaries from the
US.  Which is, of course, the entire reason that the official
distributions don't come with mod_ssl binaries.

--Cliff

PS: If you can wait a few days, 2.0.37 will hopefully be out and it has
some important bugs fixed.  Just so you know.

---
   Cliff Woolley
   [EMAIL PROTECTED]
   Apache HTTP Server Project

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: 2.0.36 + mod-ssl + Win2k = Easy Money

2002-06-09 Thread Chris Hsiang

Yes... compiling 2.0.36 with mod ssl is easy... which part of compiling
did you guys stocked? It should have the compile out/output text
include in the email will help us to understand what happened and the
next time you probably can compile the future version of apache


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Cliff Woolley
Sent: Sunday, June 09, 2002 7:04 PM
To: [EMAIL PROTECTED]
Subject: Re: 2.0.36 + mod-ssl + Win2k = Easy Money

On Mon, 10 Jun 2002, John wrote:

 Well, we got one response from Victor, but he seems to be unable to
 follow through (we don't get any response from his private e-mail) so
we
 still have $500 for anyone who can give us working binaries of apache
 2.0.36 with mod-ssl...
 Anyone? Is this actually possible? Has anyone ever got this right?

Of course it's possible.  I'd do it for you but I'm not convinced that I
as a US citizen am allowed to export strong-encryption binaries from the
US.  Which is, of course, the entire reason that the official
distributions don't come with mod_ssl binaries.

--Cliff

PS: If you can wait a few days, 2.0.37 will hopefully be out and it has
some important bugs fixed.  Just so you know.

---
   Cliff Woolley
   [EMAIL PROTECTED]
   Apache HTTP Server Project

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: 2.0.36 + mod-ssl + Win2k = Easy Money

2002-06-09 Thread John

Thanks Chris,

There is a summary of what we did on the original post to this thread...
any help is appreciated, thanks,

John.





- Original Message -
From: Chris Hsiang [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, June 10, 2002 11:16 AM
Subject: RE: 2.0.36 + mod-ssl + Win2k = Easy Money


Yes... compiling 2.0.36 with mod ssl is easy... which part of compiling
did you guys stocked? It should have the compile out/output text
include in the email will help us to understand what happened and the
next time you probably can compile the future version of apache


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Cliff Woolley
Sent: Sunday, June 09, 2002 7:04 PM
To: [EMAIL PROTECTED]
Subject: Re: 2.0.36 + mod-ssl + Win2k = Easy Money

On Mon, 10 Jun 2002, John wrote:

 Well, we got one response from Victor, but he seems to be unable to
 follow through (we don't get any response from his private e-mail) so
we
 still have $500 for anyone who can give us working binaries of apache
 2.0.36 with mod-ssl...
 Anyone? Is this actually possible? Has anyone ever got this right?

Of course it's possible.  I'd do it for you but I'm not convinced that I
as a US citizen am allowed to export strong-encryption binaries from the
US.  Which is, of course, the entire reason that the official
distributions don't come with mod_ssl binaries.

--Cliff

PS: If you can wait a few days, 2.0.37 will hopefully be out and it has
some important bugs fixed.  Just so you know.

---
   Cliff Woolley
   [EMAIL PROTECTED]
   Apache HTTP Server Project

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]


__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: 2.0.36 + mod-ssl + Win2k = Easy Money

2002-06-09 Thread Steve Parrish

Hello list members,

We have just spent (wasted) 3 days trying to compile Apache 2.0.36 with
zlib and mod-ssl on win2k for a critical project and we have been
unsuccessful. Thus the offer of easy money!

We need working binaries for the config described above URGENTLY and we
are willing to pay $500 worth of real gold (www.goldmoney.com) to the
first person who can supply them to us. This gold can be redeemed for
cash anywhere in the world.

If you want even MORE easy money, we are willing to pay a further $500
worth of real gold to anyone who can help us to actually compile
successfully. Details of what we have done and our results are below for
those who are interested:


I'd like to take your money, however, a US citizen should only 
fulfill such an order via snail mail to a physical US address (no PO 
box).

For compiling help, I'd like to take your money for that too, but it 
wouldn't seem right without offering a few tips first. If you then 
feel compelled to pay me for the info, then by all means... :)

I achieved what you want by following the same instructions you read. 
I did a _command-line_ build, using VS.net (60 day trial edition) on 
a new laptop (256mb/DVD) running XP home. Did it on D drive just to 
complicate things a bit. Transferred it to a dev server. Works great.

Install perl.
Unpack the apache source.
Put awk* in the apache source folder and make sure it has been renamed awk.exe
put the openssl source* in the proper place.  -[apache source]\srclib\openssl
put the zlib source* in the proper place. -[apache source]\srclib\zlib
find vcvars32.bat and put a shortcut in your [apache source] and 
[openssl] directories.
open a command prompt.
go to your openssl directory ([apache source]\srclib\openssl) and run 
vcvars32.bat.
run commands to compile openssl*.
you can try a couple of openssl commands at the command prompt to 
verify compilation.
go to your apache source directory (cd \[apache source]) and run vcvars32.bat.
run commands to compile apache via _command-line_*.

* refer to instructions here:
http://httpd.apache.org/docs-2.0/platform/win_compiling.html 

If you get a can't find this or that message, put a copy wherever 
you need it.
Look in Component Services - Event Viewer to see other error messages.

There are other issues with using openssl on Windows, but first things first.

HIH,

Steve Parrish
-- 
mailto:[EMAIL PROTECTED]
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: 2.0.36 + mod-ssl + Win2k = Easy Money

2002-06-09 Thread Chris Hsiang

I am using win32 of Apache 2.0.35/2.0.36 and I had many problems in the
beginning.  It took me a week to get it work.

First can you show me your config now?  Please do an attachement
Are you able to start apache with modssl but not yet have any virtual
host that with a sslengine on.

It is very hard to troubleshoot the situation with very limited
information and which point that modssl didn't work for you


Chris Hsiang
Intervivos LLC


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of John
Sent: Monday, June 10, 2002 12:36 AM
To: [EMAIL PROTECTED]
Subject: Re: 2.0.36 + mod-ssl + Win2k = Easy Money

Hello Steve,

Thanks for the offer, we now have binaries, supplied by a non-US person,
but still we have no luck... we can browse to http://localhost, but not
https://localhost.

We have temp certs in place and everything looks fine, but no go.  The
guys working on this have done this 100 times on linux with no problems,
we are now into our 5th day of stuffing around and still no ssl.

Maybe you can give us some pointers? We are using the default configs as
given with apache but there must be something else that needs to be done
to get windows to work with the ssl?

John.


- Original Message -
From: Steve Parrish [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, June 10, 2002 3:31 PM
Subject: Re: 2.0.36 + mod-ssl + Win2k = Easy Money


Hello list members,

We have just spent (wasted) 3 days trying to compile Apache 2.0.36 with
zlib and mod-ssl on win2k for a critical project and we have been
unsuccessful. Thus the offer of easy money!

We need working binaries for the config described above URGENTLY and we
are willing to pay $500 worth of real gold (www.goldmoney.com) to the
first person who can supply them to us. This gold can be redeemed for
cash anywhere in the world.

If you want even MORE easy money, we are willing to pay a further $500
worth of real gold to anyone who can help us to actually compile
successfully. Details of what we have done and our results are below
for
those who are interested:


I'd like to take your money, however, a US citizen should only
fulfill such an order via snail mail to a physical US address (no PO
box).

For compiling help, I'd like to take your money for that too, but it
wouldn't seem right without offering a few tips first. If you then
feel compelled to pay me for the info, then by all means... :)

I achieved what you want by following the same instructions you read.
I did a _command-line_ build, using VS.net (60 day trial edition) on
a new laptop (256mb/DVD) running XP home. Did it on D drive just to
complicate things a bit. Transferred it to a dev server. Works great.

Install perl.
Unpack the apache source.
Put awk* in the apache source folder and make sure it has been renamed
awk.exe
put the openssl source* in the proper place.  -[apache
source]\srclib\openssl
put the zlib source* in the proper place. -[apache source]\srclib\zlib
find vcvars32.bat and put a shortcut in your [apache source] and
[openssl] directories.
open a command prompt.
go to your openssl directory ([apache source]\srclib\openssl) and run
vcvars32.bat.
run commands to compile openssl*.
you can try a couple of openssl commands at the command prompt to
verify compilation.
go to your apache source directory (cd \[apache source]) and run
vcvars32.bat.
run commands to compile apache via _command-line_*.

* refer to instructions here:
http://httpd.apache.org/docs-2.0/platform/win_compiling.html 

If you get a can't find this or that message, put a copy wherever
you need it.
Look in Component Services - Event Viewer to see other error
messages.

There are other issues with using openssl on Windows, but first things
first.

HIH,

Steve Parrish
--
mailto:[EMAIL PROTECTED]
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]


__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: 2.0.36 + mod-ssl + Win2k = Easy Money

2002-06-09 Thread John

We have discovered that if we start Apache from the console with
apache -D SSL on our windows server, then we have ssl support...
Please, someone, how do we get ssl support running as a service?

It seems we have wasted a couple of days, simply to find this out!

John.




__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]