If you already have an SSL enabled origin server you can skip this.
For ease of use I have used SJS Web Server 7.0 as origin server also.
Start the administration server, and go to wadm
>./wadm –user=admin
Please enter admin-user-password> ****
1. Create a self signed certificate
wadm>create-selfsigned-cert –config=test.sun.com –server-name=test.sun.com –nickname=My-CA-Cert
[...]
Archive for July, 2009
Creating SSL enabled origin server
Posted in Uncategorized on July 17, 2009 | Leave a Comment »
Cron jobs
Posted in unix on July 16, 2009 | Leave a Comment »
The basic format of a crontab schedule consists of 6 fields, separated by spaces, formatted as follows:
minute hour day month day-of-week command-line-to-execute
The acceptable values for each of the 6 fields are:
Field Range [...]
Clustering at the Apache end
Posted in Uncategorized on July 15, 2009 | Leave a Comment »
Clustering of services is done to avoid down time. Before that there are few things that you need to check if you really need a clustered service.
Cluster considerations:
How stateful [...]