Is there a recommended way to add lines to the confconsole usage.txt file?
I tried:
#add usage information
$USAGE=/etc/confconsole/usage.txt
sed -i -e "6 a OpenFire Admin: https://$ipaddr:9090" -e "6 a OpenFire: $ipaddr:5222" $USAGE
sed -i '9,10 d' $USAGE
I got this error when trying to patch an iso with the patch file:
/tmp/tklpatch/conf: line 38: =/etc/confconsole/usage.txt: No such file or directory
Whenever I create a new virtual host, either through Webmin or through the enabled dir directly I get the error: The requested URL / was not found on this server.
Not sure what the issue could be?
Any ideas? or is there a document that walks through setting up a virtual host? Maybe I'm missing something.