apache link broken

prashantbhushan

Verified User
Joined
Jul 21, 2006
Messages
199
Location
Pune, India.
Hello,
When i browse site from konqueror, message box appears connection to host (ip address) is broken. I can view only partial site.
With other browsers site is viewing only partially and sometimes i can view the proper site.
Why it happens. ?
I have updated mysql shared rpm and recompile the php. since then the problem arises.
 
Did you restart apache after recompiling mysql and php ? Silly question I know, but....
 
Also make sure mysql and your database is allowing connections at whatever you're using to connect.

For example, if your code calls for localhost, make sure localhost is permitted. If your code calls for 127.0.0.1, make sure that's permitted. If you're using the system IP#, make sure that's permitted.

Jeff
 
If i check the the same mozilla it works fine.


Also make sure mysql and your database is allowing connections at whatever you're using to connect.

For example, if your code calls for localhost, make sure localhost is permitted. If your code calls for 127.0.0.1, make sure that's permitted. If you're using the system IP#, make sure that's permitted.

Jeff
 
If it works in Mozilla but not in Konqueror it may be a browser issue. Have you asked on any of the Konqueror forums?

I run linux on the desktop; if you post something real for me to look at I'll give it a try the next time I see a reply from you (may be more than a day :( ).

Jeff
 
It was not a browser issue. Actually it was happening because of diffrent mysql rpm versions installed. I made all them same (client, shared, devel, server) and started working fine.


Thanks,
Prashant.


If it works in Mozilla but not in Konqueror it may be a browser issue. Have you asked on any of the Konqueror forums?

I run linux on the desktop; if you post something real for me to look at I'll give it a try the next time I see a reply from you (may be more than a day :( ).

Jeff
 
Back
Top