apache 2.2 set up rewrite debian linux
Compiling PHP and Apache 2 from source on Linux OS 1.0
This article will provide beginners and others new to Apache 2 and PHP compilation, detailed information about how to compile PHP and Apache 2 on Linux system. It should work on all Unix like OS. Even if you just want to learn how to compile software more>> This article will provide beginners and others new to Apache 2 and PHP compilation, detailed information about how to compile PHP and Apache 2 on Linux system. It should work on all Unix like OS. Even if you just want to learn how to compile software from source on Linux like OS, this article will provide enough information to get you started. After reading this article any person, who hasnt yet compiled any software from source, will be able to compile and run PHP and Apache on his Linux Machine.<<less
Apache HTTPD Server - Mobile Edition 2.
What Is It? -- You can now carry your web server with you where ever you go! Just plug it into a free USB-port on a Windows 2000 or newer PC and youre good to go. Its handy for demonstrating a new website or script to a costumer. You can also use it to more>> What Is It? -- You can now carry your web server with you where ever you go! Just plug it into a free USB-port on a Windows 2000 or newer PC and youre good to go. Its handy for demonstrating a new website or script to a costumer. You can also use it to share files over a network with friends! They can even upload files to you thanks to the DAV server! Do you have a module you always use? Why not install it? Just drop it into the modules dir and update the config file.<<less
Apache with PHP & MYSQL on Windows 1.0
Learn how to install Apache server with PHP and MYSQL database on Microsoft Windows. This tutorial will explain step by step how to install and configure apache server on a Windows machine with complete links for packages. Very complete tutorial with more>> Learn how to install Apache server with PHP and MYSQL database on Microsoft Windows. This tutorial will explain step by step how to install and configure apache server on a Windows machine with complete links for packages. Very complete tutorial with fully installation explications.<<less
License:PHP License
Tuning Apache for Mod_Perl and CGI-Proxy
Every now and then, someone asks me ?Hey, how do I ?tune? my webserver to better run proxies? I?ve heard tuning is really important but what does it mean?? or they?ll ask ?why is it important to run a more>> Every now and then, someone asks me ?Hey, how do I ?tune? my webserver to better run proxies? I?ve heard tuning is really important but what does it mean?? or they?ll ask ?why is it important to run a dedicated server just for a proxy site? Can?t I run my sites on (some cheaper hosting method)?? Hopefully once you?re done reading this article, you?ll better understand the answers to these common questions, and come out with a knowledge of how specifically to tune apache for J Marshall?s Cgi-Proxy script to run on Apache. You should also be able to take the concepts herein and apply them to performance tuning Apache for any website.<<less
Apache Friends XAMPP 1.5.2
XAMPP is a very easy to install Apache Distribution for Linux, Solaris, Mac OS X and Windows. The package includes the Apache web server, MySQL, PHP, SQLite, Perl, a FTP-Server and phpMyAdmin. The new releases contain both new versions of PHP: 5.0.x more>> XAMPP is a very easy to install Apache Distribution for Linux, Solaris, Mac OS X and Windows. The package includes the Apache web server, MySQL, PHP, SQLite, Perl, a FTP-Server and phpMyAdmin. The new releases contain both new versions of PHP: 5.0.x and 4.3.x. PHP 5 is enabled by default, but in case of problems youre able to switch easily back to PHP 4.<<less
Set up Ruby on Rails in Windows
Heres a quick Howto on setting up Ruby on Rails for Windows. more>> Heres a quick Howto on setting up Ruby on Rails for Windows.<<less
How to get PHP and gettext working (ubuntu, debian)
A simple and fast guide on how to install gettext on a ubuntu or debian system. more>> A simple and fast guide on how to install gettext on a ubuntu or debian system.<<less
How to set cookies in JSP
You can put clients browser a cookie in JSP easily. Following example displays how to create cookie and set target browser. more>> You can put clients browser a cookie in JSP easily. Following example displays how to create cookie and set target browser.<<less

