Please note that LinuxExchange will be shutting down on December 31st, 2016. Visit this thread for additional information and to provide feedback.

I am not a linux expert, but I have some knowledge from my experience in creating a local server to be used for my development purposes.

I have followed the instructions on this page: ServerWorld: Configure SSL to create the SSL key and to configure the ssl.conf. However, after following all the instructions, I restarted my httpd service... but it fails.

I don't get any error message... so I wasn't sure how to look for the error or fix it.

I am doing this on my newly created virtual Fedora 15 (64 bit) server machine.

Any help is appreciated. Thanks!

asked 17 Sep '11, 09:32

SilentCode's gravatar image

SilentCode
132
accept rate: 0%

edited 13 Jan '12, 13:04

Ron's gravatar image

Ron ♦
9361718




Difficult to say without any error.

Open a terminal and issue the command tail -f /var/log/messages In another terminal attempt to start apache and see if you get any logging activity in the first terminal

Also check your httpd.conf file for syntax problems: httpd -t -c httpd.conf

Let us know how you make out

link

answered 12 Jan '12, 15:58

mdur's gravatar image

mdur
3613
accept rate: 50%

Thanks mdur for your reply,

I forgot to post back here, but I solved the problem. I also forgot what the exact problem was... but as far as I remember, I had something wrong in the configuration files... and it was so weird that I didn't get any error on the command line once I try to startup httpd.

I didn't know there is such a command that checks httpd.conf... do you know if there is something similar that checks ssl.conf?

link

answered 13 Jan '12, 11:14

SilentCode's gravatar image

SilentCode
132
accept rate: 0%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×24
×8

Asked: 17 Sep '11, 09:32

Seen: 2,149 times

Last updated: 13 Jan '12, 13:04

powered by OSQA