473,395 Members | 2,467 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

How to set up SSL server??

I am very confused. I am running apache 1.33 and PHP 4.3.1.0. I have no idea
what to do with either to enable SSL. I have read that PHP needs to be
compiled with some openssl option. And I understand I have to make some
apache configurations. Can someone point me in the right direction? I don't
even know where to start...

thanks,

brian
Jul 17 '05 #1
2 1533
>I am very confused. I am running apache 1.33 and PHP 4.3.1.0. I have no idea
what to do with either to enable SSL. I have read that PHP needs to be
compiled with some openssl option. And I understand I have to make some
apache configurations. Can someone point me in the right direction? I don't
even know where to start...


SSL is an add-on to Apache, and chances are you have to compile Apache
with the add-on, or get the appropriate port/package/rpm with it
already in there.

On FreeBSD, you'd want either the "apache13-modssl" or "apache13-ssl"
ports instead of "apache13" (there are two DIFFERENT SSL implementations).
On Linux, there's probably different rpms for Apache + SSL.
You will also likely need OpenSSL installed if it isn't already.

Then there's config file stuff for SSL: SSL is treated like a separate
virtual site, and you need to install your cert, and there's all sorts
of stuff to configure.

As far as I know, you don't have to do anything to PHP to serve web
pages with SSL (Apache does that) but if you need to connect out
to other sites to fetch other (possibly SSL) pages (why do so many
people think they need to do this?) you need to do something to
allow that (options to CURL?) whether or not your Apache does SSL.

Gordon L. Burditt
Jul 17 '05 #2
reb
http://cert.startcom.org/

Gordon Burditt a écrit :
I am very confused. I am running apache 1.33 and PHP 4.3.1.0. I have no idea
what to do with either to enable SSL. I have read that PHP needs to be
compiled with some openssl option. And I understand I have to make some
apache configurations. Can someone point me in the right direction? I don't
even know where to start...

SSL is an add-on to Apache, and chances are you have to compile Apache
with the add-on, or get the appropriate port/package/rpm with it
already in there.

On FreeBSD, you'd want either the "apache13-modssl" or "apache13-ssl"
ports instead of "apache13" (there are two DIFFERENT SSL implementations).
On Linux, there's probably different rpms for Apache + SSL.
You will also likely need OpenSSL installed if it isn't already.

Then there's config file stuff for SSL: SSL is treated like a separate
virtual site, and you need to install your cert, and there's all sorts
of stuff to configure.

As far as I know, you don't have to do anything to PHP to serve web
pages with SSL (Apache does that) but if you need to connect out
to other sites to fetch other (possibly SSL) pages (why do so many
people think they need to do this?) you need to do something to
allow that (options to CURL?) whether or not your Apache does SSL.

Gordon L. Burditt

Jul 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Phil | last post by:
I am using a Pascal like language (Wealth-Lab) on W2K and call this server: class HelloWorld: _reg_clsid_ = "{4E797C6A-5969-402F-8101-9C95453CF8F6}" _reg_desc_ = "Python Test COM Server"...
6
by: Nathan Sokalski | last post by:
I want to set up SQL Server on Windows XP Pro so that I can use the database capabilities of ASP and IIS. I am probably using some incorrect settings, but I am not sure what they are. Here is what...
9
by: Grim Reaper | last post by:
My work let me put SQL Server 7.0 Enterprise Edition on my laptop. I have never setup a server from the beginning, so I am a little new at creating server groups. Alright, I am trying to create...
0
by: Chris Halcrow | last post by:
Hi I've spent ALL DAY trying to re-install SQL Server 2000 on Windows XP. I continually get the error 'cannot configure server' just at the end of the installation. I've tried the following: ...
0
by: Zorba.GR | last post by:
IBM DB2 Connect Enterprise Edition v8.2, other IBM DB2 (32 bit, 64 bit) (MULTiOS, Windows, Linux, Solaris), IBM iSoft Commerce Suite Server Enterprise v3.2.01, IBM Tivoli Storage Resource Manager...
2
by: Hazzard | last post by:
I just realized that the code I inherited is using all asp.net server controls (ie. webform controls) and when I try to update textboxes on the client side, I lose the new value of the textbox when...
2
by: Mike | last post by:
Hi, I am strugling with a simple problem which I can't seem to resolve. I have an asp.net page which contains a server-control (flytreeview, which is a kind of a tree to be exact). The tree is...
2
by: Jobs | last post by:
Download the JAVA , .NET and SQL Server interview with answers Download the JAVA , .NET and SQL Server interview sheet and rate yourself. This will help you judge yourself are you really worth of...
14
by: Developer | last post by:
Hello All, i have recently installed VS2005 and was trying to install SQL sever 2000. I have Win XP' SP2. But when I tried installing, it only installed client tools and not the database. Can...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.