Managing the http configuration, Starting or stopping the http service manually – HP StoreAll Storage User Manual

Page 118

Advertising
background image

Managing the HTTP configuration

View a configuration profile:

ibrix_httpconfig -i PROFILENAME [-v level]

Modify a configuration profile:

ibrix_httpconfig -m PROFILENAME [-h HOSTLIST] [-S SETTINGLIST]

Delete a configuration profile:

ibrix_httpconfig -d PROFILENAME

View a virtual host:

ibrix_httpvhost -i VHOSTNAME -c PROFILENAME [-v level]

Modify a virtual host:

ibrix_httpvhost -m VHOSTNAME -c PROFILENAME -I IP-Address:Port [-S

SETTINGLIST]

Delete a virtual host:

ibrix_httpvhost -d VHOSTNAME -c PROFILENAME

View an HTTP share:

ibrix_httpshare -i SHARENAME -c PROFILENAME -t VHOSTNAME [-v level]

Modify an HTTP share:

ibrix_httpshare -m SHARENAME -c PROFILENAME -t VHOSTNAME [-f FSNAME -p

dirpath] [-P urlpath] [-u USERLIST] [-S SETTINGLIST]

The following example modifies an HTTP, enabling WebDAV:

# ibrix_httpshare –-m share1 –c cprofile1 –t dav1vhost1 –S

"davmethods=true"

Delete an HTTP share:

ibrix_httpshare -d SHARENAME -c PROFILENAME -t VHOSTNAME

Starting or stopping the HTTP service manually

Start the HTTP service:

/usr/local/ibrix/httpd/bin/apachectl -k start -f

/usr/local/ibrix/httpd/conf/httpd.conf

Stop the HTTP service:

/usr/local/ibrix/httpd/bin/apachectl -k stop -f

/usr/local/ibrix/httpd/conf/httpd.conf

Restart the HTTP service:

/usr/local/ibrix/httpd/bin/apachectl -k restart -f

/usr/local/ibrix/httpd/conf/httpd.conf

NOTE:

When the HTTP configuration is changed with the GUI or CLI, the HTTP daemon is restarted

automatically.

118

Using HTTP

Advertising