Hi Bantalguling,
First of all, we apologize for any confusion that you may have had during configuration. The Web Admin interface was created in order to simplify the configuration for those who may not be familiar with the command line interface.
That said, it sounds like you
are familiar with how it works. It sounds like you're more interested in just editing a file.
When you install OLS, the configuration files are in a specific directory.
OLS 1.3.x and before:
Server configurations are in $SERVER_ROOT/conf/httpd_config.xml
VHost configurations are in $VH_ROOT/conf/vhconf.xml
Of course, the VH_ROOT and config file location are configurable in the server configurations.
OLS 1.4.x - This may have confused you a bit.
If you were using 1.3.x, we recently updated 1.4.x to be the new stable branch. The jump from 1.3.x to 1.4.x included the switch from xml to plainconf format, so any notes taken about using xml format just simply has to change to plainconf format.
Server configurations are in $SERVER_ROOT/conf/httpd_config
.conf
VHost configurations are in
$SERVER_ROOT/conf/vhosts/VHOST_NAME/vhconf.conf
Changes are in bold.
As before, the VH_ROOT and config files are both configurable in the server configuration file.
As mentioned before, you may just edit these files to make the changes, then after you save the files, restart the server using:
$SERVER_ROOT/bin/lswsctrl restart
To use the updated configurations.
Part of the installation includes help docs (these are in html format in $SERVER_ROOT/docs, but can also be accessed from the web admin under help->documentation).
If you have some questions regarding the specific configurations, please check the doc.
If you're still confused, don't be afraid to ask! We understand that the configurations can be difficult, and if the help docs don't help, then we need to improve them.
Regarding the original focus of this thread, I will discuss with the other devs regarding this feature, but something that may interest you is the RCS compatibility with OLS 1.4.x.
Link
here.
Hope this helps,
Kevin