Running Apache with Kurobox
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
m |
m |
||
| Line 1: | Line 1: | ||
| - | |||
== Running Apache == | == Running Apache == | ||
I did, | I did, | ||
| - | service start httpd | + | '''service start httpd''' |
| + | |||
| + | it says | ||
| + | |||
| + | '''[FAILED]''' | ||
it happened, it could not start becoz of certificate problem | it happened, it could not start becoz of certificate problem | ||
| Line 18: | 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. | ||
| - | |||
| - | |||
Revision as of 13:54, 13 October 2006
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.

