Apache | Apache2 | Httpd
How To Install Apache Tomcat in Debian Lenny
What is Apache Tomcat ?
Apache Tomcat (or Jakarta Tomcat or simply Tomcat) is an open source servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run.
Preparing Anything
#uname -a
Linux cabikhos 2.6.18-164.15.1.el5.028stab068.9 #1 SMP Tue Mar 30 18:07:38 MSD 2010 i686 GNU/Linux
How To Install GeoIP Module For Apache 2
What is GeoIP
GeoIP® is the proprietary technology that drives MaxMind's IP geolocation data and services. GeoIP provides businesses with a non-invasive way to determine geographical and other information about their Internet visitors in real-time. When a person visits your website, GeoIP can determine which country, region, city, postal code, area code the visitor is coming from. Furthermore, GeoIP can provide information such as longitude/latitude, connection speed, ISP, company name, domain name, and whether the IP address is an anonymous proxy or satellite provider.
How To Fixed Fatal error: failed to convert frame to gd image problem using ffmpeg
Yesterday i have a problem with my php-ffmpeg it shows "failed to convert frame to gd image" from one of my web applications
So after searching and testing here is the solution to fixed this issue :
First, make sure your php supported gd (compiled with gd)
#php -i | grep gd
Install re2c
How To Install HTTPD PHP and MySQL OpenSUSE 11.1 x86_64
In This Tutorial, We will start to install and configure Apache Webserver, PHP and Mysql from Source / tar.gz in O/S OpenSUSE 11.1 x86_64 bit O/s
If you are searching how to install apache php and mysql for linux o/s 32bit, please click HERE
So I assume you already have OpenSUSE11 installed, up and running.
This tutorial also can be implemented in other O/S such as : Centos and Fedora or other 64bit Linux O/S.
Login into your server with root access.
Install and Configure Awstats Manually From Source OpenSUSE
What is Awstats ?
AWStats is an open source Web analytics reporting tool, suitable for analyzing data from Internet services such as web, streaming media, mail and FTP servers. AWStats parses and analyzes server log files, producing HTML reports. Data is visually presented within reports by tables and bar graphs. Static reports can be created through a command line interface, and on-demand reporting is supported through a web browser CGI program.
Download the awstats
Login as Root into your server
How to Install and Configure Anon Proxy Server
What is Anon Proxy Server ?
Anon Proxy server is A fast http, https, socks caching proxy server. Easy web based configuration, optional p2p anonymous mode.
Requirements:
- PHP
- Apache Web Server
Download and Unzip Anon Proxy server
Login into the server with root
$cd /var/www/html
Avoid content duplication with Apache RedirectMatch instead of ServerAlias
I have few domains (testing.net and testing.org) but i want all those domains to point to my main domain "www.testing.com"
First solution is :
To put apache directive ServerAlias in the Apache VHOST.
but this will lead to content duplication since testing.com and testing.net and testing.org are different web sites.
How to avoid the duplicate content ?
Configure Apache 2.2, PHP with Mod_FCGI Module In FreeBSD Ports
In This tutorial, I assume you already have Apache 2.2, PHP 5.2.11 and MySQL 5.1.40 installed in your FreeBSD server using FreeBSD Ports.
I Will try to reconfigure PHP to using Mod_FCGI / FastCGI instead of using mod_php5.
mod_fcgid has a new process management strategy, which concentrates on reducing the number of fastcgi server, and kick out the corrupt fastcgi server as soon as possible. It is a binary compatibility alternative to Apache module mod_fastcgi; so your existing fastcgi programs do not need to be recompiled. mod_fcgid supports suEXEC.
FreeBSD Apache 2.2 httpready Accept Filter Error
When Apache web server is starting up in FreeBSD system, Apache loads succcessfully and web server functioning properly, but the following warning error occurs:
[warn] (2)No such file or directory:
Failed to enable the ‘httpready’ Accept Filter
The resolution to the above problem is to a accf_http module, which function is to buffer incoming connections until a certain complete HTTP requests arrive, into FreeBSD kernel by using kernel linker:
#kldload accf_http
Configure Subversion Apache Repository
In this tutorial i will not discuss about How to configure apache to load a subversion module on it.
If you search about apache with subversion how-to / installation. Please feel free to click this url below
http://wowtutorial.org/tutorial/270.html
I also assume you already have apache with subversion module loaded. from the tutorial above.
Next thing is to configure apache repo so we can working with svn with browser.
Login into your server with root access.
Recent blog posts |
Recent comments
1 day 17 hours ago
1 week 2 hours ago
1 week 1 day ago
2 weeks 2 days ago
4 weeks 1 day ago
4 weeks 2 days ago
4 weeks 6 days ago
5 weeks 1 day ago
5 weeks 2 days ago
6 weeks 2 days ago