-
admin
Browse to http://<your server>/<path_to_iac_root>/install.php to allow IAC to run some preliminary sanity checks on your server. The login details will be displayed at the bottom.
Enjoy :)
~JP.
2009-05-25 06:04:07 UTC by perilin
-
What is the default password for user root.
2009-05-24 13:58:08 UTC by gadekar
-
That's great!
The log monitor writes its PID to a file (/var/run/iac-logmon.pid) so you can also keep an eye on that.
I'm sure somebody will find that bash script very usefull :)
2009-03-16 06:35:32 UTC by perilin
-
Hello razametal,
URE stands for URL Regular Expression. In its basic form a URE is just a normal regular expression that you create to match any standard URL, for ex:
http.*://.*\.facebook\.com.*
This will match any URL starting with http:// , having facebook.com anywhere in it and ending in anything. If a URE 'matches' in IAC, whatever action you specified on it will take effect (like...
2009-03-16 06:32:10 UTC by perilin
-
HI,
Any one have examples of URE sintax? I'ma little confused about it.
Regards,
2009-03-14 16:51:30 UTC by razametal
-
Hi,
I can help translating the app to spanish. What files I need to translate?
Regards,
2009-03-13 17:43:38 UTC by razametal
-
Yes, it works :)
Only need to change the line calling /etc/init.d/squid3 by /etc/init.d/squid
Regards,
2009-03-13 17:42:54 UTC by razametal
-
Can work with squid 2.6 ?.
2009-03-13 17:34:41 UTC by razametal
-
I've wrote a small bash script to check if squid_log_monitor.php is running or not. If it is NOT running, then start the squid_log_monitor.php in background and write to a log file:
#!/bin/bash
## Variables
IACLOG=/var/log/iac-logger
HOST=${HOSTNAME%%.*}
TIME="`date +%R:%S`"
DATE="`date +%b` `date +%d` `date +%Y`"
## Funcion para detectar si el proxy esta...
2009-03-13 17:30:21 UTC by razametal
-
Hi there!
As the subject points out, this script was created and tested under Ubuntu Hardy Heron. This script is needed because the squid3 server has to be started *after* the squid_log_monitor.php script and closed *before* the squid_log_monitor.php script. Just copy/paste the following script in the proper place (/etc/init.d/iac-logmon). Do not include neither start/end of script tags!...
2008-08-25 09:05:27 UTC by alejandrom