Difference between revisions of "Cgiirc"
From Amahi Wiki
Line 1: | Line 1: | ||
After installing cgiirc, run the following commands as root from the html directory of the cgiirc webapp: | After installing cgiirc, run the following commands as root from the html directory of the cgiirc webapp: | ||
− | < | + | <pre> |
cat cgiirc.conf > /etc/httpd/conf.d/*cgiirc* | cat cgiirc.conf > /etc/httpd/conf.d/*cgiirc* | ||
service httpd restart | service httpd restart | ||
− | </ | + | </pre> |
Revision as of 04:26, 26 July 2009
After installing cgiirc, run the following commands as root from the html directory of the cgiirc webapp:
cat cgiirc.conf > /etc/httpd/conf.d/*cgiirc* service httpd restart