[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

6.8

Apache 1.3.33 + SSL + php_4.3.9

Asked by linuxrox in Linux Setup

Tags: apache, make, secure

Hello.  I'm trying to get SSL up and running on my apache setup.  what is odd is that I seem to have compiled apache with ssl.
Here is my config line for apache:

./configure --prefix=/home/httpd/html/vhosts --sysconfdir=/www/conf --enable-shared=max --enable-module=rewrite --enable-module=status --enable-module=ssl

that is the first thing i do.  then i go to my php source and do this:

./configure -with-mysql=/usr --with-gd --with-jpeg-dir=/usr/lib --with-config-file-path=/www/conf --with-apache=../apache_1.3.33 --with-zlib-dir=/usr/include --enable-track-vars
make
make install

I then go back to apache source and do:
    ./config.status --activate-module=src/modules/php4/libphp4.a
make
make certificate
make install

that seems to build apache with SSL.  it creates the server key and everything.
i start apache and the module is NOT mod_ssl it's apacheSSL or something.
anyway, i SSH into my server and do netstat -putnap and see this:
tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      386/httpd
so it looks like 443 is open but if i go to my url in a browser i just get a dns error and if i use:
lynx https://www.mydomain.com it says it cannot make a secure connection.  port 443 is open and i've tried with the shorewall firewall off.

of course, before doing any of that i built openssl and did this:
$ cd mod_ssl-2.8.22-1.3.33
$ ./configure \
    --with-apache=../apache_1.3.33 \
    --with-ssl=../openssl-0.9.7e \
    --prefix=/usr/local/apache

so i'm not sure what the problem is, can anyone help out here?  i really need to get SSL going quick!
thanks.
i looked at my error_log and here is the error:
[Mon May  2 09:15:57 2005] [error] [client x.x.x.x] Invalid method in request \\x80\\x82\\x01\\x03\\x01
[Mon May  2 09:15:57 2005] [error] [client x.x.x.x] Invalid method in request \\x80\\x82\\x01\\x03
[Mon May  2 09:15:58 2005] [error] [client x.x.x.x] Invalid method in request \\x80\\x82\\x01\\x03\\x01
[Mon May  2 09:15:58 2005] [error] [client x.x.x.x] Invalid method in request \\x80\\x82\\x01\\x03
 
Loading Advertisement...
 
[+][-]05/02/05 11:11 AM, ID: 13911201Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: Linux Setup
Tags: apache, make, secure
Sign Up Now!
Solution Provided By: steveb3210
Participating Experts: 1
Solution Grade: A
 
[+][-]05/02/05 09:54 AM, ID: 13910609Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/02/05 09:59 AM, ID: 13910645Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/02/05 10:00 AM, ID: 13910648Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/02/05 10:49 AM, ID: 13911029Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/02/05 10:52 AM, ID: 13911065Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/02/05 11:00 AM, ID: 13911117Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/02/05 11:06 AM, ID: 13911156Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/02/05 11:12 AM, ID: 13911206Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/02/05 11:15 AM, ID: 13911246Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/02/05 11:36 AM, ID: 13911425Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091118-EE-VQP-93