Search found 3 matches
- Sun Sep 30, 2018 9:45 am
- Forum: Coding Questions
- Topic: Server Apache
- Replies: 3
- Views: 2840
Re: Server Apache
I finally managed to use the SpiderBasic application with the Apache server. Since the software only displayed Debug messages, it had to be compiled with the debugger. The response of SamsonA is a little complicated, it is easier to check the copy box of the SpiderBasic library in the compiler and ...
- Thu Sep 27, 2018 5:11 am
- Forum: Coding Questions
- Topic: Server Apache
- Replies: 3
- Views: 2840
Re: Server Apache
1) create a "TEST" folder on the server
2) download the "TEST" folder "libs" from SpiderBasic
3) create an application
- at compilation specify Spider Bascic libs path - "libs"
- set the name of the js
- set the name of the html
4) upload your * .html * .js to "TEST"
Next you will understand
It ...
2) download the "TEST" folder "libs" from SpiderBasic
3) create an application
- at compilation specify Spider Bascic libs path - "libs"
- set the name of the js
- set the name of the html
4) upload your * .html * .js to "TEST"
Next you will understand
It ...
- Wed Sep 26, 2018 8:26 am
- Forum: Coding Questions
- Topic: Server Apache
- Replies: 3
- Views: 2840
Server Apache
Hello, to test the web application of SpiderOffice, I would like to know how to configure the Apache server to execute the test application. The application files are already in the server directory. the default web page is displayed correctly with Windows, Android and Linux browsers. As for the ...