Redirection problem

Redirection problem

am 02.10.2007 21:22:47 von Barely Audible

I'm running an apacher server under Suselinux and have a slight problem.
When I try to enter a passworded area on the web site I get the
following error...

The page isn't redirecting properly

Firefox has detected that the server is redirecting the request for this
address in a way that will never complete.

* This problem can sometimes be caused by disabling or refusing
to accept
cookies.

I have tried all the usual cures of removing cookies etc but the problem
persists.

Any guidance would be gratefully received!

--
TTFN
Jim

There is always a way, and it usually doesn't work.
-- Murphy's Military Laws, #04

Re: Redirection problem

am 03.10.2007 09:10:48 von unknown

Post removed (X-No-Archive: yes)

Re: Redirection problem

am 03.10.2007 11:28:53 von Barely Audible

Davide Bianchi wrote:
> On 2007-10-02, Barely Audible wrote:
>> The page isn't redirecting properly
>>
>> Firefox has detected that the server is redirecting the request for this
>> address in a way that will never complete.
>
> And if you don't use Firefox what do you get?
> Davide
>
>

More or less the same thing...

Internet Explorer cannot display the webpage

Most likely causes:
You are not connected to the Internet.
The website is encountering problems.
There might be a typing error in the address.

What you can try:
Diagnose Connection Problems

Re: Redirection problem

am 03.10.2007 11:38:41 von unknown

Post removed (X-No-Archive: yes)

Re: Redirection problem

am 03.10.2007 15:50:03 von unknown

Post removed (X-No-Archive: yes)

Re: Redirection problem

am 03.10.2007 15:50:56 von Farley

Davide Bianchi wrote:

> On 2007-10-03, Barely Audible wrote:
>> More or less the same thing...
>
> Then it doesn't look a cookie problem, more some screw-up with the
> configuration of Apache and the 'password' bits. Post what you did to
> enable the password. Check in the error_log what kind of problems there
> are (if any).
>
> Davide
>

There is no sign of any error in the apache error log! The only thing I can
find is this in the access log...

192.168.0.1 - - [03/Oct/2007:13:55:52 +0100] "GET /aerostats/aerostats.html?
HTTP/1.1" 302 374 "http://jedsite.info/content/jed1.html" "Mozilla/5.0
(X11; U; Linux i686; en-GB; rv:1.8.1.5) Gecko/20061023 SUSE/2.0.0.5-1.1
Firefox/2.0.0.5"
192.168.0.1 - - [03/Oct/2007:13:55:52
+0100] "GET /oss51/users/login.php?ce=0&group=178&url=jedsite.info/aeros tats/aerostats.html%3f
HTTP/1.1" 302 - "http://jedsite.info/content/jed1.html" "Mozilla/5.0 (X11;
U; Linux i686; en-GB; rv:1.8.1.5) Gecko/20061023 SUSE/2.0.0.5-1.1
Firefox/2.0.0.5"

OSS51 being the password program - BTW the OSS51 perps say that its an
apache configuration problem...

Re: Redirection problem

am 03.10.2007 21:34:14 von HansH

"Farley" schreef in bericht
news:5mhki7Fdh869U1@mid.individual.net...
> There is no sign of any error in the apache error log! The only thing I
> can
> find is this in the access log...
>
> 192.168.0.1 - - [03/Oct/2007:13:55:52 +0100] "GET
> /aerostats/aerostats.html?
> HTTP/1.1" 302 374 "http://jedsite.info/content/jed1.html" "Mozilla/5.0
> (X11; U; Linux i686; en-GB; rv:1.8.1.5) Gecko/20061023 SUSE/2.0.0.5-1.1
> Firefox/2.0.0.5"
> 192.168.0.1 - - [03/Oct/2007:13:55:52
> +0100] "GET
> /oss51/users/login.php?ce=0&group=178&url=jedsite.info/aeros tats/aerostats.html%3f
> HTTP/1.1" 302 - "http://jedsite.info/content/jed1.html" "Mozilla/5.0 (X11;
> U; Linux i686; en-GB; rv:1.8.1.5) Gecko/20061023 SUSE/2.0.0.5-1.1
> Firefox/2.0.0.5"
The next few lines might be more informative ...

Some assumptions or rather wild guesses:
After succesfull login login.php will redirect one back to the origionally
requested page. This re-request will again trigger the same RewriteRule
and divert to login.php.
However, having a cookie validating ones logged-in-status, login.php will
now immedeately redirect back to the initially requested page, resulting in
the two redirects looping forever.

Use FireFox's plugin 'Live HTTP Headers' to _see_ the headers of the
repeating requests, if any.


Show a snippet of the config having lines starting RewriteRule or containing
login.php or containing aerostats.


HansH

Re: Redirection problem

am 07.10.2007 20:46:45 von Farley

Barely Audible wrote:

> Davide Bianchi wrote:
>> On 2007-10-02, Barely Audible wrote:
>>> The page isn't redirecting properly
>>>
>>> Firefox has detected that the server is redirecting the request for this
>>> address in a way that will never complete.
>>
>> And if you don't use Firefox what do you get?
>> Davide
>>
>>
>
> More or less the same thing...
>
> Internet Explorer cannot display the webpage
>
> Most likely causes:
> You are not connected to the Internet.
> The website is encountering problems.
> There might be a typing error in the address.
>
> What you can try:
> Diagnose Connection Problems

I'm still getting nowhere on this thing - any new ideas would be most
welcome.

Re: Redirection problem

am 07.10.2007 23:03:44 von HansH

"Farley" schreef in bericht
news:5msnbrFf55ciU1@mid.individual.net...
> I'm still getting nowhere on this thing - any new ideas would be most
> welcome.
This idea is now pending four days:

Some assumptions or rather wild guesses:
After succesfull login login.php will redirect one back to the origionally
requested page. This re-request will again trigger the same RewriteRule
and divert to login.php.
However, having a cookie validating ones logged-in-status, login.php will
now immedeately redirect back to the initially requested page, resulting in
the two redirects looping forever.

Use FireFox's plugin 'Live HTTP Headers' to _see_ the headers of the
repeating requests, if any.

Show a snippet of the config having lines starting RewriteRule or containing
login.php or containing aerostats.


HansH