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,

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

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

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

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

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 =

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

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

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.