Running Apache with Kurobox
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
m |
m |
||
| (4 intermediate revisions not shown) | |||
| Line 21: | Line 21: | ||
Now apache runs sucessfully without SSL Mode. | Now apache runs sucessfully without SSL Mode. | ||
If anybody got successfully working with apache with SSL, please update this page. | If anybody got successfully working with apache with SSL, please update this page. | ||
| + | |||
| + | |||
| + | {{Template:Articles|Kurobox}} | ||
Latest revision as of 23:40, 12 July 2007
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.

