Solved - 8.1 to 8.2 upgrade, apache SSL Certificates problem

2011-03-23 Thread n dhert
Don't border, i found the error, nothing to with freebsd. sorry 2011/3/23 n dhert > Hi, > > I did an upgrade from FreeBSD 8.1 to 8.2 today. All OK so far, except for > Apache (apache-2.2.17_1) > It wouldn't start. > /var/log/httpd-error.log > [Wed Mar 23 13:04:26 2011] [error] Server should be

8.1 to 8.2 upgrade, apache SSL Certificates problem

2011-03-23 Thread n dhert
Hi, I did an upgrade from FreeBSD 8.1 to 8.2 today. All OK so far, except for Apache (apache-2.2.17_1) It wouldn't start. /var/log/httpd-error.log [Wed Mar 23 13:04:26 2011] [error] Server should be SSL-aware but has no certificate configured [Hint: SSLCertificateFile] ((null):0) I dit not chang

OT: apache+ssl question _off-list_

2010-11-03 Thread Robert Huff
Would any folks with experience in Apache/SSL be willing to help with a (probably novice) problem off-list? (My search-fu is inferior: I've found the problem mentioned, but no solutions.) Robert Huff ___ fr

Re: HOWTO Apache + SSL

2009-04-14 Thread Odhiambo Washington
On Mon, Apr 13, 2009 at 3:53 PM, Pieter Donche wrote: > Where can I find a really good FreeBSD7 step by step HOW-TO on setting up > digital certifcates (SSL) for the Apache22. My apache22 is running on my > freebsd7 system but I never set up any > apache httpd server for https access yet ... cd

Re: HOWTO Apache + SSL

2009-04-13 Thread Sergio Tam
2009/4/13 Pieter Donche : > Where can I find a really good FreeBSD7 step by step HOW-TO on setting up > digital certifcates (SSL) for the Apache22. My apache22 is running on my > freebsd7 system but I never set up any > apache httpd server for https access yet ... Hi I hope this help you http:/

Re: HOWTO Apache + SSL

2009-04-13 Thread Andrew Gould
On Mon, Apr 13, 2009 at 7:53 AM, Pieter Donche wrote: > Where can I find a really good FreeBSD7 step by step HOW-TO on setting up > digital certifcates (SSL) for the Apache22. My apache22 is running on my > freebsd7 system but I never set up any > apache httpd server for https access yet ... > ___

HOWTO Apache + SSL

2009-04-13 Thread Pieter Donche
Where can I find a really good FreeBSD7 step by step HOW-TO on setting up digital certifcates (SSL) for the Apache22. My apache22 is running on my freebsd7 system but I never set up any apache httpd server for https access yet ... ___ freebsd-questions

Re: [OT] Apache SSL certificate authentication

2008-09-29 Thread Fraser Tweedale
On Mon, Sep 29, 2008 at 12:00:09PM -0500, CyberLeo Kitsana wrote: > Fraser Tweedale wrote: > > - Create my CA key and a CSR, and have CACert sign it. > > Are you sure it's signed as an intermediary CA? cacert.org's website > suggests they will only sign leaf certificates. > http://wiki.cacert.org/

Re: [OT] Apache SSL certificate authentication

2008-09-29 Thread CyberLeo Kitsana
Fraser Tweedale wrote: > - Create my CA key and a CSR, and have CACert sign it. Are you sure it's signed as an intermediary CA? cacert.org's website suggests they will only sign leaf certificates. http://wiki.cacert.org/wiki/SubRoot Fortunately, your client certs need not be signed by the same CA

[OT] Apache SSL certificate authentication

2008-09-27 Thread Fraser Tweedale
I've been trying to set up Apache to do certificate authentication and although I've had success using a self-signed CA (which naturally requires that the CA certificate be installed in the browser), I want to do the same, only have the certificate(s) signed by a real(*) CA, and am having some diff

Re: Apache ssl startup

2006-03-22 Thread Beech Rintoul
On Wednesday 22 March 2006 19:50, Andras Kende wrote: > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Beech Rintoul > Sent: Wednesday, March 22, 2006 8:57 AM > To: freebsd-questions@freebsd.org > Subject: Apache ssl startup >

RE: Apache ssl startup

2006-03-22 Thread Andras Kende
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Beech Rintoul Sent: Wednesday, March 22, 2006 8:57 AM To: freebsd-questions@freebsd.org Subject: Apache ssl startup I'm trying to get apache2 to start at boot in ssl mode. After reading through the

Re: Apache ssl startup

2006-03-22 Thread Beech Rintoul
On Wednesday 22 March 2006 13:17, Robert Huff wrote: > Beech Rintoul writes: > > When I put apache2_enable="YES" in rc.conf it starts in normal > > mode at boot. > > When I put apache2ssl_enable="YES" in rc.conf it doesn't start at > > all. > > After boot doing apachectl stop and apachectl sta

Re: Apache ssl startup

2006-03-22 Thread Robert Huff
Beech Rintoul writes: > When I put apache2_enable="YES" in rc.conf it starts in normal > mode at boot. > When I put apache2ssl_enable="YES" in rc.conf it doesn't start at > all. > After boot doing apachectl stop and apachectl startssl starts the > server in ssl mode. huff@> uname -v FreeB

Re: Apache ssl startup

2006-03-22 Thread Paul Schmehl
--On Wednesday, March 22, 2006 11:50:24 -0900 Beech Rintoul <[EMAIL PROTECTED]> wrote: When I put apache2_enable="YES" in rc.conf it starts in normal mode at boot. When I put apache2ssl_enable="YES" in rc.conf it doesn't start at all. After boot doing apachectl stop and apachectl startssl starts

Re: Apache ssl startup

2006-03-22 Thread Beech Rintoul
On Wednesday 22 March 2006 11:19, Robert Huff wrote: > Beech Rintoul writes: > > Yes ssl is fully working. I just have to start it manually. I > > need to find how to start it in that mode at boot. Normal mode > > works fine with "apache2_enable="YES" at boot. > > Let me summarize for my o

Re: Apache ssl startup

2006-03-22 Thread Robert Huff
Beech Rintoul writes: > Yes ssl is fully working. I just have to start it manually. I > need to find how to start it in that mode at boot. Normal mode > works fine with "apache2_enable="YES" at boot. Let me summarize for my own benefit: 1) when you put "apache2_enable="YES" i

Re: Apache ssl startup

2006-03-22 Thread Beech Rintoul
On Wednesday 22 March 2006 09:13, Rajarajan Rajamani wrote: > On Wed, Mar 22, 2006 at 07:57:24AM -0900, Beech Rintoul wrote: > > I'm trying to get apache2 to start at boot in ssl mode. After reading > > through the rc.d script I put "apache2ssl_enable="YES" in /etc/rc.conf, > > but it doesn't work.

Re: Apache ssl startup

2006-03-22 Thread Rajarajan Rajamani
On Wed, Mar 22, 2006 at 07:57:24AM -0900, Beech Rintoul wrote: > I'm trying to get apache2 to start at boot in ssl mode. After reading through > the rc.d script I put "apache2ssl_enable="YES" in /etc/rc.conf, but it > doesn't work. What is the proper way to start the server at boot? > > The mach

Apache ssl startup

2006-03-22 Thread Beech Rintoul
I'm trying to get apache2 to start at boot in ssl mode. After reading through the rc.d script I put "apache2ssl_enable="YES" in /etc/rc.conf, but it doesn't work. What is the proper way to start the server at boot? The machine is running 6.1-PRERELEASE. Beech -- --

switching apache ti apache-ssl quick

2005-07-12 Thread dick
I want to change my apache webserver to a ssl-version. Do I deinstall everything first? PHP, MySQL, phpBB2, mod_security and apache? Or is there a way to make the switch easier than that? Will just a reinstall of apache itself suffice? Thxs --

Re: apache-ssl and mod_mysql & mod_php4

2005-07-09 Thread Graham North
Behalf Of Graham North Sent: Saturday, July 09, 2005 7:31 PM To: questions freebsd Subject: apache-ssl and mod_mysql & mod_php4 Do the mysql and php4 modules integrate with apache-ssl. as with regular apache_1.3.33 ?? I installed apache-ssl instead of apache on a whim - SSL works and I

RE: apache-ssl and mod_mysql & mod_php4

2005-07-09 Thread Joe Wood
: apache-ssl and mod_mysql & mod_php4 Do the mysql and php4 modules integrate with apache-ssl. as with regular apache_1.3.33 ?? I installed apache-ssl instead of apache on a whim - SSL works and I can use the server for secure or regular port 80 http, however nowhere can I find info

apache-ssl and mod_mysql & mod_php4

2005-07-09 Thread Graham North
Do the mysql and php4 modules integrate with apache-ssl. as with regular apache_1.3.33 ?? I installed apache-ssl instead of apache on a whim - SSL works and I can use the server for secure or regular port 80 http, however nowhere can I find info that explicitly indicates the compatability

Re: php/apache/ssl core dumps

2005-05-31 Thread patrick
Hi Ruben, I have been experiencing the same thing, both by using the ports and by building manually from source. I prefer to build from source, as I find the ports tree to be a bit difficult to use when it comes to the way it handles PHP stuff. At any rate, I solved my problem by not building mod

php/apache/ssl core dumps

2005-05-16 Thread Ruben Bloemgarten
Hi all, I’m trying to get Apache to work with both ssl and php. However, when ssl apache and php are installed and the php module is set to be loaded into apache, apache core dumps (11). I’m using the latest ports tree. Also I’ve tried any number of combinations of mod_php, php-extensions,

Re: apache+SSL, which port?

2005-02-01 Thread Sandy Rutherford
> On Mon, 31 Jan 2005 14:25:04 -0600, > Tim Erlin <[EMAIL PROTECTED]> said: > Andrew L. Gould wrote: >> Not necessarily. I've heard lots of complaints about PHP and Apache2 >> not "playing nice". (Does anyone have any updates on this situation?) > I've been running apache2 with sq

Re: apache+SSL, which port?

2005-02-01 Thread Jerry McAllister
> > Tim Erlin wrote: > > Andrew L. Gould wrote: > >> Not necessarily. I've heard lots of complaints about PHP and Apache2 > >> not "playing nice". (Does anyone have any updates on this situation?) > > > > I've been running apache2 with squirrelmail for a while. The biggest > > problems were p

Re: apache+SSL, which port?

2005-02-01 Thread Mark Ovens
Mark Ovens wrote: That's fixed it, thanks :-) httpd.conf from the previous version I had installed doesn't have index.php in the DirectoryIndex directive, but it does have Duh! brain fade; that should say: ...does have index.php in the DirectoryIndex directive, and it also has Mark --- avast! Ant

Re: apache+SSL, which port?

2005-02-01 Thread albi
Mark Ovens wrote: Anyway, it's all working now, except that when I try to connect to squirrelmail in a browser I just get a directory listing of /usr/local/www/squirrelmail. I've reinstalled squirrelmail and run the configure script. Alias in httpsd.conf is copied from the old httpd.conf:

Re: apache+SSL, which port?

2005-02-01 Thread Mark Ovens
Adi Pircalabu wrote: On Tue, 01 Feb 2005 17:12:02 + Mark Ovens <[EMAIL PROTECTED]> wrote: Should have mentioned that I tried adding that but it just caused the contents of index.php to be displayed in the browser rather than the directory listing. If I understand this correctly, your .php pag

Re: apache+SSL, which port?

2005-02-01 Thread Adi Pircalabu
On Tue, 01 Feb 2005 17:12:02 + Mark Ovens <[EMAIL PROTECTED]> wrote: > Should have mentioned that I tried adding that but it just caused the > contents of index.php to be displayed in the browser rather than the > directory listing. If I understand this correctly, your .php page was not par

Re: apache+SSL, which port?

2005-02-01 Thread Mark Ovens
Adi Pircalabu wrote: On Tue, 01 Feb 2005 16:54:19 + Mark Ovens <[EMAIL PROTECTED]> wrote: Anyway, it's all working now, except that when I try to connect to squirrelmail in a browser I just get a directory listing of /usr/local/www/squirrelmail. Hi, Maybe you forgot listing index.php in Direc

Re: apache+SSL, which port?

2005-02-01 Thread Adi Pircalabu
On Tue, 01 Feb 2005 16:54:19 + Mark Ovens <[EMAIL PROTECTED]> wrote: > Anyway, it's all working now, except that when I try to connect to > squirrelmail in a browser I just get a directory listing of > /usr/local/www/squirrelmail. Hi, Maybe you forgot listing index.php in DirectoryIndex dir

Re: apache+SSL, which port?

2005-02-01 Thread Mark Ovens
Tim Erlin wrote: Andrew L. Gould wrote: Not necessarily. I've heard lots of complaints about PHP and Apache2 not "playing nice". (Does anyone have any updates on this situation?) I've been running apache2 with squirrelmail for a while. The biggest problems were performance issues. Squirrelmail

RE: apache+SSL, which port?

2005-01-31 Thread Michael Clark
> -Original Message- > From: Andrew L. Gould [mailto:[EMAIL PROTECTED] > Sent: Monday, January 31, 2005 1:07 PM > To: freebsd-questions@freebsd.org > Cc: Mark Ovens > Subject: Re: apache+SSL, which port? > > > On Monday 31 January 2005 12:39 pm, Mark Oven

Re: apache+SSL, which port?

2005-01-31 Thread Tim Erlin
Andrew L. Gould wrote: Not necessarily. I've heard lots of complaints about PHP and Apache2 not "playing nice". (Does anyone have any updates on this situation?) I've been running apache2 with squirrelmail for a while. The biggest problems were performance issues. Squirrelmail was very slow pul

Re: apache+SSL, which port?

2005-01-31 Thread Andrew L. Gould
On Monday 31 January 2005 12:39 pm, Mark Ovens wrote: > Charles Swiger wrote: > > On Jan 31, 2005, at 1:22 PM, albi wrote: > >> Mark Ovens wrote: > >>> I want to install apache with SSL but there are two ports, > >>> www/apache13-modssl and www/apache13-ssl > >>> What is the difference, and which i

Re: apache+SSL, which port?

2005-01-31 Thread Mark Ovens
Charles Swiger wrote: On Jan 31, 2005, at 1:22 PM, albi wrote: Mark Ovens wrote: I want to install apache with SSL but there are two ports, www/apache13-modssl and www/apache13-ssl What is the difference, and which is the best to install? i think the apache13-ssl has SSL build in, the other uses a

Re: apache+SSL, which port?

2005-01-31 Thread Charles Swiger
On Jan 31, 2005, at 1:22 PM, albi wrote: Mark Ovens wrote: I want to install apache with SSL but there are two ports, www/apache13-modssl and www/apache13-ssl What is the difference, and which is the best to install? i think the apache13-ssl has SSL build in, the other uses a module for SSL Apach

Re: apache+SSL, which port?

2005-01-31 Thread albi
Mark Ovens wrote: I want to install apache with SSL but there are two ports, www/apache13-modssl and www/apache13-ssl What is the difference, and which is the best to install? i think the apache13-ssl has SSL build in, the other uses a module for SSL It is just for use on my home LAN but I want

apache+SSL, which port?

2005-01-31 Thread Mark Ovens
I want to install apache with SSL but there are two ports, www/apache13-modssl and www/apache13-ssl What is the difference, and which is the best to install? It is just for use on my home LAN but I want to run squirrelmail to access my mail from remote machines. TIA Regards, Mark --- avast! An

Re: pkg_add php4 with apache+ssl

2004-09-28 Thread Matthew Seaman
On Tue, Sep 28, 2004 at 01:24:10PM -0400, Abid Saigol wrote: > I have used pkg_add to setup apache with ssl (apache+mod_ssl-1.3.29+2.8.16) > > Now I am trying to setup PHP4 using pkg_add as well (php4-4.3.4_2) > > I had to use -force option as php4 looks for apache without mod_ssl. Now > when I

pkg_add php4 with apache+ssl

2004-09-28 Thread Abid Saigol
Hello, I am running FreeBSD 5.2.1 I have used pkg_add to setup apache with ssl (apache+mod_ssl-1.3.29+2.8.16) Now I am trying to setup PHP4 using pkg_add as well (php4-4.3.4_2) I had to use -force option as php4 looks for apache without mod_ssl. Now when I run "apachectl configtest" I get the

Re: apache + SSL, modssl vs OpenSSL

2004-03-01 Thread Vincent Poy
On Mon, 1 Mar 2004, Matthew Seaman wrote: > On Sun, Feb 29, 2004 at 02:07:03PM -1000, Vincent Poy wrote: > > > I'm planning to upgrade my old apache with a newer version and add > > SSL but I noticed the ports has both apache + modssl as well as apache + > > OpenSSL, are there any differences

Re: apache + SSL, modssl vs OpenSSL

2004-03-01 Thread Matthew Seaman
On Sun, Feb 29, 2004 at 02:07:03PM -1000, Vincent Poy wrote: > I'm planning to upgrade my old apache with a newer version and add > SSL but I noticed the ports has both apache + modssl as well as apache + > OpenSSL, are there any differences between the two of them and is one of > them bette

apache + SSL, modssl vs OpenSSL

2004-02-29 Thread Vincent Poy
Greetings all: I'm planning to upgrade my old apache with a newer version and add SSL but I noticed the ports has both apache + modssl as well as apache + OpenSSL, are there any differences between the two of them and is one of them better than the other? Thanks. Cheers, Vince - [EMAIL P

Re: Apache ssl certificates?

2004-02-18 Thread Ryan Merrick
Eric F Crist wrote: On Tuesday 17 February 2004 10:48 pm, Saint Aardvark the Carpeted wrote: Eric F Crist disturbed my sleep to write: When I go the the server via https: I get a dialog asking for me to accept a certificate, but it's still the snakeoil cert! What am I doing wrong? I hate to ask

Re: Apache ssl certificates?

2004-02-17 Thread matthew
On Wed, 18 Feb 2004, Eric F Crist wrote: > On Tuesday 17 February 2004 10:48 pm, Saint Aardvark the Carpeted wrote: > > Eric F Crist disturbed my sleep to write: > > > When I go the the server via https: I get a dialog asking > > > for me to accept a certificate, but it's still the snakeoil cert

Re: Apache ssl certificates?

2004-02-17 Thread Eric F Crist
On Tuesday 17 February 2004 10:48 pm, Saint Aardvark the Carpeted wrote: > Eric F Crist disturbed my sleep to write: > > When I go the the server via https: I get a dialog asking > > for me to accept a certificate, but it's still the snakeoil cert! What > > am I doing wrong? > > I hate to ask the

Re: Apache ssl certificates?

2004-02-17 Thread Saint Aardvark the Carpeted
Eric F Crist disturbed my sleep to write: > When I go the the server via https: I get a dialog asking > for me to accept a certificate, but it's still the snakeoil cert! What > am I doing wrong? I hate to ask the obvious, but have you restarted Apache? I know that's bit me a couple times... Hu

Apache ssl certificates?

2004-02-17 Thread Eric F Crist
Hello list, I've been using apache 1.3.x with mod_ssl with the snakeoil certs that are installed originally. Now, I'm trying to create a CA cert and then a certificate signed by that CA. That part is fine. Where I'm having difficulties is in the configuration. I've got the two following lines

Re: Apache+ssl

2004-01-26 Thread Kris Kennaway
On Tue, Dec 09, 2003 at 03:16:21PM -0500, Marius Kirschner wrote: > Tried to update my old apache+ssl to the latest and am getting the following > error: > > making all in tools... > ===> Installing for openssl-0.9.7c > ===> Generating temporary packing list >

apache SSL configuration problems

2004-01-15 Thread Nagib Jamal
Hi Tom, I have read some of your responses in connection to apache/virtual-host configuration issues ( eg. Owen Boyle june 03). Your responses are indeed clear and consise. However, I am a bit confused although I have managed to make some progress. My purpose is to set up an ecommerce site on a

Apache+ssl

2003-12-09 Thread Marius Kirschner
Tried to update my old apache+ssl to the latest and am getting the following error: making all in tools... ===> Installing for openssl-0.9.7c ===> Generating temporary packing list ===> Checking if security/openssl already installed ln: illegal option -- h usage: ln [-fisv] fi

RE: Problems with Apache+ssl

2003-07-29 Thread liquid
t; Cc: [EMAIL PROTECTED] > Subject: Re: Problems with Apache+ssl > > > - Original Message - > From: "William Knechtel" <[EMAIL PROTECTED]> > To: "Daryl Hunt" <[EMAIL PROTECTED]> > Sent: Tuesday, July 29, 2003 9:34 PM > Subject: RE: Problem

Re: Problems with Apache+ssl

2003-07-29 Thread JacobRhoden
On Wed, 30 Jul 2003 01:55 pm, Daryl Hunt wrote: > > When you run a ps ax|grep http what are the results? > 6598 p0 S+ 0:00.01 grep http This means the web server isnt running. > > Do you get ANY page (i.e. the default "it worked" page), and if not, what > No page whatsoever. It's the standard

Re: Problems with Apache+ssl

2003-07-29 Thread Daryl Hunt
- Original Message - From: "William Knechtel" <[EMAIL PROTECTED]> To: "Daryl Hunt" <[EMAIL PROTECTED]> Sent: Tuesday, July 29, 2003 9:34 PM Subject: RE: Problems with Apache+ssl > When you run a ps ax|grep http what are the results? 6598 p0 S+ 0:0

Problems with Apache+ssl

2003-07-29 Thread Daryl Hunt
am having a bear of a time getting apache+ssl to run on the system. It installs fine but I can't seem to get a page to display using localhost, the ipnumber or the Domain name. I come from the Windows World where it works right out of the box so bare with me. I run httpsd and it seems to

Apache-SSL

2003-02-02 Thread Gannater János
I am tring to put apache-ssl on my computer. My problem is that when I use the command: make certificate at the /usr/ports/www/apache13-ssl directory the following error comes up at the end: cp: /usr/ports/www/apache13- ssl/work/apache_1.3.27/SSLconf/conf/httpsd.pem: No such file or directory

Re: Apache-ssl

2003-02-02 Thread Matthew Seaman
On Sun, Feb 02, 2003 at 01:27:48PM +0100, Gannater János wrote: > I have found this in my httpsd_error_log: > No SSL Certificate set for server programs.com:80 > How can I set the Certificate? See http://www.modssl.org/docs/2.8/ssl_reference.html#ToC10 or http://httpd.apache.org/docs-2.0/mod/mod_s

Re: Apache-ssl

2003-02-02 Thread Gannater János
I have found this in my httpsd_error_log: No SSL Certificate set for server programs.com:80 How can I set the Certificate? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

apache+ssl-1.3.27.1.48_1 has missing libssl.so.2

2003-02-01 Thread taproot420
I just installed the "apache+ssl-1.3.27.1.48_1.tgz" package on my 4.7 box and the damn thing wont start...has this error message. # httpsdctl start /usr/libexec/ld-elf.so.1: Shared object "libssl.so.2" not found /usr/local/sbin/httpsdctl start: httpsd could not be s

Re: Apache-ssl

2003-01-31 Thread Luke Hollins
On Fri, 31 Jan 2003, [ISO-8859-2] Gannater János wrote: > I compiled apache-ssl safely on my computer. No error came up! > When I try to start it: > /usr/local/sbin/httpsdctl start > The following error comes up: > /usr/local/sbin/httpsdctl restart: httpsd could not be started &g

Apache-ssl

2003-01-31 Thread Gannater János
I compiled apache-ssl safely on my computer. No error came up! When I try to start it: /usr/local/sbin/httpsdctl start The following error comes up: /usr/local/sbin/httpsdctl restart: httpsd could not be started What should I do? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubs

RE: Installing apache+ssl / frontpage / php

2002-12-19 Thread Jack L. Stone
gt;first available engineer might help you > > >> -Original Message- >> From: Jack L. Stone [mailto:[EMAIL PROTECTED]] >> Sent: Thursday, December 19, 2002 9:46 AM >> To: John Straiton; 'Andrew Nelson' >> Cc: [EMAIL PROTECTED] >> Subject: R

RE: Installing apache+ssl / frontpage / php

2002-12-19 Thread Jack L. Stone
At 09:28 AM 12.19.2002 -0500, John Straiton wrote: >Search the mailing list. It was just last week that I was running a >thread on this. > >I couldn't find a way to get mod_frontpage hacked into my existing >setup. I tried several times. Even going so far as to deinstall >everything, then rm -r the

RE: Installing apache+ssl / frontpage / php

2002-12-19 Thread John Straiton
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Andrew Nelson > Sent: Thursday, December 19, 2002 2:10 AM > To: [EMAIL PROTECTED] > Subject: Installing apache+ssl / frontpage / php > > > Hi, > > I wonder if anyon