Difference between revisions of "Cgiirc"
From Amahi Wiki
(New page: 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*) |
|||
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: | ||
+ | <code> | ||
cat cgiirc.conf > /etc/httpd/conf.d/*cgiirc* | cat cgiirc.conf > /etc/httpd/conf.d/*cgiirc* | ||
+ | service httpd restart | ||
+ | </code> |
Revision as of 04:25, 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