This article provides information about the installation and basic configuration of Apache Tomcat on RHEL and its clones.
Tag Archives: URL
Write Custom Redirector or Rewritor Plugin For Squid in Python
Mission
To write a custom Python program which can act as a plugin for Squid to redirect a given URL to another URL. This is useful when already existing redirector plugins for Squid doesn’t suit your needs or you want everything of your own.
Use Cases
- When you want to redirect URLs using a database like mysql or postgresql.
- When you want to redirect based on mappings stored in simple text files.
- When you want to build a redirector which can learn by itself using AI techniques
Continue reading
DYNDNS DCCLIENT FOR WINDOWS OR LINUX
How to setup a free domain to point to your own box:
FREE DOMAIN NAME:
““““““`
Sign up with dyndns.org HERE.
Choose from a list of free domains HERE. On free accounts you can have up
to 5. I use Continue reading
APACHE2 FOR LINUX
I am in no way versed in Apache. Out of sheer necessity I had to install
it to set certain things up. So this tutorial is mainly focused on
settings, tips, security, etc that I did. The installing part Continue reading
WebServer LAMP (Linux, Apache 2, MySQL 5 e PHP 5) su Debian ETCH
Introduzione
Cosa è un “server LAMP”?
Nonostante molti di voi sperano che sia qualcosa di commestibile ahimè le vostra speranze stanno per crollare.. (per la cronaca.. non ha nemmeno a che fare Continue reading