Submitted by tsvetelintsonev on Fri, 10/28/2016 - 02:31
Hi there. I have searched for list-php-versions
in the remote API docs and couldn't find it. Afterwards I have looked into /usr/libexec/webmin/virtual-server/list-php-versions.pl and I could see that the virtual_server package declaration is missing, so I just simply added it to the script and list-php-version was than accessible via HTTP request :)
One more thing about the docs, I saw that in /usr/libexec/webmin/virtual-server/modify-dns.pl the following description for --add-record-with-ttl
is there
"Alternately, you can use C<--add-record-with-ttl> followed by the name, type, TTL and value." , but is missing from the cli docs
Have a great day :)
Status:
Needs work
Comments
Submitted by tsvetelintsonev on Fri, 10/28/2016 - 09:43 Comment #1
... and the next one
in /usr/libexec/webmin/virtual-server/list-php-ini.pl description for the following flags is present
<--ini-name name>+ <--ini-value value>+
but is missing from the cli docsSubmitted by andreychek on Fri, 10/28/2016 - 09:24 Comment #2
Howdy -- hmm, which Virtualmin version is it that's installed onto this particular server -- is that Virtualmin Pro or GPL?
I'm wondering if maybe that feature is missing from Virtualmin GPL (which, if it is, is likely a bug rather than done intentionally).
Submitted by tsvetelintsonev on Fri, 10/28/2016 - 09:49 Comment #3
I am running the latest Virtualmim Pro :)
Just to clarify, the descriptions are missing or not full in the cli api docs, not that they are missing from my VM core code :)
Submitted by tsvetelintsonev on Fri, 10/28/2016 - 09:45 Comment #4
Submitted by JamieCameron on Fri, 10/28/2016 - 10:39 Comment #5
Sounds like the API docs just need to be re-generated - Joe, do you have a script for this that works with the new Drupal?
Submitted by JamieCameron on Fri, 10/28/2016 - 10:39 Comment #6
Submitted by tsvetelintsonev on Fri, 10/28/2016 - 13:25 Comment #7
Submitted by tsvetelintsonev on Sat, 10/29/2016 - 06:13 Comment #8
Can you guys also add the
virtual_server
package declaration in/usr/libexec/webmin/virtual-server/list-php-versions.pl
, so it can be usable from remote API ?Submitted by JamieCameron on Sat, 10/29/2016 - 13:08 Comment #9
Sure, we'll fix that in the next release.