Difference between revisions of "Useful Commands"
From SME Server
Jump to navigationJump to searchLine 2: | Line 2: | ||
=== Apache Related Commands === | === Apache Related Commands === | ||
− | Expand <b>httpd.conf</b>: | + | *Expand <b>httpd.conf</b> template: |
expand-template /etc/httpd/conf/httpd.conf | expand-template /etc/httpd/conf/httpd.conf | ||
− | Restart <b>httpd:</b> | + | *Restart <b>httpd:</b> |
/etc/init.d/httpd-e-smith restart | /etc/init.d/httpd-e-smith restart | ||
− | To leave Apache reads the distributed configuration file <b><u>.htaccess</u></b> per ibay: | + | *To leave Apache reads the distributed configuration file <b><u>.htaccess</u></b> per ibay: |
db accounts setprop IBAYNAME AllowOverride All | db accounts setprop IBAYNAME AllowOverride All | ||
Line 16: | Line 16: | ||
===PHP Related Commands=== | ===PHP Related Commands=== | ||
− | Configure <b><u>PHP Basedir</u></B> Restriction per ibay: | + | *Expand <b>php.ini</b> template: |
+ | |||
+ | expand-template /etc/php.ini | ||
+ | |||
+ | *Configure <b><u>PHP Basedir</u></B> Restriction per ibay: | ||
db accounts setprop IBAYNAME PHPBaseDir DIR1:DIR2:DIRn | db accounts setprop IBAYNAME PHPBaseDir DIR1:DIR2:DIRn |
Revision as of 15:28, 13 March 2007
Useful Commands
Apache Related Commands
- Expand httpd.conf template:
expand-template /etc/httpd/conf/httpd.conf
- Restart httpd:
/etc/init.d/httpd-e-smith restart
- To leave Apache reads the distributed configuration file .htaccess per ibay:
db accounts setprop IBAYNAME AllowOverride All signal-event ibay-modify IBAYNAME
PHP Related Commands
- Expand php.ini template:
expand-template /etc/php.ini
- Configure PHP Basedir Restriction per ibay:
db accounts setprop IBAYNAME PHPBaseDir DIR1:DIR2:DIRn signal-event ibay-modify IBAYNAME
Example
db accounts setprop Primary PHPBaseDir /home/e-smith/files/ibays/Primary:/tmp signal-event ibay-modify Primary