|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
run cgi in localhost without SSL?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. 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_Use_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. -- Show quoteHide quote//David IIS http://blogs.msdn.com/David.Wang This posting is provided "AS IS" with no warranties, and confers no rights. // "jdinares" <jdina***@discussions.microsoft.com> 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. > > > > > 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! Show quoteHide quote "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_Use_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" <jdina***@discussions.microsoft.com> 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. > > > > > > > > > > > > > It already works!
It had forgotten to add the application mapping (.cgi) in the virtual directories of the secondary website. Show quoteHide quote "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_Use_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" <jdina***@discussions.microsoft.com> 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. > > > > > > > > > > > > >
HTTP_AUTHORIZATION header
Is there a way of downloading .cer files like you would do with .doc or .MP3 Anonymous Account not working IIS 5 allows anonymous editing via Frontpage IIS6 'forgets' "Connect As" password for Virtual Directory Passing form credentials to windows security 403 (Forbidden) after setting up SSL Redirect Single authentication for multiple IIS 6 servers Cannot connect to Web Server from Different Domain Multiple SSL certs on virtual servers - again |
|||||||||||||||||||||||