You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Noah <ad...@enabled.com> on 2006/04/06 16:22:03 UTC

[users@httpd] 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.

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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] migrating from apache 1.3 to 2.0 advice

Posted by Artem Kuchin <ma...@itlegion.ru>.
Alexander Lazic wrote:
> Hi,
> 
> On Don 06.04.2006 06:22, Noah wrote:
>> 
>> I am considering upgrading from Apache 1.3 to 2.0
> 
> Why not to 2.2?!
> 
>> 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.
> 
> On my first step i have only changed:
> 
> #ServerType
> #MinSpareServers 5
> #MaxSpareServers 10
> #ResourceConfig   /dev/null
> #AccessConfig     /dev/null
> 
> I use worker-mpm.
> 
as far as i know, yhey never fixed the problem with 'worker' that log messages from
cgi script go to the wronh log file. They go to the main server log instead of going to
virtual host log file. The problem is in mod_cgid and someone said  it is architectural problem
which currenctly cannot be fixed. So, i went back to prefork.

Artem

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] migrating from apache 1.3 to 2.0 advice

Posted by Alexander Lazic <al...@none.at>.
Hi,

On Don 06.04.2006 08:02, Noah wrote:
>On Thu, 6 Apr 2006 17:03:29 +0200, Alexander Lazic wrote
>> 
>> I use worker-mpm.
>
>thanks for the config snippets.  what is worker-mpm?

http://httpd.apache.org/docs/2.0/new_features_2_0.html
http://httpd.apache.org/docs/2.0/mpm.html

Regards

Alex

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] migrating from apache 1.3 to 2.0 advice

Posted by Noah <ad...@enabled.com>.
On Thu, 6 Apr 2006 17:03:29 +0200, Alexander Lazic wrote
> Hi,
> 
> On Don 06.04.2006 06:22, Noah wrote:
> >
> >I am considering upgrading from Apache 1.3 to 2.0
> 
> Why not to 2.2?!
> 
> >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.
> 
> On my first step i have only changed:
> 
> #ServerType
> #MinSpareServers 5
> #MaxSpareServers 10
> #ResourceConfig   /dev/null
> #AccessConfig     /dev/null
> 
> I use worker-mpm.


thanks for the config snippets.  what is worker-mpm?

cheers,

Noah



> 
> Regards
> 
> Alex
> 
> ---------------------------------------------------------------------
> 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: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] migrating from apache 1.3 to 2.0 advice

Posted by Alexander Lazic <al...@none.at>.
Hi,

On Don 06.04.2006 06:22, Noah wrote:
>
>I am considering upgrading from Apache 1.3 to 2.0

Why not to 2.2?!

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

On my first step i have only changed:

#ServerType
#MinSpareServers 5
#MaxSpareServers 10
#ResourceConfig   /dev/null
#AccessConfig     /dev/null

I use worker-mpm.

Regards

Alex

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org