|
LiteCopy and Apache
Question:
Can LiteCopy be used with Apache web server?
Answer:
Yes, but only under Windows operating system. You have to use Apache version 2.0.47 that has ISAPI emulation.
In the Apache configuration file (httpd.conf), add the following lines (in their respective places):
LoadModule isapi_module modules/mod_isapi.so
AddHandler isapi-isa .dll
ISAPIFakeAsync On
ISAPICacheFile "C:/Program Files/SoftLink/web/LiteCopy/LiteCopyServer.dll"
Alias /softlink/litecopy/ "c:/program files/softlink/web/litecopy/"
<Directory "c:/program files/softlink/web/litecopy">
Options FollowSymLinks ExecCGI
AllowOverride None
</Directory>
Related Topics:
LiteCopy
Back to FAQ Index
|