Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Upgrading Apache 1.3 to Apache 2.2.3, DLL issue |
|
Author |
|
nobu
Joined: 11 Aug 2006 Posts: 6
|
Posted: Mon 14 Aug '06 11:18 Post subject: Upgrading Apache 1.3 to Apache 2.2.3, DLL issue |
|
|
I found a problem after upgraded from apache 1.3 to 2.2.3. (+ php5.2)
I have my own ".dll" which redirect users to a php page.
The problem now is, after redirection, apache 2.2.3 displays the source code of the page instead of the content.
However, it works perfectly okay sometimes.
Anyone can help ??
Cheers |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 14 Aug '06 12:33 Post subject: |
|
|
is the ".dll" a PHP script faked as .dll? A rewrite rule?
If it is a php script you may post it that we can help.
Quote: |
However, it works perfectly okay sometimes.
|
Does mean what? it works sometimes and sometimes not? |
|
Back to top |
|
nobu
Joined: 11 Aug 2006 Posts: 6
|
Posted: Tue 15 Aug '06 4:14 Post subject: |
|
|
The .dll is not a script faked.
"it works perfectly okay sometimes", it means it works sometimes and someitmes not.
I have tried to set the "KeepAlive Off", and the problem was solved.
However, the performance has slowed down.
How can I solve this problem?
thx. |
|
Back to top |
|
admin Site Admin
Joined: 15 Oct 2005 Posts: 692
|
Posted: Tue 15 Aug '06 11:24 Post subject: |
|
|
You said: "The problem now is, after redirection, ......
When you do not a redirection ? |
|
Back to top |
|
nobu
Joined: 11 Aug 2006 Posts: 6
|
Posted: Tue 15 Aug '06 12:23 Post subject: |
|
|
Sorry, my english is not good.
Let me clarify my situation.
The ".dll" does redirect all the time.
However, if I set "KeepAlive On", Apache 2.2.3 seems not working properly, it stops at the "redirected page" and displays the source code sometimes, and it works properly sometimes.
cheers mate |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Tue 15 Aug '06 12:35 Post subject: |
|
|
You said; "The ".dll" does redirect all the time..."
When I understand that DLL is doing the redirect, correct ?
Wondering how the DLL is doing the redirect, changing header info ?
Looks like the DLL is not compatible with 2.2., maybe you can try to build/compile the DLL against Apache 2.2 headers ?
Steffen
ps.
When you feel there is an error in Apache 2.2, you can file a bug report at ASF. |
|
Back to top |
|
nobu
Joined: 11 Aug 2006 Posts: 6
|
Posted: Wed 16 Aug '06 4:17 Post subject: |
|
|
The ".dll" will send a http header and content page to the client.
Thanks for your advice, I will try to recomplie the ".dll" to see if I can solve the problem. |
|
Back to top |
|
|
|
|
|
|