|
|
|
|
AdminPanel TechNotes
Help
Products
|
|
TechNote Admin Panel Configuration File: Servers | Product: Admin Panel |
A server is used to store the application files and tracking information.
It is possible to use different servers for the various files used by an application.
When a file is to be updated or created by the Admin Panel on a external server, FTP may be used.
Possibles keys are:
| |
php_root
Path to the output folder, where the XML files are to be updated.
stats_http_root
HTTP path to the folder containing the data about application usage.
stats_php_root
Path to the output folder.
ftp_server
FTP server where to publish the XML files.
Specify this key only if FTP is to be used to update the XML files on another server.
ftp_username
Username for the FTP account.
ftp_password
Password for the FTP account.
ftp_root
Path to the output folder, where the XML files are to be updated.
|
Sample| |
In this sample the XML files are saved on the server running Mioplanet Admin Panel.
php_root=/usr/local/www/apps/
http_root=http://www.your-server.com/apps/
stats_php_root=/usr/local/www/stats/
stats_http_root=http://www.your-server.com/stats/
|
|
Sample using FTP for publication| |
In this example the XML files are saved on an external server via FTP.
php_root=/usr/local/www/apps/
http_root=http://www.your-server.com/apps/
stats_php_root=/usr/local/www/stats/
stats_http_root=http://www.your-server.com/stats/
ftp_server=MyFTPserver
ftp_username=username
ftp_password=password
ftp_root=/usr/local/www/apps/
|
|
|
|
|