{"id":1047,"date":"2016-01-19T14:00:27","date_gmt":"2016-01-19T05:00:27","guid":{"rendered":"http:\/\/blog.moramcnt.com\/?p=1047"},"modified":"2016-01-19T14:00:38","modified_gmt":"2016-01-19T05:00:38","slug":"pydio-sync-%ec%a0%91%ec%86%8d%ec%9d%b4-%ec%95%88%eb%90%a0-%ea%b2%bd%ec%9a%b0%ec%9d%98-%ed%95%b4%ea%b2%b0%eb%b0%a9%ec%95%88","status":"publish","type":"post","link":"http:\/\/blog.moramcnt.com\/?p=1047","title":{"rendered":"pydio sync \uc811\uc18d\uc774 \uc548\ub420 \uacbd\uc6b0\uc758 \ud574\uacb0\ubc29\uc548"},"content":{"rendered":"<p>PydioSync \ud074\ub77c\uc774\uc5b8\ud2b8 \uc124\uce58\ud6c4 \ud574\ub2f9 \uc0ac\uc774\ud2b8\ub85c \uc811\uc18d\uc774 \uc548\ub420 \uacbd\uc6b0 Pydio \uc11c\ubc84\uc758 \uc124\uc815\uc744 \uc0b4\ud3b4\ubcfc \ud544\uc694\uac00 \uc788\ub2e4.<\/p>\n<p>\uc778\ud130\ub137\uc5d0 \uc708\ub3c4\uc6b0\uc988\uc5d0\uc11c IIS\uc640 PHP\ub97c \uc5f0\ub3d9\ud558\uc5ec \uc124\uce58\ud558\ub294 \ud55c\uae00\ub85c \ub41c \ubb38\uc11c\ub97c \ucc3e\uc544\ubcf4\uc558\uc9c0\ub9cc \ube60\uc838\uc788\ub294 \ubd80\ubd84\uc774 \ub9ce\uc774 \uc788\ub294\uac83 \uac19\uc544<br \/>\n\uac04\ub2e8\ud788 \uc815\ub9ac\ud558\uc5ec \ubcf4\uc558\ub2e4.<\/p>\n<p>1. PHP \uc774\uc678\uc5d0 \uae30\ubcf8\uc801\uc73c\ub85c \uc124\uce58\ud574\uc57c \ud560 \uc18c\ud504\ud2b8\uc6e8\uc5b4\uac00 \ud544\uc694\ud55c\ub2e4.<br \/>\n 1) wincache<br \/>\n    http:\/\/sourceforge.net\/projects\/wincache\/files\/wincache-1.3.7\/wincache-1.3.7.4-5.6-nts-vc11-x86.exe\/download<br \/>\n 2) Microsoft URL Rewrite 2.0 module<br \/>\n    http:\/\/go.microsoft.com\/fwlink\/?LinkID=615137<br \/>\n 3) Microsoft Visual C++ 2012 Redistributable<br \/>\n    http:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=30679<\/p>\n<p>2. Web.Config<br \/>\n   \uc544\ud30c\uce58\uc5d0\uc11c \uc4f0\ub294 .htaccess \uc5d0 \ub300\uc751\ud558\uc5ec \ud574\ub2f9 \ud3f4\ub354\ubcc4\ub85c Web.Config\ud30c\uc77c\uc744 \ub123\uc5b4\uc900\ub2e4.<\/p>\n<p>   1) D:\\Service\\pydio-core-6.2.1\\Web.Config<\/p>\n<pre>\r\n<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<configuration>\r\n    <system.webServer>\r\n      <handlers accessPolicy=\"Read, Script\">\r\n            <clear \/>\r\n            <add name=\"php-7.0.2\" path=\"*.php\" verb=\"GET,HEAD,POST\" modules=\"FastCgiModule\" scriptProcessor=\"C:\\Program Files\\PHP\\v7.0.2\\php-cgi.exe\" resourceType=\"Either\" requireAccess=\"Script\" \/>\r\n            <add name=\"PHP53_via_FastCGI\" path=\"*.php\" verb=\"GET,HEAD,POST\" modules=\"FastCgiModule\" scriptProcessor=\"C:\\Program Files (x86)\\PHP\\v5.3\\php-cgi.exe\" resourceType=\"Either\" \/>\r\n            <add name=\"xamlx-ISAPI-4.0_64bit\" path=\"*.xamlx\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework64\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness64\" \/>\r\n            <add name=\"xamlx-ISAPI-4.0_32bit\" path=\"*.xamlx\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness32\" \/>\r\n            <add name=\"xamlx-Integrated-4.0\" path=\"*.xamlx\" verb=\"GET,HEAD,POST,DEBUG\" type=\"System.Xaml.Hosting.XamlHttpHandlerFactory, System.Xaml.Hosting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\" preCondition=\"integratedMode,runtimeVersionv4.0\" \/>\r\n            <add name=\"rules-ISAPI-4.0_64bit\" path=\"*.rules\" verb=\"*\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework64\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness64\" \/>\r\n            <add name=\"rules-ISAPI-4.0_32bit\" path=\"*.rules\" verb=\"*\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness32\" \/>\r\n            <add name=\"rules-Integrated-4.0\" path=\"*.rules\" verb=\"*\" type=\"System.ServiceModel.Activation.ServiceHttpHandlerFactory, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\" preCondition=\"integratedMode,runtimeVersionv4.0\" \/>\r\n            <add name=\"xoml-ISAPI-4.0_64bit\" path=\"*.xoml\" verb=\"*\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework64\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness64\" \/>\r\n            <add name=\"xoml-ISAPI-4.0_32bit\" path=\"*.xoml\" verb=\"*\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness32\" \/>\r\n            <add name=\"xoml-Integrated-4.0\" path=\"*.xoml\" verb=\"*\" type=\"System.ServiceModel.Activation.ServiceHttpHandlerFactory, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\" preCondition=\"integratedMode,runtimeVersionv4.0\" \/>\r\n            <add name=\"svc-ISAPI-4.0_64bit\" path=\"*.svc\" verb=\"*\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework64\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness64\" \/>\r\n            <add name=\"svc-ISAPI-4.0_32bit\" path=\"*.svc\" verb=\"*\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness32\" \/>\r\n            <add name=\"svc-Integrated-4.0\" path=\"*.svc\" verb=\"*\" type=\"System.ServiceModel.Activation.ServiceHttpHandlerFactory, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\" preCondition=\"integratedMode,runtimeVersionv4.0\" \/>\r\n            <add name=\"ISAPI-dll\" path=\"*.dll\" verb=\"*\" modules=\"IsapiModule\" resourceType=\"File\" requireAccess=\"Execute\" allowPathInfo=\"true\" \/>\r\n            <add name=\"CGI-exe\" path=\"*.exe\" verb=\"*\" modules=\"CgiModule\" resourceType=\"File\" requireAccess=\"Execute\" allowPathInfo=\"true\" \/>\r\n            <add name=\"TraceHandler-Integrated\" path=\"trace.axd\" verb=\"GET,HEAD,POST,DEBUG\" type=\"System.Web.Handlers.TraceHandler\" preCondition=\"integratedMode,runtimeVersionv2.0\" \/>\r\n            <add name=\"WebAdminHandler-Integrated\" path=\"WebAdmin.axd\" verb=\"GET,DEBUG\" type=\"System.Web.Handlers.WebAdminHandler\" preCondition=\"integratedMode,runtimeVersionv2.0\" \/>\r\n            <add name=\"AssemblyResourceLoader-Integrated\" path=\"WebResource.axd\" verb=\"GET,DEBUG\" type=\"System.Web.Handlers.AssemblyResourceLoader\" preCondition=\"integratedMode,runtimeVersionv2.0\" \/>\r\n            <add name=\"PageHandlerFactory-Integrated\" path=\"*.aspx\" verb=\"GET,HEAD,POST,DEBUG\" type=\"System.Web.UI.PageHandlerFactory\" preCondition=\"integratedMode,runtimeVersionv2.0\" \/>\r\n            <add name=\"SimpleHandlerFactory-Integrated\" path=\"*.ashx\" verb=\"GET,HEAD,POST,DEBUG\" type=\"System.Web.UI.SimpleHandlerFactory\" preCondition=\"integratedMode,runtimeVersionv2.0\" \/>\r\n            <add name=\"WebServiceHandlerFactory-Integrated\" path=\"*.asmx\" verb=\"GET,HEAD,POST,DEBUG\" type=\"System.Web.Services.Protocols.WebServiceHandlerFactory, System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\" preCondition=\"integratedMode,runtimeVersionv2.0\" \/>\r\n            <add name=\"HttpRemotingHandlerFactory-rem-Integrated\" path=\"*.rem\" verb=\"GET,HEAD,POST,DEBUG\" type=\"System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\" preCondition=\"integratedMode,runtimeVersionv2.0\" \/>\r\n            <add name=\"HttpRemotingHandlerFactory-soap-Integrated\" path=\"*.soap\" verb=\"GET,HEAD,POST,DEBUG\" type=\"System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\" preCondition=\"integratedMode,runtimeVersionv2.0\" \/>\r\n            <add name=\"AXD-ISAPI-2.0\" path=\"*.axd\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework\\v2.0.50727\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv2.0,bitness32\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"PageHandlerFactory-ISAPI-2.0\" path=\"*.aspx\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework\\v2.0.50727\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv2.0,bitness32\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"SimpleHandlerFactory-ISAPI-2.0\" path=\"*.ashx\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework\\v2.0.50727\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv2.0,bitness32\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"WebServiceHandlerFactory-ISAPI-2.0\" path=\"*.asmx\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework\\v2.0.50727\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv2.0,bitness32\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"HttpRemotingHandlerFactory-rem-ISAPI-2.0\" path=\"*.rem\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework\\v2.0.50727\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv2.0,bitness32\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"HttpRemotingHandlerFactory-soap-ISAPI-2.0\" path=\"*.soap\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework\\v2.0.50727\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv2.0,bitness32\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"AXD-ISAPI-2.0-64\" path=\"*.axd\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework64\\v2.0.50727\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv2.0,bitness64\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"PageHandlerFactory-ISAPI-2.0-64\" path=\"*.aspx\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework64\\v2.0.50727\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv2.0,bitness64\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"SimpleHandlerFactory-ISAPI-2.0-64\" path=\"*.ashx\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework64\\v2.0.50727\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv2.0,bitness64\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"WebServiceHandlerFactory-ISAPI-2.0-64\" path=\"*.asmx\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework64\\v2.0.50727\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv2.0,bitness64\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"HttpRemotingHandlerFactory-rem-ISAPI-2.0-64\" path=\"*.rem\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework64\\v2.0.50727\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv2.0,bitness64\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"HttpRemotingHandlerFactory-soap-ISAPI-2.0-64\" path=\"*.soap\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework64\\v2.0.50727\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv2.0,bitness64\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"AXD-ISAPI-4.0_64bit\" path=\"*.axd\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework64\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness64\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"PageHandlerFactory-ISAPI-4.0_64bit\" path=\"*.aspx\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework64\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness64\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"SimpleHandlerFactory-ISAPI-4.0_64bit\" path=\"*.ashx\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework64\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness64\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"WebServiceHandlerFactory-ISAPI-4.0_64bit\" path=\"*.asmx\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework64\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness64\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"HttpRemotingHandlerFactory-rem-ISAPI-4.0_64bit\" path=\"*.rem\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework64\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness64\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"HttpRemotingHandlerFactory-soap-ISAPI-4.0_64bit\" path=\"*.soap\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework64\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness64\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"aspq-ISAPI-4.0_64bit\" path=\"*.aspq\" verb=\"*\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework64\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness64\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"cshtm-ISAPI-4.0_64bit\" path=\"*.cshtm\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework64\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness64\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"cshtml-ISAPI-4.0_64bit\" path=\"*.cshtml\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework64\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness64\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"vbhtm-ISAPI-4.0_64bit\" path=\"*.vbhtm\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework64\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness64\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"vbhtml-ISAPI-4.0_64bit\" path=\"*.vbhtml\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework64\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness64\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"TraceHandler-Integrated-4.0\" path=\"trace.axd\" verb=\"GET,HEAD,POST,DEBUG\" type=\"System.Web.Handlers.TraceHandler\" preCondition=\"integratedMode,runtimeVersionv4.0\" \/>\r\n            <add name=\"WebAdminHandler-Integrated-4.0\" path=\"WebAdmin.axd\" verb=\"GET,DEBUG\" type=\"System.Web.Handlers.WebAdminHandler\" preCondition=\"integratedMode,runtimeVersionv4.0\" \/>\r\n            <add name=\"AssemblyResourceLoader-Integrated-4.0\" path=\"WebResource.axd\" verb=\"GET,DEBUG\" type=\"System.Web.Handlers.AssemblyResourceLoader\" preCondition=\"integratedMode,runtimeVersionv4.0\" \/>\r\n            <add name=\"PageHandlerFactory-Integrated-4.0\" path=\"*.aspx\" verb=\"GET,HEAD,POST,DEBUG\" type=\"System.Web.UI.PageHandlerFactory\" preCondition=\"integratedMode,runtimeVersionv4.0\" \/>\r\n            <add name=\"SimpleHandlerFactory-Integrated-4.0\" path=\"*.ashx\" verb=\"GET,HEAD,POST,DEBUG\" type=\"System.Web.UI.SimpleHandlerFactory\" preCondition=\"integratedMode,runtimeVersionv4.0\" \/>\r\n            <add name=\"WebServiceHandlerFactory-Integrated-4.0\" path=\"*.asmx\" verb=\"GET,HEAD,POST,DEBUG\" type=\"System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\" preCondition=\"integratedMode,runtimeVersionv4.0\" \/>\r\n            <add name=\"HttpRemotingHandlerFactory-rem-Integrated-4.0\" path=\"*.rem\" verb=\"GET,HEAD,POST,DEBUG\" type=\"System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\" preCondition=\"integratedMode,runtimeVersionv4.0\" \/>\r\n            <add name=\"HttpRemotingHandlerFactory-soap-Integrated-4.0\" path=\"*.soap\" verb=\"GET,HEAD,POST,DEBUG\" type=\"System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\" preCondition=\"integratedMode,runtimeVersionv4.0\" \/>\r\n            <add name=\"aspq-Integrated-4.0\" path=\"*.aspq\" verb=\"GET,HEAD,POST,DEBUG\" type=\"System.Web.HttpForbiddenHandler\" preCondition=\"integratedMode,runtimeVersionv4.0\" \/>\r\n            <add name=\"cshtm-Integrated-4.0\" path=\"*.cshtm\" verb=\"GET,HEAD,POST,DEBUG\" type=\"System.Web.HttpForbiddenHandler\" preCondition=\"integratedMode,runtimeVersionv4.0\" \/>\r\n            <add name=\"cshtml-Integrated-4.0\" path=\"*.cshtml\" verb=\"GET,HEAD,POST,DEBUG\" type=\"System.Web.HttpForbiddenHandler\" preCondition=\"integratedMode,runtimeVersionv4.0\" \/>\r\n            <add name=\"vbhtm-Integrated-4.0\" path=\"*.vbhtm\" verb=\"GET,HEAD,POST,DEBUG\" type=\"System.Web.HttpForbiddenHandler\" preCondition=\"integratedMode,runtimeVersionv4.0\" \/>\r\n            <add name=\"vbhtml-Integrated-4.0\" path=\"*.vbhtml\" verb=\"GET,HEAD,POST,DEBUG\" type=\"System.Web.HttpForbiddenHandler\" preCondition=\"integratedMode,runtimeVersionv4.0\" \/>\r\n            <add name=\"ScriptHandlerFactoryAppServices-Integrated-4.0\" path=\"*_AppService.axd\" verb=\"*\" type=\"System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35\" preCondition=\"integratedMode,runtimeVersionv4.0\" \/>\r\n            <add name=\"ScriptResourceIntegrated-4.0\" path=\"*ScriptResource.axd\" verb=\"GET,HEAD\" type=\"System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35\" preCondition=\"integratedMode,runtimeVersionv4.0\" \/>\r\n            <add name=\"AXD-ISAPI-4.0_32bit\" path=\"*.axd\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness32\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"PageHandlerFactory-ISAPI-4.0_32bit\" path=\"*.aspx\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness32\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"SimpleHandlerFactory-ISAPI-4.0_32bit\" path=\"*.ashx\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness32\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"WebServiceHandlerFactory-ISAPI-4.0_32bit\" path=\"*.asmx\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness32\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"HttpRemotingHandlerFactory-rem-ISAPI-4.0_32bit\" path=\"*.rem\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness32\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"HttpRemotingHandlerFactory-soap-ISAPI-4.0_32bit\" path=\"*.soap\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness32\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"aspq-ISAPI-4.0_32bit\" path=\"*.aspq\" verb=\"*\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness32\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"cshtm-ISAPI-4.0_32bit\" path=\"*.cshtm\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness32\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"cshtml-ISAPI-4.0_32bit\" path=\"*.cshtml\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness32\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"vbhtm-ISAPI-4.0_32bit\" path=\"*.vbhtm\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness32\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"vbhtml-ISAPI-4.0_32bit\" path=\"*.vbhtml\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness32\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"TRACEVerbHandler\" path=\"*\" verb=\"TRACE\" modules=\"ProtocolSupportModule\" requireAccess=\"None\" \/>\r\n            <add name=\"OPTIONSVerbHandler\" path=\"*\" verb=\"OPTIONS\" modules=\"ProtocolSupportModule\" requireAccess=\"None\" \/>\r\n            <add name=\"ExtensionlessUrlHandler-ISAPI-4.0_32bit\" path=\"*.\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness32\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"ExtensionlessUrlHandler-ISAPI-4.0_64bit\" path=\"*.\" verb=\"GET,HEAD,POST,DEBUG\" modules=\"IsapiModule\" scriptProcessor=\"%windir%\\Microsoft.NET\\Framework64\\v4.0.30319\\aspnet_isapi.dll\" preCondition=\"classicMode,runtimeVersionv4.0,bitness64\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"ExtensionlessUrlHandler-Integrated-4.0\" path=\"*.\" verb=\"GET,HEAD,POST,DEBUG\" type=\"System.Web.Handlers.TransferRequestHandler\" preCondition=\"integratedMode,runtimeVersionv4.0\" responseBufferLimit=\"0\" \/>\r\n            <add name=\"StaticFile\" path=\"*\" verb=\"*\" modules=\"StaticFileModule,DefaultDocumentModule,DirectoryListingModule\" resourceType=\"Either\" requireAccess=\"Read\" \/>\r\n        <\/handlers>\r\n        <defaultDocument>\r\n            <files>\r\n                <clear \/>\r\n                <add value=\"index.php\" \/>\r\n                <add value=\"Default.htm\" \/>\r\n                <add value=\"Default.asp\" \/>\r\n                <add value=\"index.htm\" \/>\r\n                <add value=\"index.html\" \/>\r\n                <add value=\"iisstart.htm\" \/>\r\n                <add value=\"default.aspx\" \/>\r\n            <\/files>\r\n        <\/defaultDocument>\r\n        <security>\r\n            <requestFiltering>\r\n                <hiddenSegments>\r\n                    <add segment=\"data\" \/>\r\n                <\/hiddenSegments>\r\n                <requestLimits maxAllowedContentLength=\"512000000\"\/>\r\n            <\/requestFiltering>\r\n        <\/security>\r\n      <rewrite>\r\n        <rules>\r\n          <rule name=\"Pydio-Rule-1\" stopProcessing=\"true\">\r\n            <match url=\"^shares\" ignoreCase=\"false\" \/>\r\n            <conditions logicalGrouping=\"MatchAll\">\r\n              <add input=\"{REQUEST_FILENAME}\" matchType=\"IsFile\" ignoreCase=\"false\" negate=\"true\" \/>\r\n              <add input=\"{REQUEST_FILENAME}\" matchType=\"IsDirectory\" ignoreCase=\"false\" negate=\"true\" \/>\r\n            <\/conditions>\r\n            <action type=\"Rewrite\" url=\".\/dav.php\" \/>\r\n          <\/rule>\r\n          <rule name=\"Pydio-Rule-2\" stopProcessing=\"true\">\r\n            <match url=\"^api\" ignoreCase=\"false\" \/>\r\n            <action type=\"Rewrite\" url=\".\/rest.php\" \/>\r\n          <\/rule>\r\n          <rule name=\"Pydio-Rule-3\" stopProcessing=\"true\">\r\n            <match url=\"^user\" ignoreCase=\"false\" \/>\r\n            <action type=\"Rewrite\" url=\".\/index.php?get_action=user_access_point\" appendQueryString=\"false\" \/>\r\n          <\/rule>\r\n          <rule name=\"Pydio-Rule-4\" stopProcessing=\"true\">\r\n            <match url=\"(.*)\" ignoreCase=\"false\" \/>\r\n            <conditions logicalGrouping=\"MatchAll\">\r\n              <add input=\"{URL}\" pattern=\"^\/pydio6\/index\" ignoreCase=\"false\" negate=\"true\" \/>\r\n              <add input=\"{URL}\" pattern=\"^\/pydio6\/plugins\" ignoreCase=\"false\" negate=\"true\" \/>\r\n              <add input=\"{URL}\" pattern=\"^\/pydio6\/dashboard|^\/pydio6\/welcome|^\/pydio6\/settings|^\/pydio6\/ws-\" ignoreCase=\"false\" \/>\r\n            <\/conditions>\r\n            <action type=\"Rewrite\" url=\"index.php\" \/>\r\n          <\/rule>\r\n        <\/rules>\r\n      <\/rewrite>\r\n    <\/system.webServer>\r\n<\/configuration>\r\n<\/pre>\n<p>   2) D:\\Service\\pydio-core-6.2.1\\conf\\Web.Config<\/p>\n<pre>\r\n<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<configuration>\r\n<system.webServer>\r\n<security>\r\n<authorization>\r\n<remove users=\"*\" roles=\"\" verbs=\"\" \/>\r\n<add accessType=\"Deny\" users=\"*\" \/>\r\n<\/authorization>\r\n<\/security>\r\n<\/system.webServer>\r\n<\/configuration>\r\n<\/pre>\n<p>\ub4f1\uacfc \uac19\uc774 \uc544\ub798 \uad00\ub828 \uc0ac\uc774\ud2b8\uc758 \ub9c1\ud06c\uc5d0 \uc788\ub294 \ubb38\uc11c\ub300\ub85c \ud568<\/p>\n<p>\uad00\ub828\uc0ac\uc774\ud2b8<br \/>\n &#8211; https:\/\/pydio.com\/en\/docs\/kb\/system\/example-installing-pydio-windows-server-2012-r2-iis-85<\/p>\n","protected":false},"excerpt":{"rendered":"<p>PydioSync \ud074\ub77c\uc774\uc5b8\ud2b8 \uc124\uce58\ud6c4 \ud574\ub2f9 \uc0ac\uc774\ud2b8\ub85c \uc811\uc18d\uc774 \uc548\ub420 \uacbd\uc6b0 Pydio \uc11c\ubc84\uc758 \uc124\uc815\uc744 \uc0b4\ud3b4\ubcfc \ud544\uc694\uac00 \uc788\ub2e4. \uc778\ud130\ub137\uc5d0 \uc708\ub3c4\uc6b0\uc988\uc5d0\uc11c IIS\uc640 PHP\ub97c \uc5f0\ub3d9\ud558\uc5ec \uc124\uce58\ud558\ub294 \ud55c\uae00\ub85c \ub41c \ubb38\uc11c\ub97c \ucc3e\uc544\ubcf4\uc558\uc9c0\ub9cc \ube60\uc838\uc788\ub294 \ubd80\ubd84\uc774 \ub9ce\uc774 \uc788\ub294\uac83 \uac19\uc544 \uac04\ub2e8\ud788 \uc815\ub9ac\ud558\uc5ec \ubcf4\uc558\ub2e4. 1. PHP \uc774\uc678\uc5d0 \uae30\ubcf8\uc801\uc73c\ub85c \uc124\uce58\ud574\uc57c \ud560 \uc18c\ud504\ud2b8\uc6e8\uc5b4\uac00 \ud544\uc694\ud55c\ub2e4. 1) wincache http:\/\/sourceforge.net\/projects\/wincache\/files\/wincache-1.3.7\/wincache-1.3.7.4-5.6-nts-vc11-x86.exe\/download 2) Microsoft URL Rewrite 2.0 module http:\/\/go.microsoft.com\/fwlink\/?LinkID=615137 3) Microsoft Visual C++ 2012 [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[180,2],"tags":[179],"class_list":["post-1047","post","type-post","status-publish","format-standard","hentry","category-cloud","category-2","tag-pydio"],"_links":{"self":[{"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=\/wp\/v2\/posts\/1047","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1047"}],"version-history":[{"count":4,"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=\/wp\/v2\/posts\/1047\/revisions"}],"predecessor-version":[{"id":1051,"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=\/wp\/v2\/posts\/1047\/revisions\/1051"}],"wp:attachment":[{"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1047"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1047"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1047"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}