Difference between revisions of "Cgiirc"

From Amahi Wiki
Jump to: navigation, search
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>
+
<pre>
 
cat cgiirc.conf > /etc/httpd/conf.d/*cgiirc*
 
cat cgiirc.conf > /etc/httpd/conf.d/*cgiirc*
 
service httpd restart
 
service httpd restart
</code>
+
</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