Running Apache with Kurobox
From NAS-Central Buffalo - The Linkstation Wiki
Running Apache
I did,
service start httpd
it says
[FAILED]
it happened, it could not start becoz of certificate problem I need to make the SSL engine OFF
vi /etc/httpd/conf.d/ssl.conf
and look the line and edit the line as shown below
SSLEngine off
Now apache runs sucessfully without SSL Mode.
If anybody got successfully working with apache with SSL, please update this page.

