List Info

Thread: 404 redirects config in 4.5




404 redirects config in 4.5
country flaguser name
United States
2007-09-25 13:15:11

I’m trying to configure AOLserver 4.5 for a custom 404 page, and my Config from previous versions is:

 

ns_section “ns/server/$service_name/redirects221;

ns_param 404 “/file-not-found”

 

but I just get the default 404 page. ; Any ideas why?  I used the 4.5 RPM from Project Open.

 

Titi Ala'ilima

Lead Architect

MedTouch LLC

1100 Massachusetts Avenue

Cambridge, MA 02138

617.621.8670 x309

 

Re: 404 redirects config in 4.5
user name
2007-09-25 13:36:18
On Tuesday 25 September 2007 11:15, Titi Alailima wrote:
> I'm trying to configure AOLserver 4.5 for a custom 404
page, and my Config
> from previous versions is:
>
> ns_section
"ns/server/$service_name/redirects"
> ns_param 404 "/file-not-found"
>
> but I just get the default 404 page.  Any ideas why?  I
used the 4.5 RPM
> from Project Open.

Don't you need a full filename?
file-not-found.tcl/.html/.adp.

If you still have trouble, capture your server.log file
during the request. 

It seems weird, but you also get a 404 if the 404 page is
not found,
and eventually it breaks out of that loop. It'll show up in
the logs.

tom jackson


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to
<listservlistserv.aol.com> with the
body of "SIGNOFF AOLSERVER" in the email message.
You can leave the Subject: field of your email blank.

Re: 404 redirects config in 4.5
country flaguser name
United States
2007-09-25 14:04:32

Didn’;t find this searching online but I finally found in my own email archives that there was a bug patched last year, which must have preceded this RPM.

 

Titi Ala'ilima

Lead Architect

MedTouch LLC

1100 Massachusetts Avenue

Cambridge, MA 02138

617.621.8670 x309

 

From: AOLserver Discussion [mailto:AOLSERVERLISTSERV.AOL.COM] On Behalf Of Titi Alailima
Sent: Tuesday, September 25, 2007 2:15 PM
To: AOLSERVERLISTSERV.AOL.COM
Subject: [AOLSERVER] 404 redirects config in 4.5

 

I’m trying to configure AOLserver 4.5 for a custom 404 page, and my Config from previous versions is:

 

ns_section “ns/server/$service_name/redirects221;

ns_param 404 “/file-not-found”

 

but I just get the default 404 page. ; Any ideas why?  I used the 4.5 RPM from Project Open.

 

Titi Ala'ilima

Lead Architect

MedTouch LLC

1100 Massachusetts Avenue

Cambridge, MA 02138

617.621.8670 x309

 

 

 

--

AOLserver - http://www.aolserver.com/

 

To Remove yourself from this list, simply send an email to <listservlistserv.aol.com> with the

body of "SIGNOFF AOLSERVER&quot; in the email message. You can leave the Subject: field of your email blank.

Re: 404 redirects config in 4.5
country flaguser name
Canada
2007-09-25 14:10:49
Hi Titi,

Verify that your file paths are ok. There's an example in
Panoptic's
wiki:

http://panoptic.com/wiki/aolserver/
AOLserver_Cookbook#Customizing_error_pages


Good luck,
  Juan José

El Tue, 25 Sep 2007 11:15:11 -0700 , Titi Alailima
<titiMEDTOUCH.COM>
escribió:

> I'm trying to configure AOLserver 4.5 for a custom 404
page, and my
> Config from previous versions is:
> 
> ns_section
"ns/server/$service_name/redirects"
> ns_param 404 "/file-not-found"
> 
> but I just get the default 404 page.  Any ideas why?  I
used the 4.5
> RPM from Project Open.
> 
> Titi Ala'ilima
> Lead Architect
> MedTouch LLC
> 1100 Massachusetts Avenue
> Cambridge, MA 02138
> 617.621.8670 x309
> 
> 
> 
> --
> AOLserver - http://www.aolserver.com/
> 
> To Remove yourself from this list, simply send an email
to
> <listservlistserv.aol.com> with the body of
"SIGNOFF AOLSERVER" in
> the email message. You can leave the Subject: field of
your email
> blank.


-- 
Juan José del Río
Simple Option, S.L.
Oficina: 0034 951 930 122
Móvil: 0034 616 512 340
Fax: 0034 952 792 455
juanjosesimpleoption.com
http://www.simpleoption.c
om


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to
<listservlistserv.aol.com> with the
body of "SIGNOFF AOLSERVER" in the email message.
You can leave the Subject: field of your email blank.

Re: 404 redirects config in 4.5
country flaguser name
United States
2007-09-25 14:34:15
This is an ACS-based system, which abstracts URLs so you
don't need the extension.  Just to be sure though I tried it
with a full file name and it still didn't work.  However, I
believe this is the error John Buckman and Derek Keller
found around July of last year and Jim Davidson fixed.  I
will email again if it turns out that I still can't get it
to work with newer code.

Titi Ala'ilima
Lead Architect
MedTouch LLC
1100 Massachusetts Avenue
Cambridge, MA 02138
617.621.8670 x309


> -----Original Message-----
> From: AOLserver Discussion [mailto:AOLSERVERLISTSERV.AOL.COM] On
> Behalf Of Tom Jackson
> Sent: Tuesday, September 25, 2007 2:36 PM
> To: AOLSERVERLISTSERV.AOL.COM
> Subject: Re: [AOLSERVER] 404 redirects config in 4.5
>
> On Tuesday 25 September 2007 11:15, Titi Alailima
wrote:
> > I'm trying to configure AOLserver 4.5 for a custom
404 page, and my
> Config
> > from previous versions is:
> >
> > ns_section
"ns/server/$service_name/redirects"
> > ns_param 404 "/file-not-found"
> >
> > but I just get the default 404 page.  Any ideas
why?  I used the 4.5
> RPM
> > from Project Open.
>
> Don't you need a full filename?
file-not-found.tcl/.html/.adp.
>
> If you still have trouble, capture your server.log file
during the
> request.
>
> It seems weird, but you also get a 404 if the 404 page
is not found,
> and eventually it breaks out of that loop. It'll show
up in the logs.
>
> tom jackson
>
>
> --
> AOLserver - http://www.aolserver.com/
>
> To Remove yourself from this list, simply send an email
to
> <listservlistserv.aol.com> with the
> body of "SIGNOFF AOLSERVER" in the email
message. You can leave the
> Subject: field of your email blank.


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to
<listservlistserv.aol.com> with the
body of "SIGNOFF AOLSERVER" in the email message.
You can leave the Subject: field of your email blank.

[1-5]

about | contact  Other archives ( Real Estate discussion Medical topics )