Changes

From SME Server
Jump to navigationJump to search
143 bytes removed ,  22:42, 20 March 2014
Line 81: Line 81:     
  # config show phpvirtualbox  
 
  # config show phpvirtualbox  
  phpvirtualbox=service
+
  phpvirtualbox=configuration
 
     Group=
 
     Group=
 
     Name=phpvirtualbox
 
     Name=phpvirtualbox
     User=admin
+
     User=
 
     status=enabled
 
     status=enabled
     webauth=disabled
+
     webauth=enabled
    
====Add a different URL====
 
====Add a different URL====
Line 102: Line 102:  
To enable your changes run these commands
 
To enable your changes run these commands
   −
  expand-template /etc/httpd/conf/httpd.conf
+
  signal-event console-save
sv h /service/httpd-e-smith
      
*If you want to remove completely the new url
 
*If you want to remove completely the new url
Line 111: Line 110:  
then
 
then
   −
  expand-template /etc/httpd/conf/httpd.conf
+
  signal-event console-save
sv h /service/httpd-e-smith
      
====Web authentication====
 
====Web authentication====
Line 119: Line 117:     
  config setprop phpvirtualbox webauth enabled
 
  config setprop phpvirtualbox webauth enabled
  expand-template /etc/httpd/conf/httpd.conf
+
  signal-event console-save
    
and you have to modify manually the file config.php
 
and you have to modify manually the file config.php
Line 142: Line 140:     
  config setprop phpvirtualbox User user1,user2,user3
 
  config setprop phpvirtualbox User user1,user2,user3
  expand-template /etc/httpd/conf/httpd.conf
+
  signal-event console-save
    
=====Allow Specific Groups=====
 
=====Allow Specific Groups=====
Line 148: Line 146:     
  config setprop phpvirtualbox Group Group1,Group2,Group3
 
  config setprop phpvirtualbox Group Group1,Group2,Group3
  expand-template /etc/httpd/conf/httpd.conf
+
  signal-event console-save
    
=== Access The Web Interface Remotely ===
 
=== Access The Web Interface Remotely ===

Navigation menu