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 machine is

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. What is

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 in

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 own benefit:

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 the

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 FreeBSD

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 startssl starts

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 rc.d

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 I'm trying to get apache2 to

RE: apache-ssl and mod_mysql mod_php4

2005-07-09 Thread Joe Wood
Yes, it works fine; I installed apache mod_ssl (1.3.33) and installed both mysql4 and php4 from ports without a single issue. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Graham North Sent: Saturday, July 09, 2005 7:31 PM To: questions freebsd Subject:

Re: apache-ssl and mod_mysql mod_php4

2005-07-09 Thread Graham North
Hi Joe - thank you for this information/confirmation. Cheers, Graham/ Joe Wood wrote: Yes, it works fine; I installed apache mod_ssl (1.3.33) and installed both mysql4 and php4 from ports without a single issue. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

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-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

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

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 parsed,

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 page

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
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!

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 performance

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 squirrelmail for a

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

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

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

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 is the best to

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

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 Ovens wrote: Charles Swiger wrote

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 better

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:servername I get a dialog asking for me to accept a certificate, but it's still the snakeoil cert! What am I doing wrong? I

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:servername 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

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:servername 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:servername I get a dialog asking for me to accept a certificate, but it's still the snakeoil

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 === Checking if security/openssl already

Re: Apache-ssl

2003-02-02 Thread Gannater Jnos
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

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

Re: Apache-ssl

2003-01-31 Thread Luke Hollins
On Fri, 31 Jan 2003, [ISO-8859-2] Gannater Jnos 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 What should I do?