Creating a certificate for Apache-SSL : สร้าง SSL ให้กับ apach
-
Create a key file:
- Create a certificate request. You will be asked to give information which will be included in the certificate.
- Create a self-signed certificate that is valid for a year:
- Concatenate the key and certificate into a single file:
การทำแบบนี้เป็นการทำแบบ slef-signing ให้ไปไฟล์เดียว ไม่ได้ทำแบบ PKI ที่มีความปลอดภัยมากกว่า แต่พอไหวๆ
ที่มา: http://cens.ioc.ee/cens/local/howtos/creating-a-certificate-for-apache-ssl[...]
0 comments
Passenger with some fcgi
I have a problem that I install passenger 1.0.3 that work fine with low transeaction web but for some web need high transaction , it need fcgi. The question that how can I use fcgi for some web and other run by passenger
0 comments

