Displaying 2 results from an estimated 2 matches for "nofity".
Did you mean:
mofity
2015 Sep 18
2
[HCL] Micropower LCD 1000 supported by blazer_usb
...oltage.fault: 235.2
input.voltage.nominal: 230
output.voltage: 234.7
ups.beeper.status: enabled
ups.delay.shutdown: 30
ups.delay.start: 180
ups.load: 5
ups.productid: 0000
ups.status: OL
ups.type: offline / line interactive
ups.vendorid: 0001
NUT version 2.7.1
Shutdown sequence working, onbattery nofity too.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20150918/cb348d4d/attachment.html>
2005 Mar 05
1
How to provide Rails hosting on Apache/FastCGI enviroment?
...except ''Override All'' to /home/eric)
Now, I put ''Alias /funshop/ /home/eric/rails/funshop/public/''
directive in apache.conf instead of symlinking it, then
it works well. But in this case, whenever an user wants to
develope or install some rails application, s?he nofity that
to me, and then I must put Alias directive and restart apache.
This is somewhat boring thing.
I tried to modify older verision of .htaccess many times,
but I cannot make it. I don''t want to go back to the old days.
Yeah, I know it would be a very annoying job working around
with .hta...