Facebook
Categories
- Apache (8)
- asp (3)
- business (2)
- Cpanel Server (41)
- Database (5)
- dedicated server (5)
- DNS (4)
- errors (1)
- Exim (2)
- ffmpeg (1)
- file sharing (10)
- firefox (1)
- flash (1)
- free stuff (1)
- FreeBSD Server (16)
- Funny (3)
- general (12)
- Git (5)
- hosted scripts (1)
- image hosting (3)
- Installation (4)
- large sites (9)
- Linux (69)
- CentOS (5)
- Debian Linux (1)
- Linux Desktop (1)
- ubuntu (10)
- Mail Server (3)
- Qmail Server (2)
- Monotize (3)
- myspace clone (1)
- mysql (7)
- OpenVZ (7)
- PHP (16)
- PHP Tutorial (1)
- symfony (2)
- zend framework (1)
- Plesk (1)
- Programming (3)
- perl (1)
- Ruby On Rails (1)
- search engine (2)
- security (6)
- Server (10)
- social networking (1)
- Uncategorized (198)
- unmetered servers (6)
- Video (13)
- Video Sharing (21)
- Video Sharing Scripts (6)
- Web (77)
- Web Hosting (4)
- Windows (48)
- iis (1)
- Windows Server Administration (2)
- YouTube (17)
- youtube clone (21)
- yui (2)
Category Archives: Apache
How to Install Mod_Gzip with Apache
mod_gzip is an Internet Content Acceleration module for the popular Apache Web Server. It compresses the contents delivered to the client. There is no need to install any additional software on the client! If you are having difficulties with getting … Continue reading
Posted in Apache, Cpanel Server, dedicated server, Linux
Tagged compress php, internet content accelerator, mod_gzip
Leave a comment
Password Protect a Folder with .htaccess
To password protect a folder in Apache, create a password file [root@server12 ~]# htpasswd -c /path/to/.htpasswd admin New password: Re-type new password: Adding password for user admin [root@server12 ~]# This is create a password with user user “admin”. This file … Continue reading
Disable Unused Apache Modules
On server12 Apache installation, i commented out following modules, that is not required for web server. #LoadModule ldap_module modules/mod_ldap.so #LoadModule authnz_ldap_module modules/mod_authnz_ldap.so #LoadModule dav_module modules/mod_dav.so #LoadModule status_module modules/mod_status.so #LoadModule info_module modules/mod_info.so #LoadModule dav_fs_module modules/mod_dav_fs.so #LoadModule vhost_alias_module modules/mod_vhost_alias.so #LoadModule userdir_module modules/mod_userdir.so … Continue reading
Enable Apache Mode Rewrite in ubuntu
You need to run “a2enmod rewrite” to enable apache mod_rewrite. hon@hon-desktop:~/web$ sudo a2enmod rewrite Module rewrite already enabled hon@hon-desktop:~/web$ In my case it was already enabled, still .htaccess was not working. It was the default site, so i need to … Continue reading
Apache serve blank page for static files in cifs mount
We use Linux guest on WMware as development web server. Files are stored in a windows share. This share in mounted inside DocumentRoot of apache web server. Today i have to reinstall web server as it created some disk issue … Continue reading
mod_secdownload for Apache
mod_secdownload is a lighttpd module that provide secure download of files. The file download link expire after specified amount of time. This is very usefull for file hosting and video sharing sites to prevent bandwidth stalers (hotlinking of files). mod_auth_token … Continue reading
Invalid command BytesLog
On Cpanel server after OS reload, can’t start apache, it shows following error Invalid command ‘BytesLog’, perhaps mis-spelled or defined by a module not included in the server configuration The problem is fixed by installing mod_log_bytes cd /usr/local/cpanel/apache /usr/local/apache/bin/apxs -iac … Continue reading
Posted in Apache, Cpanel Server
Leave a comment
