The Mod_Status module permits a server administrator to expose how well the apache server is performing. A HTML page is offered that gives the current server statistics. So to enable server status in apache uncomment the following lines. <Location /server-status> SetHandler server-status Order Deny,Allow Deny from all Allow...
Continue reading
August 20, 2014 Admin
Apache
No Comment
This tutorial will guide to Add and Delete Template on Xenserver To attach templates for CentOS 6.5 you can use the RHEL 6.5 templates: For CentOS 32 bit run: #xe vm-clone uuid=`xe template-list name-label=Red\ Hat\ Enterprise\ Linux\ 6\ \(32-bit\) –minimal` new-name-label=”CentOS 6.5 (32-bit)” For CentOS 64 bit run:...
Continue reading
August 20, 2014 Admin
Virtualization
No Comment
If you want to setup private network on xenserver and you only have one public IP that is set on interface xenbr0 interface (bridged from eth0) in sequence to make VMs to access the Internet we had to add an alias interface, as below : #ifconfig xenbr0:0 172.0.0.1...
Continue reading
August 20, 2014 Admin
Virtualization
No Comment
Web servers frequently transmit server information by default. It’s include information such as the operating system and version, which web server you are running Apache, Nginx, IIS etc. and in some time web server modules installed. This information is stored in http headers, and sent together with every...
Continue reading
August 19, 2014 Admin
Apache
No Comment
Active and passive ftp are the two modes which are generally used by any FTP server. FTP uses two channels between client and server, the command channel and the data channel, which are separate TCP connections. The command channel is for commands and responses, the data channel is...
Continue reading
August 17, 2014 Admin
FTP
No Comment