Proxylizer/Getting Started: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
Line 3: Line 3:


== Install ==
== Install ==
All the examples assume that


The installation includes steps for setting up the following:
The installation includes steps for setting up the following:
Line 10: Line 12:
# [[Proxylizer/Getting Started#Web page scripts | Web page scripts]]
# [[Proxylizer/Getting Started#Web page scripts | Web page scripts]]
# [[Proxylizer/Getting Started#Permissions for directories | Permissions for directories]]
# [[Proxylizer/Getting Started#Permissions for directories | Permissions for directories]]
# [[Proxylizer/Getting Started#Syslog deamon | Syslog deamon]]
# [[Proxylizer/Getting Started#Web server with PHP and PHP-Pear | Web server with PHP and PHP-Pear]]
# [[Proxylizer/Getting Started#Web server with PHP and PHP-Pear | Web server with PHP and PHP-Pear]]
# [[Proxylizer/Getting Started#MySQL database server | MySQL database server]]
# [[Proxylizer/Getting Started#MySQL database server | MySQL database server]]
Line 26: Line 29:
==== Permissions for directories ====
==== Permissions for directories ====
Open console. Change ownership of web page root directory for web server user, commonly "www-data", (example: "chown www-data:proxylizer /var/www/proxylizer -R")
Open console. Change ownership of web page root directory for web server user, commonly "www-data", (example: "chown www-data:proxylizer /var/www/proxylizer -R")
==== Syslog deamon ====


==== Web server with PHP and PHP-Pear ====
==== Web server with PHP and PHP-Pear ====

Revision as of 13:30, 5 January 2009

Download

TODO

Install

All the examples assume that

The installation includes steps for setting up the following:

  1. Web-proxy log export to remote host (Proxylizer server)
  1. Web page scripts
  2. Permissions for directories
  3. Syslog deamon
  4. Web server with PHP and PHP-Pear
  5. MySQL database server
  6. MySQL user created for proxylizer database
  7. Scripts/daemons forwarding records from syslog to MySQL
  8. Scheduled scripts for report generation

Mikrotik router

Web-proxy log export to remote host

TODO

Proxylizer server

Web page scripts

TODO

Permissions for directories

Open console. Change ownership of web page root directory for web server user, commonly "www-data", (example: "chown www-data:proxylizer /var/www/proxylizer -R")

Syslog deamon

Web server with PHP and PHP-Pear

TODO

MySQL database server

TODO

MySQL user created for proxylizer database

TODO

Scripts/daemons forwarding records from syslog to MySQL

TODO

Scheduled scripts for report generation

TODO