run cgi in localhost without SSL?
run cgi in localhost without SSL?
am 30.03.2006 13:05:02 von jdinares
hi,
sorry by my bad english in advance.
Configured server with IIS 6 and one Certificate SSL in default web. All run
ok.
I need one .cgi of this web to run locally without SSL :
Configured additional virtual web in the server for access locally without
SSL to the website via http://localhost/...
i'm replicated the virtual directories of the default web in the virtual web.
The .htm pages run ok (http://localhost/pub/page.htm) but .cgi not
(http://localhost/pub/name.cgi)
any idea?
thanks.
Re: run cgi in localhost without SSL?
am 30.03.2006 23:38:05 von someone
You don't need an additional website to have content run with/out SSL.
If you have everything working and the CGI works without SSL, just navigate
to the virtual directory containing the .CGI file in IIS manager UI,
right-click property on the .CGI file itself, and change it to not require
SSL.
This blog entry shows exactly how to do this (well, it shows the reverse -
all files are HTTP and one specific is SSL - but the logic is the same, just
values differ):
http://blogs.msdn.com/david.wang/archive/2005/08/13/HOWTO_Us e_IIsWebFile_to_fine_grain_control_IIS_behavior.aspx
I think your problem is that you misconfigured the second website. I do not
know how it is configured but it is irrelevant - you do not need the second
website at all.
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"jdinares" wrote in message
news:20428559-938A-4ADC-A293-193D54952235@microsoft.com...
> hi,
> sorry by my bad english in advance.
>
> Configured server with IIS 6 and one Certificate SSL in default web. All
> run
> ok.
>
> I need one .cgi of this web to run locally without SSL :
>
> Configured additional virtual web in the server for access locally without
> SSL to the website via http://localhost/...
>
> i'm replicated the virtual directories of the default web in the virtual
> web.
>
> The .htm pages run ok (http://localhost/pub/page.htm) but .cgi not
> (http://localhost/pub/name.cgi)
>
> any idea?
>
> thanks.
>
>
>
>
>
Re: run cgi in localhost without SSL?
am 31.03.2006 14:38:02 von jdinares
i'm not write correctly the previous post,
i need the CGI works with SSL for the clients access AND without SSL in the
server locally.
thanks again and nice blog!
"David Wang [Msft]" wrote:
> You don't need an additional website to have content run with/out SSL.
>
> If you have everything working and the CGI works without SSL, just navigate
> to the virtual directory containing the .CGI file in IIS manager UI,
> right-click property on the .CGI file itself, and change it to not require
> SSL.
>
> This blog entry shows exactly how to do this (well, it shows the reverse -
> all files are HTTP and one specific is SSL - but the logic is the same, just
> values differ):
> http://blogs.msdn.com/david.wang/archive/2005/08/13/HOWTO_Us e_IIsWebFile_to_fine_grain_control_IIS_behavior.aspx
>
>
> I think your problem is that you misconfigured the second website. I do not
> know how it is configured but it is irrelevant - you do not need the second
> website at all.
>
> --
> //David
> IIS
> http://blogs.msdn.com/David.Wang
> This posting is provided "AS IS" with no warranties, and confers no rights.
> //
>
> "jdinares" wrote in message
> news:20428559-938A-4ADC-A293-193D54952235@microsoft.com...
> > hi,
> > sorry by my bad english in advance.
> >
> > Configured server with IIS 6 and one Certificate SSL in default web. All
> > run
> > ok.
> >
> > I need one .cgi of this web to run locally without SSL :
> >
> > Configured additional virtual web in the server for access locally without
> > SSL to the website via http://localhost/...
> >
> > i'm replicated the virtual directories of the default web in the virtual
> > web.
> >
> > The .htm pages run ok (http://localhost/pub/page.htm) but .cgi not
> > (http://localhost/pub/name.cgi)
> >
> > any idea?
> >
> > thanks.
> >
> >
> >
> >
> >
>
>
>
Re: run cgi in localhost without SSL?
am 03.04.2006 11:51:03 von jdinares
It already works!
It had forgotten to add the application mapping (.cgi) in the virtual
directories of the secondary website.
"David Wang [Msft]" wrote:
> You don't need an additional website to have content run with/out SSL.
>
> If you have everything working and the CGI works without SSL, just navigate
> to the virtual directory containing the .CGI file in IIS manager UI,
> right-click property on the .CGI file itself, and change it to not require
> SSL.
>
> This blog entry shows exactly how to do this (well, it shows the reverse -
> all files are HTTP and one specific is SSL - but the logic is the same, just
> values differ):
> http://blogs.msdn.com/david.wang/archive/2005/08/13/HOWTO_Us e_IIsWebFile_to_fine_grain_control_IIS_behavior.aspx
>
>
> I think your problem is that you misconfigured the second website. I do not
> know how it is configured but it is irrelevant - you do not need the second
> website at all.
>
> --
> //David
> IIS
> http://blogs.msdn.com/David.Wang
> This posting is provided "AS IS" with no warranties, and confers no rights.
> //
>
> "jdinares" wrote in message
> news:20428559-938A-4ADC-A293-193D54952235@microsoft.com...
> > hi,
> > sorry by my bad english in advance.
> >
> > Configured server with IIS 6 and one Certificate SSL in default web. All
> > run
> > ok.
> >
> > I need one .cgi of this web to run locally without SSL :
> >
> > Configured additional virtual web in the server for access locally without
> > SSL to the website via http://localhost/...
> >
> > i'm replicated the virtual directories of the default web in the virtual
> > web.
> >
> > The .htm pages run ok (http://localhost/pub/page.htm) but .cgi not
> > (http://localhost/pub/name.cgi)
> >
> > any idea?
> >
> > thanks.
> >
> >
> >
> >
> >
>
>
>