Q. How do I open port 80 (Apache Web Server) under Red Hat / CentOS / Fedora Linux?
{ 0 comments }
From the category archives:
Q. How do I configure Apache HTTPD to listen multiple ports under RHEL / Fedora / CentOS Linux Server?
{ 0 comments }
I’m running application called Urchin or Google Analytics under FreeBSD and I’m getting the error - ERROR: (8011-323-1057) Failed to allocate memory. How do I fix this error?
{ 0 comments }
Q. How do I fingerprint or identify remove web server a from UNIX / Linux shell prompt?
{ 1 comment }
Q. How do I install and configure pound reverse proxy for Apache web sever under Debian Linux?
{ 11 comments }
Q. If there is no index.html or index.php, Apache displays all other files in a Directory. How do I force Apache web server not to display my directory / folder list?
A.This controlled by a module called mod_autoindex or mod_dir.
You can completely remove (or replace) automatic index generation as per your requirements. The IndexIgnore directive adds [...]
{ 6 comments }
Q. How do I install Xcache opcode cacher for PHP 5 under RHEL / CentOS version 5.0 server?
A. XCache is a open-source opcode cacher, which means that it accelerates the performance of PHP on servers. It optimizes performance by removing the compilation time of PHP scripts by caching the compiled state of PHP scripts [...]
{ 8 comments }
Q. I can measure network throughput and packet loss using standard UNIX / Linux command line utilities. How do I find out the lateceny and throughput of a web server like Apache under Linux?
A. You need to use the program called httping. It allows you to measure the latency of a webserver and the throughput.
Task: [...]
{ 1 comment }
Q. How do I hide the Apache version number under CentOS Linux 5 server?
A. You can easily hide Apche (httpd) version number and other information. There are two config directives that controls Apache version. The ServerSignature directive adds a line containing the Apache HTTP Server server version and the ServerName to any server-generated documents, such [...]
{ 0 comments }
How do I disable SELinux protection for only Apache web server in Linux? I’m using CentOS Linux server.
{ 3 comments }