in reply to Re: Server Issues and https-Requests
in thread Server Issues and https-Requests
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <directoryBrowse enabled="true" /> <defaultDocument enabled="true"> <files> <clear /> <add value="index.html" /> </files> </defaultDocument> <httpErrors errorMode="Detailed" /> <asp scriptErrorSentToBrowser="true" /> <handlers accessPolicy="Read, Execute, Script"> <add name="Perl" path="*.pl" verb="*" modules="CgiModule" +scriptProcessor="D:\Strawberry_Perl\perl\bin\perl.exe "%s" +%s" resourceType="Unspecified" /> </handlers> </system.webServer> <system.web> <customErrors defaultRedirect="http://mypage.com:9900/inc3/" m +ode="On" /> </system.web> </configuration>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Server Issues and https-Requests
by marto (Cardinal) on Oct 23, 2017 at 12:28 UTC | |
by amitsq (Beadle) on Oct 23, 2017 at 12:51 UTC | |
by marto (Cardinal) on Oct 23, 2017 at 13:03 UTC | |
by amitsq (Beadle) on Oct 23, 2017 at 13:10 UTC | |
by marto (Cardinal) on Oct 23, 2017 at 13:19 UTC | |
|