Redirection problem

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
Barely Audible [ Di, 02 Oktober 2007 21:22 ] [ ID #1834190 ]

Re: Redirection problem

Post removed (X-No-Archive: yes)
Notifier Deamon [ Mi, 03 Oktober 2007 09:10 ] [ ID #1834956 ]

Re: Redirection problem

Davide Bianchi wrote:
> On 2007-10-02, Barely Audible <somewhere [at] overthe.rainbow> 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
Barely Audible [ Mi, 03 Oktober 2007 11:28 ] [ ID #1834958 ]

Re: Redirection problem

Post removed (X-No-Archive: yes)
Notifier Deamon [ Mi, 03 Oktober 2007 11:38 ] [ ID #1834959 ]

Re: Redirection problem

Davide Bianchi wrote:

> On 2007-10-03, Barely Audible <somewhere [at] overthe.rainbow> 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...
Farley [ Mi, 03 Oktober 2007 15:50 ] [ ID #1834960 ]

Re: Redirection problem

Post removed (X-No-Archive: yes)
Notifier Deamon [ Mi, 03 Oktober 2007 15:50 ] [ ID #1834961 ]

Re: Redirection problem

"Farley" <fugh [at] mispelt.com> schreef in bericht
news:5mhki7Fdh869U1 [at] 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
HansH [ Mi, 03 Oktober 2007 21:34 ] [ ID #1834964 ]

Re: Redirection problem

Barely Audible wrote:

> Davide Bianchi wrote:
>> On 2007-10-02, Barely Audible <somewhere [at] overthe.rainbow> 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.
Farley [ So, 07 Oktober 2007 20:46 ] [ ID #1838566 ]

Re: Redirection problem

"Farley" <fugh [at] mispelt.com> schreef in bericht
news:5msnbrFf55ciU1 [at] 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
HansH [ So, 07 Oktober 2007 23:03 ] [ ID #1838567 ]
Webserver » alt.apache.configuration » Redirection problem

Vorheriges Thema: [STAT] Statistics of alt.apache.configuration 10/08/07
Nächstes Thema: SetEnv variables renamed by mod_rewrite