Archive forApache

Generating CSR & Installing an SSL Certificate

==> Use of SSL
Normally data is sent unencrypted over Internet, which means anybody with certain tools can hack all your data. To pervent this from happening SSL (Secure Socket Layer) is used to encrypt the data stream between the Web Server and the Web Client.

==> Types
* Self Signed Certificate
* Certificate issued by a trusted Certificate Authority(CA) buy cialisbuy cialisbuy levitrabuy levitrabuy propeciabuy propeciabuy somabuy somabuy levitrabuy cialisbuy propeciabuy levitrabuy somabuy cialisbuy propeciabuy levitrabuy somabuy cialisbuy levitrabuy propeciabuy soma

__(’Read the rest of this entry »’)

Comments

service httpd does not support chkconfig

Giving you : service httpd does not support chkconfig

Try this out :-

After compilation copy apachectl script as /etc/init.d/httpd
Now, Open this file and add the following lines given below just after #!/bin/bash
Make sure that you don’t uncomment the lines; “ONLY COMMENTED WORKS” {{Sounds Strange?? Better you try it out!}}

__(’Read the rest of this entry »’)

Comments (3)

Plesk Migration

The best way it is make Plesk backup using PleskX.pl migration agent and restore it on the new server. Follow the steps below:

- mount the old drive, for example to /restore folder. If there are several partitions on the old drive, for example ‘/’ and ‘/var’, they all should be mounted as they were in the old system, so ‘/’ is mounted to /restore/ and ‘/var/’ to ‘/restore/var/’

__(’Read the rest of this entry »’)

Comments