Re: apache apache-ssl

2004-12-29 Thread Ivan Wills
Matthew Joyce wrote:
-Original Message-
From: Roberto Sanchez [mailto:[EMAIL PROTECTED] 
Sent: Friday, 17 December 2004 11:49 AM
To: debian-user@lists.debian.org
Subject: Re: apache  apache-ssl

Matthew Joyce wrote:
   

Dear debian-users,
I have 2 woody boxes, one has apache+php and the other has 
 

apache-ssl+php.
   

Physical space is tight, and neither of these boxes are ever very 
busy, I'd like to combine them.

Are there any problem with these apps co-existing ?
Do they need to have the same hostname ?
Certificates aside, are there any pitfalls I should watch for ?
thanks
 

You can either use apache-ssl or apache + libapache-mod-ssl.
These are two different things, but I have used both and they 
work.  As a matter of preference, I would choose the mod-ssl 
route.  That is primarily because then there is only one 
apache config to mess with.  With apache and apache-ssl, 
there are two configs, two services, and so on.

-Roberto Sanchez
   

If I want HTTP and HTTPS have different host names, does this lend
preference to either apache-ssl or the mod-ssl ?
thnaks
 

I have been trying to do something similar on my woody box. I believe it 
should be possible to do by using virtual hosts so long as you do not 
set up the virtual hosts as named hosts ie use different IP addresses 
when using SSL. This I believe is due to SSL certificates being possibly 
IP based?

I succeeded with apache in setting this up but not with apache-ssl as I 
had problems with the certificates.

Ivan
--
,###'
   *##/  Ivan Wills
 ,*##'   Home Page :
.*##)Email : [EMAIL PROTECTED]
   ,###'
  l##*  ,. __ _.   _
 .*##'   /%#   ;*##*_*###*#'  .*#\  ./###;.
/##*   /##'  ,#*' '#*' '#*   *%## *#* '*##*
*##.  .##'  .*#/  |#*#  # ##o#''#*#,
,##**##__*#*   .#*, ,#*_*#  *##'  '*#|;
*##'`*###*' '###*'##*' ,##'\#*.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apache apache-ssl

2004-12-29 Thread Adam Aube
Ivan Wills wrote:

 Matthew Joyce wrote:
 Roberto Sanchez wrote:
Matthew Joyce wrote:

 I have 2 woody boxes, one has apache+php and the other has
 apache-ssl+php.

 Physical space is tight, and neither of these boxes are ever very
 busy, I'd like to combine them.

 Are there any problem with these apps co-existing ?
 Do they need to have the same hostname ?
 Certificates aside, are there any pitfalls I should watch for ?

 You can either use apache-ssl or apache + libapache-mod-ssl.
 These are two different things, but I have used both and they
 work.  As a matter of preference, I would choose the mod-ssl
 route.  That is primarily because then there is only one
 apache config to mess with.  With apache and apache-ssl,
 there are two configs, two services, and so on.

If I want HTTP and HTTPS have different host names, does this lend
preference to either apache-ssl or the mod-ssl ?

 I have been trying to do something similar on my woody box. I believe it
 should be possible to do by using virtual hosts so long as you do not
 set up the virtual hosts as named hosts ie use different IP addresses
 when using SSL. This I believe is due to SSL certificates being possibly
 IP based?

No - it is because the SSL negotiation occurs before the web server sees the
Host: header (which in name-based virtual hosts determines which virtual
host handles the request). That leaves just the IP address as a method of
determining what SSL certificate to use.

Adam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



RE: apache apache-ssl

2004-12-16 Thread Matthew Joyce
 -Original Message-
 From: Roberto Sanchez [mailto:[EMAIL PROTECTED] 
 Sent: Friday, 17 December 2004 11:49 AM
 To: [EMAIL PROTECTED]
 Subject: Re: apache  apache-ssl
 
 Matthew Joyce wrote:
  
  Dear debian-users,
  
  I have 2 woody boxes, one has apache+php and the other has 
 apache-ssl+php.
  Physical space is tight, and neither of these boxes are ever very 
  busy, I'd like to combine them.
  
  Are there any problem with these apps co-existing ?
  Do they need to have the same hostname ?
  
  Certificates aside, are there any pitfalls I should watch for ?
  
  thanks
  
 
 You can either use apache-ssl or apache + libapache-mod-ssl.
 These are two different things, but I have used both and they 
 work.  As a matter of preference, I would choose the mod-ssl 
 route.  That is primarily because then there is only one 
 apache config to mess with.  With apache and apache-ssl, 
 there are two configs, two services, and so on.
 
 -Roberto Sanchez
 

If I want HTTP and HTTPS have different host names, does this lend
preference to either apache-ssl or the mod-ssl ?

thnaks



Re: apache apache-ssl

2004-12-16 Thread Roberto Sanchez
Matthew Joyce wrote:
-Original Message-
From: Roberto Sanchez [mailto:[EMAIL PROTECTED] 
Sent: Friday, 17 December 2004 11:49 AM

You can either use apache-ssl or apache + libapache-mod-ssl.
These are two different things, but I have used both and they 
work.  As a matter of preference, I would choose the mod-ssl 
route.  That is primarily because then there is only one 
apache config to mess with.  With apache and apache-ssl, 
there are two configs, two services, and so on.

-Roberto Sanchez

If I want HTTP and HTTPS have different host names, does this lend
preference to either apache-ssl or the mod-ssl ?
If you will be hosting from the same box, it does not matter.
You configure apache as to what hostnames it will answer to.
You also specify for each virtual host where the root of that
host resides.   You can also specify a port for each host.
a.example.com:80
a.example.com:443- a is accessible via both http and https
I think that it can also be done via Listen directives.
b.example.com:80 - b is accessible only via HTTP
c.example.com:443- c is accessible only via HTTPS
HTH,
-Roberto Sanchez


signature.asc
Description: OpenPGP digital signature


apache apache-ssl

2004-12-16 Thread Matthew Joyce
Title: apache  apache-ssl







Dear debian-users,


I have 2 woody boxes, one has apache+php and the other has apache-ssl+php.

Physical space is tight, and neither of these boxes are ever very busy, I'd like to combine them.


Are there any problem with these apps co-existing ?

Do they need to have the same hostname ?


Certificates aside, are there any pitfalls I should watch for ?


thanks



Matt Joyce

Children's Cancer Institute Australia

http://www.ccia.org.au





Re: apache apache-ssl

2004-12-16 Thread Roberto Sanchez
Matthew Joyce wrote:
Dear debian-users,
I have 2 woody boxes, one has apache+php and the other has apache-ssl+php.
Physical space is tight, and neither of these boxes are ever very busy, 
I'd like to combine them.

Are there any problem with these apps co-existing ?
Do they need to have the same hostname ?
Certificates aside, are there any pitfalls I should watch for ?
thanks
You can either use apache-ssl or apache + libapache-mod-ssl.
These are two different things, but I have used both and
they work.  As a matter of preference, I would choose the
mod-ssl route.  That is primarily because then there is only
one apache config to mess with.  With apache and apache-ssl,
there are two configs, two services, and so on.
-Roberto Sanchez


signature.asc
Description: OpenPGP digital signature


Re: Help with virtual redirect for apache, apache-ssl, squirrelmail

2003-09-01 Thread Rich Johnson
On Sunday, August 31, 2003, at 05:17 PM, [EMAIL PROTECTED] 
wrote:

I apt-getted apache, apache-ssl, and squirrelmail, all working fine 
for my
domain.
I now need help setting up a virtual redirect so users going to
http://mail.ehrlichtronics.com will be redirected to
https://mail.ehrlichtronics.com/squirrelmail
What do I need to change in apache.conf of squirrelmail and/or
apache[-ssl] to allow this to work?
Thanks in advance.

I'm not sure of the details of your configuration,  But I've found 
using virtual hosts to be pretty straight forward.  I'm set up so that 
webmail and www are the same machine and have had no problems.  
Check out Section 3: Virtual Hosts in your apache config file.

installation specific details shown below include:
domain:  dogstar-interactive.com
ip-address: 64.205.252.227
mailhost: webmail
squirrel mail directory: /usr/share/squirrelmail
1.  load  mod_dir enabled for directory indices and libphp4 for 
squirrelmail
LoadModule dir_module /usr/lib/apache/1.3/mod_dir.so
LoadModule php4_module /usr/lib/apache/1.3/libphp4.so

2.  enable virtual hosting.
NameVirtualHost 64.205.252.227
3.  set up a virtual host for squirrelmail  (interpret index.php as 
directory)
VirtualHost 64.205.252.227
  ServerAdmin [EMAIL PROTECTED]
  DocumentRoot /usr/share/squirrelmail/
  ErrorLog /var/log/apache/webmail.dogstar-interactive.com-error.log
  CustomLog /var/log/apache/webmail.dogstar-interactive.com-access.log 
common
  ServerName webmail.dogstar-interactive.com
IfModule mod_dir.c
DirectoryIndex index.php
/IfModule
/VirtualHost

4.  restart apache.

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Help with virtual redirect for apache, apache-ssl, squirrelmail

2003-08-31 Thread scott
I apt-getted apache, apache-ssl, and squirrelmail, all working fine for my
domain.
I now need help setting up a virtual redirect so users going to
http://mail.ehrlichtronics.com will be redirected to
https://mail.ehrlichtronics.com/squirrelmail
What do I need to change in apache.conf of squirrelmail and/or
apache[-ssl] to allow this to work?
Thanks in advance.

Scott



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



apache + apache-ssl

2002-06-25 Thread Jan Johansson
Installing the .23 apache removed my apache-ssl, no worries since it was a lab 
system, but uhm.. how do i proceed if i _want_ apache and apache-ssl on the 
same rig?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



apache + apache-ssl

2002-06-25 Thread Jan Johansson

Installing the .26 apache removed my apache-ssl, no worries since it was a lab 
system, but uhm.. how do i proceed if i _want_ apache and apache-ssl on the 
same rig?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apache + apache-ssl

2002-06-25 Thread Ian D. Stewart
On Tuesday 25 June 2002 08:34, Jan Johansson wrote:
 Installing the .23 apache removed my apache-ssl, no worries since it was a
 lab system, but uhm.. how do i proceed if i _want_ apache and apache-ssl on
 the same rig?

Have you tried installing libapache-mod-ssl?  As I understand it, this, in 
conjunction with apache, provides the same functionality as apache-ssl but as 
a loadable module (what Apache calls a DSO) instead of compiled directly into 
the executable.


Ian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apache + apache-ssl

2002-06-25 Thread j2
 Have you tried installing libapache-mod-ssl?  As I understand it, this, in
 conjunction with apache, provides the same functionality as apache-ssl but
as
 a loadable module (what Apache calls a DSO) instead of compiled directly
into
 the executable.

Aha! I will definitely give that a go tomorrow. Thanks.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apache + apache-ssl

2002-06-25 Thread j2


  Have you tried installing libapache-mod-ssl?  As I understand it, this,
in
  conjunction with apache, provides the same functionality as apache-ssl
but
 as
  a loadable module (what Apache calls a DSO) instead of compiled directly
 into
  the executable.

 Aha! I will definitely give that a go tomorrow. Thanks.

Hmm, i installed it.. but i am not quite sure how to activate it.. any
pointers?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apache + apache-ssl

2002-06-25 Thread Geoff Ludwiczak
Well, just looking through, there's a libapache-mod-ssl-doc package, after
installing, look in /usr/share/doc/libapache-mod-ssl-doc


On Tue, Jun 25, 2002 at 10:56:19PM +0200, j2 wrote:
 
 
   Have you tried installing libapache-mod-ssl?  As I understand it, this,
 in
   conjunction with apache, provides the same functionality as apache-ssl
 but
  as
   a loadable module (what Apache calls a DSO) instead of compiled directly
  into
   the executable.
 
  Aha! I will definitely give that a go tomorrow. Thanks.
 
 Hmm, i installed it.. but i am not quite sure how to activate it.. any
 pointers?
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apache + apache-ssl

2002-06-25 Thread Ian D. Stewart
On Tuesday 25 June 2002 16:56, j2 wrote:
   Have you tried installing libapache-mod-ssl?  As I understand it, this,

 in

   conjunction with apache, provides the same functionality as apache-ssl

 but

  as
 
   a loadable module (what Apache calls a DSO) instead of compiled
   directly
 
  into
 
   the executable.
 
  Aha! I will definitely give that a go tomorrow. Thanks.

 Hmm, i installed it.. but i am not quite sure how to activate it.. any
 pointers?

Try adding a LoadModule directive in your httpd.conf.  There should be a 
longish list near the top.  Something along the lines of:

LoadModule ssl_module /usr/lib/apache/1.3/mod_ssl.so


HTH,
Ian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



apache apache-ssl upgrade mess

2001-06-16 Thread Erik Steffl
  I have apache-ssl installed (and working) but now the apt-get wants to
uninstall it and install apache instead.

  there is a conflict: apache-ssl requires apache-common (= 1.3.19-1),
apache-common ( 1.3.20) but it also tries to install apache-common
1.3.20-1. This part is fairly clear - I'll just wait till they fix it (I
filed a bug).

  apt-get also wants to install apache package - why? this is the
confusing part. is it because I have packages that require apache or
apache-ssl (or other http server) and apt-get picks the one that
installable?

  TIA

erik



Re: Apache, Apache-SSL

1998-12-31 Thread Yu Zhao
non-us SSL package is required.


zhao
On Wed, 30 Dec 1998, Randy Edwards wrote:

 Here's my silly question for the day. ;-)
 
 Does the non-us SSL version of Apache also require the non-SSL package or is
 it a standalone replacement for Apache?
 
 -- 
  Regards,   | [EMAIL PROTECTED]
  .  | http://www.golgotha.net
  Randy  |
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 


Apache, Apache-SSL

1998-12-30 Thread Randy Edwards
Here's my silly question for the day. ;-)

Does the non-us SSL version of Apache also require the non-SSL package or is
it a standalone replacement for Apache?

-- 
 Regards,   | [EMAIL PROTECTED]
 .  | http://www.golgotha.net
 Randy  |


Re: Apache, Apache-SSL

1998-12-30 Thread Remco van de Meent
On Wed, Dec 30, 1998 at 10:47:53AM -0500, Randy Edwards wrote:

 : Does the non-us SSL version of Apache also require the non-SSL package or
 : is it a standalone replacement for Apache?

[EMAIL PROTECTED]:~]$ dpkg --print-avail apache-ssl
Package: apache-ssl
Priority: optional
Section: non-us/web
Installed-Size: 479
Maintainer: Christoph Martin [EMAIL PROTECTED]
Architecture: i386
Version: 1.3.3+1.27-1
Replaces: apache-modules
Provides: httpd
Depends: libc6, libgdbmg1, libssl09, mime-support, perl, ssleay (=
0.9.0-1), libssl09 (= 0.9.0), apache-common (= 1.3.3)
Suggests: apache-doc, lynx
Conflicts: apache-modules, php3 (= 3.0.3-1), libapache-mod-perl (=
1.15-2.1)
Filename: dists/unstable/non-US/binary-i386/apache-ssl_1.3.3+1.27-1.deb
Size: 267708
MD5sum: 5876e367a108dcf5df0e7e37909c0b42
Description: Versatile, high-performance HTTP server with SSL support
 The most popular server in the world, Apache features a modular
 design and supports dynamic selection of extension modules at runtime.
 Some of its strong points are its range of possible customization,
 dynamic adjustment of the number of server processes, and a whole
 range of available modules including many authentication mechanisms,
 server-parsed HTML, server-side includes, access control, CERN httpd
 metafiles emulation, proxy caching, etc.  Apache also supports multiple
 virtual homing.
 .
 This version includes SSL support for secure transactions.
 .
 Separate Debian packages are available for PHP3, mod_perl, Apache
 and other common extensions.  More information is available at
 http://www.apache.org.


In other words, it needs the apache-common package (which is in main).


Cheers,
 -Remco