| aspnetguy 2006-08-01, 8:35 am |
| I turned my spare PC into a WAMP server about 2 months ago and it has been running relatively well but I am seeing some weird stuff in some applications. Apache 2.0, php 5.1.4, mysql 4.1, Win XP SP2
Currently I am running IPB 1.3.1 (works perfectly), WordPress 2.0.3 (most themes don't work - not all posts are shown), phpMyAdmin 2.8.1 (CSS styles are not applied), and a custom File Manager script (doesn't show full contents of folders).
The quick description of the problem seems to be that not all data is being delivered to the browser.
If I run the apps on the webserver with localhost everything works great but the problems occur from other machines including other machines on my network (access using private ip).
Any ideas of what is causing this? Apache config? php conflicts? Router issues?
I have to say that I install the aspdotnet_mod for apache and tested a asp.net file manager script and it ran perfectly...that leaves me to believe it is a php issue or conflict but I have not been able to pin point it. |