diff --git a/test/apache.cfg b/example/apache.cfg similarity index 61% rename from test/apache.cfg rename to example/apache.cfg index 21efc54..5149a5d 100644 --- a/test/apache.cfg +++ b/example/apache.cfg @@ -1,23 +1,23 @@ LoadModule _1cws_module "/opt/1C/x86_64/current/wsap24.so" # --- WEBPUB1C PUBLICATION START: test1 # 1c publication -Alias "/1c/test1" "test/pubs\test1" - +Alias "/1c/test1" "example/pubs\test1" + AllowOverride All Options None Require all granted SetHandler 1c-application - ManagedApplicationDescriptor "test/vrds\test1.vrd" + ManagedApplicationDescriptor "example/vrds\test1.vrd" # --- WEBPUB1C PUBLICATION END: test1 # --- WEBPUB1C PUBLICATION START: test2 # 1c publication -Alias "/1c/test2" "test/pubs\test2" - +Alias "/1c/test2" "example/pubs\test2" + AllowOverride All Options None Require all granted SetHandler 1c-application - ManagedApplicationDescriptor "test/vrds\test2.vrd" + ManagedApplicationDescriptor "example/vrds\test2.vrd" # --- WEBPUB1C PUBLICATION END: test2 diff --git a/test/pubs/placeholder b/example/pubs/placeholder similarity index 100% rename from test/pubs/placeholder rename to example/pubs/placeholder diff --git a/test/vrds/placeholder b/example/vrds/placeholder similarity index 100% rename from test/vrds/placeholder rename to example/vrds/placeholder diff --git a/test/vrds/test1.vrd b/example/vrds/test1.vrd similarity index 100% rename from test/vrds/test1.vrd rename to example/vrds/test1.vrd diff --git a/test/vrds/test2.vrd b/example/vrds/test2.vrd similarity index 100% rename from test/vrds/test2.vrd rename to example/vrds/test2.vrd diff --git a/webpub1c.yml b/webpub1c.yml index 8d8fb78..deaec11 100644 --- a/webpub1c.yml +++ b/webpub1c.yml @@ -1,6 +1,6 @@ -apache_config: test/apache.cfg -vrd_path: test/vrds -dir_path: test/pubs +apache_config: example/apache.cfg +vrd_path: example/vrds +dir_path: example/pubs url_base: /1c platform_path: /opt/1cv8/x86_64/current ws_module: wsap24.so