Running Apache with Kurobox
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
m |
m |
||
| (5 intermediate revisions not shown) | |||
| 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 19: | Line 22: | ||
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.