SDF - Set the Figure
This MATLAB script will allow the user to set the line width and fonts of a figure, as if he was using the File->Export setup in the figure menu. more>> <<less
Parse Apache Logs with PHP 1.00000001
Quick and dirty example of how to parse CLF logs ( thats the common format used by apache ) with php. more>> Quick and dirty example of how to parse CLF logs ( thats the common format used by apache ) with php.<<less
Installing Apache, PHP and MySQL
This tutorial will show you how to install Apache 2.0.59, PHP 5.2.3 and MySQL 5.0.41 on machine running Windows XP. more>> This tutorial will show you how to install Apache 2.0.59, PHP 5.2.3 and MySQL 5.0.41 on machine running Windows XP.<<less
Apache AxKit
Apache AxKit is an XML application server for Apache. more>> Apache AxKit is a convenient server management tool which is used for Apache. It provides on-the-fly conversion from XML to any format, such as HTML, WAP or text using either W3C standard techniques, or flexible custom code. AxKit also uses a built-in Perl interpreter to provide some amazingly powerful techniques for XML transformation.
AxKit makes the separation of content and presentation a practical reality. The pipelining technique that AxKit uses allows content to be converted to a presentable format in stages, allowing certain platforms to see data differently to others. AxKit allows web designers to focus on web site design, content developers to work on a purely content basis, and webmasters to focus on their core competencies.
AxKit is based on components that are replaceable. This allows the web site developer to create a completely custom XML Application Server based around the AxKit API. AxKit can either automatically provide caching facilities, or you can create yThe toolkit also provides ability to build component based web sites, and dynamic content.
Database integration is fully supported, allowing either delivery of XML from a database, or XML generation from a database query. Dynamic web components can be built using the Perl language, making the possibilities as infinite as CGI scripts, without the potential mess that CGI programming can cause.
Major Features:
- XSLT based pipelined XML transformations
- Standards base stylesheet selection criteria
- Output in more than 180 different character sets (although browser support means that only about 10 of those are useful).
- XSP support for the Perl language, including Perl DBI based SQL taglib
- Built in Perl interpreter no more CGI overhead
- Plug-in API All components are replaceable with custom components.
- Support for almost every platform around: Linux, Solaris, HPUX, AIX, Windows NT, BeOS, *BSD, VMS.
- Intelligent caching technology means yDeliver to different media using the sames set of URLs for all media types. Media types supported are: Screen (web browsers), Handheld (such as palmtop computers and mobile phones), TV (for example Skys "Open", or Microsofts WebTV), braille, aural, print, projection and tty (for text-only browsers).
- GZipped output encoding great for slower links
Installing Apache with PHP,MySQL on Windows 9x/2000/XP v.1
Nice and Clean Tutorial to install Apache, PHP, MySQL on Windows Computers in 8 Steps. After installing every component, a test is made to check if you properly installed the component. Download links are given of all Apache, PHP and MySQL. In the end is more>> Nice and Clean Tutorial to install Apache, PHP, MySQL on Windows Computers in 8 Steps. After installing every component, a test is made to check if you properly installed the component. Download links are given of all Apache, PHP and MySQL. In the end is a script to test MySQL installation with PHP and MySQL.<<less
Simple PHP Apache log parser 1.0
This is a simple PHP Apache log parser. It makes a list of IP, User Agent, Status code, ect. and puts it in an array for you to use. more>> This is a simple PHP Apache log parser. It makes a list of IP, User Agent, Status code, ect. and puts it in an array for you to use.<<less
UrlRewritingNet.UrlRewrite
It is a rewrite-module tuned for ASP.NET 2.0, and offers support for * Themes and Masterpages * Regular Expressions * good Postback-Urls * Cookieless Sessions The setup is also quick :) more>> It is a rewrite-module tuned for ASP.NET 2.0, and offers support for * Themes and Masterpages * Regular Expressions * good Postback-Urls * Cookieless Sessions The setup is also quick :)<<less