Re: [EMAIL PROTECTED] my first real look at apache 2.2

2006-11-05 Thread Sander Temme
On Nov 5, 2006, at 5:13 PM, Jonathan Horne wrote: so, its working now. your advice that the 2.0 config is basically the same animal as the 2.2 config, caused me to look more closely at what i had done. For your reference and that of others who might find this thread on Google: http://

Re: [EMAIL PROTECTED] my first real look at apache 2.2

2006-11-05 Thread Jonathan Horne
On Sunday 05 November 2006 18:42, Joshua Slive wrote: > On 11/5/06, Jonathan Horne <[EMAIL PROTECTED]> wrote: > > the main hurdle that has kept me away, is the (my) obvious misuse of the > > directive. for instance, on 2.0, i would use this: > > > > > > AllowOverride None > > Order Allow

Re: [EMAIL PROTECTED] my first real look at apache 2.2

2006-11-05 Thread Joshua Slive
On 11/5/06, Jonathan Horne <[EMAIL PROTECTED]> wrote: the main hurdle that has kept me away, is the (my) obvious misuse of the directive. for instance, on 2.0, i would use this: AllowOverride None Order Allow,deny Allow from all and then, a coresponding: Alias /directory /usr/

[EMAIL PROTECTED] my first real look at apache 2.2

2006-11-05 Thread Jonathan Horne
ive shyed away from apache 2.2 for a while now, due to configuration issues/differences. today, i setup a dedicated box to run 2.2, so i can learn the configuration differences between 2.2 and my 2.0 boxes, and hopefully i can recreate a dev version of my production 2.0 server, on a 2.2 box.