Changeset 39860 in vbox
- Timestamp:
- Jan 24, 2012 4:51:30 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 75885
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_AdvancedTopics.xml
r39750 r39860 1863 1863 client base using this interface is growing, we added start scripts for 1864 1864 the various operation systems we support. The following describes how to 1865 use them. <itemizedlist> 1865 use them. Please be aware that the web service is never started automatically 1866 as a result of a standard installation.<itemizedlist> 1866 1867 <listitem> 1867 1868 <para>On Mac OS X, launchd is used. An example configuration file … … 1877 1878 url="http://developer.apple.com/mac/library/documentation/MacOSX/Conceptual/BPSystemStartup/BPSystemStartup.html">http://developer.apple.com/mac/library/documentation/MacOSX/Conceptual/BPSystemStartup/BPSystemStartup.html</ulink></literal>.</para> 1878 1879 </listitem> 1880 <listitem> 1881 <para>On Linux, the web service can be automatically started during 1882 host boot by adding appropriate parameters to the file /etc/default/virtualbox. 1883 There is one mandatory parameter, VBOXWEB_USER which must be set to 1884 the user which will later start the VMs. 1885 <table> 1886 <title>ignored</title> 1887 <tgroup cols="2"> 1888 <tbody> 1889 <row> 1890 <entry><emphasis role="bold">Parameter</emphasis></entry> 1891 <entry><emphasis role="bold">Description</emphasis></entry> 1892 <entry><emphasis role="bold">Default</emphasis></entry> 1893 </row> 1894 <row> 1895 <entry>VBOXWEB_HOST</entry> 1896 <entry>The host to bind the web service to</entry> 1897 <entry>localhost</entry> 1898 </row> 1899 <row> 1900 <entry>VBOXWEB_PORT</entry> 1901 <entry>The port to bind the web service to</entry> 1902 <entry>18083</entry> 1903 </row> 1904 <row> 1905 <entry>VBOXWEB_TIMEOUT</entry> 1906 <entry>Session timeout in seconds; 0 disables timeouts</entry> 1907 <entry>300</entry> 1908 </row> 1909 <row> 1910 <entry>VBOXWEB_ CHECK_INTERVAL</entry> 1911 <entry>Frequency of timeout checks in seconds</entry> 1912 <entry>5</entry> 1913 </row> 1914 <row> 1915 <entry>VBOXWEB_THREADS</entry> 1916 <entry>Maximum number of worker threads to run in parallel</entry> 1917 <entry>100</entry> 1918 </row> 1919 <row> 1920 <entry>VBOXWEB_KEEPALIVE</entry> 1921 <entry>Maximum number of requests before a socket will be closed</entry> 1922 <entry>100</entry> 1923 </row> 1924 <row> 1925 <entry>VBOXWEB_LOGFILE</entry> 1926 <entry>Name of file to write log to</entry> 1927 <entry><emphasis>no file</emphasis></entry> 1928 </row> 1929 <row> 1930 <entry>VBOXWEB_ROTATE</entry> 1931 <entry>Number of log files; 0 disables log rotation</entry> 1932 <entry>10</entry> 1933 </row> 1934 <row> 1935 <entry>VBOXWEB_LOGSIZE</entry> 1936 <entry>Maximum size of a log file in bytes to trigger rotation</entry> 1937 <entry>1MB</entry> 1938 </row> 1939 <row> 1940 <entry>VBOXWEB_LOGINTERVAL</entry> 1941 <entry>Maximum time interval in seconds to trigger log rotation</entry> 1942 <entry>1 day</entry> 1943 </row> 1944 </tbody> 1945 </tgroup> 1946 </table> 1947 </para> 1948 </listitem> 1879 1949 </itemizedlist></para> 1880 1950 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.