> -----Original Message-----
> From: Noah [mailto:[EMAIL PROTECTED] 
> Sent: Donnerstag, 6. April 2006 16:22
> To: apache
> Subject: [EMAIL PROTECTED] migrating from apache 1.3 to 2.0 advice
> 
> 
> 
> Hi there,
> 
> I am considering upgrading from Apache 1.3 to 2.0
> I am wondering if there is a good resource for things to know 
> before starting
> the procedure.  Something that describes what configuration 
> file changes could
> be challenging, etc.

I just recently went through an upgrade from 1.3 to 2.2 (any reason why you 
want the intermediate branch of 2.0?). I started out simply by compiling and 
installing 2.2, then trying to start it using my existing 1.3 config file and 
watching what happened.

It looks to me that about 95% of the directives and options are compatible so 
most simple configs will probably just work. Sometimes you'll get a few syntax 
errors because a directive has been deprecated so you have to look at that and 
see how to achieve the same effect in the new syntax.

For me, the two biggest changes I noticed were:
- cache directives have changed a bit: 2.2 now uses an extra daemon 
(htcacheclear) to clear the cache and has dropped this functionality (and its 
directives) from the core code.
- "Port" is gone: this forces you to use "Listen" (which you should've been 
doing anyway :-). This has a subtle effect with self-referential URLs and 
UseCanonicalName.
- Couple of options were different...

It wasn't too much of a big deal and within about a day 2.2 was running fine.

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 
  

> 
> Clues please,
> 
> Noah
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP 
> Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
Diese E-mail ist eine private und persönliche Kommunikation. Sie hat keinen 
Bezug zur Börsen- bzw. Geschäftstätigkeit der SWX Gruppe. This e-mail is of a 
private and personal nature. It is not related to the exchange or business 
activities of the SWX Group. Le présent e-mail est un message privé et 
personnel, sans rapport avec l'activité boursière du Groupe SWX.
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to