We've noticed that you've been inactive for over 10 minute(s). We've stopped running the Shoutbox due to your inactivity. If you are back again, please click the I'm Back button below.
Unfortunately I was not successful and as I stated earlier, I gave on the setup. I shifted my server to my host machine and then started my work directly on that. I will definitely give it a try sooner or later just to know how windows-linux networking and linux servers work.
sorry still haven't got enough FREE time to re-create the old set up i had.... will update once i get around to it... did you manage to find anymore info or solution to the issue?
i always thought its something to do with the settings on the Linux Machine Server... i will have to re-create this setup when i have time just to find out what's really the issue
Sorry, but this is a false problem.
virtual machines are installed exactly the same way as physical machines.
That's why for instance you can perform a PtoV migration, in order to move all your system from your actual machine to a virtual machine.
This means that, in my opinion, if you do simultaneously the installation on both systems (one virtual Linux machine and a physical PC), you boot from the same CD during operating system install and you catch your rpms from the same fileserver, you will reach exactly the same system state, and your LAMP application will fail the same way on both physical and virtual machine.
The only difference between a physical system and a virtual machine is inside the drivers, which are not part in our webhost configuration problem.
Unfortunately, I was also unable to resolve he same issue on my setup. So eventually, I ended up instally wamp on my primary OS (windows 7) and then I shifted all of my work to it. Now all my development is going on in the primary OS. Your case seems different. I was working with virtual machines but you appear to be working with actual machines so you got to resolve this issue. I will be very interested in knowing how you resolve it, as it might help me big time for my future needs.
yes actual machines but with Linux HTTP Server running Wordpress... i don't know why and right now i don't have the time to try and do some research on the issue...
Unfortunately, I was also unable to resolve he same issue on my setup. So eventually, I ended up instally wamp on my primary OS (windows 7) and then I shifted all of my work to it. Now all my development is going on in the primary OS.
Your case seems different. I was working with virtual machines but you appear to be working with actual machines so you got to resolve this issue. I will be very interested in knowing how you resolve it, as it might help me big time for my future needs.
i still don't get... pages are being sent but with out their style! i've had this issue un-resolved on my local setup...
first computer runs apache... second computer connected directly (cabled) to it... visit the standard the servers default page and everything seems fine, when i hit the php link (or folder) the page goes simple html with no style.. but my setup was with a Linux Server so have you tried running wordpress from Windows VM or Machine running WAMP Server?
To make the guest listen to ANY IP on port 80 or http port, just add this on your config Listen 80
Instead of adding Listen xxx.xxx.xxx.xxx:80 which while only listen on the same exact IP that you provided.
In order to make wordpress work, you need apache server, Php interpreter and lastly is a mySQL server. Forget one of them and the whole wordpress system wont work. Take note that in apache and all linux/unix base system, filenames are case sensitive making "folder" not equal to "Folder" hence producing "file not found" errors which in turn can hang the whole system.
My problem is a bit different. Though without styles, but I can access the website from the host machine. This should mean that the apache server and the mysql server all are working fine. I could have gone deep into this issue but it is not the primary one. The primary issue is that I cannot login to the administrator section of the website. And I don't have any idea why I am unable to. If this was something related to apache or mysql, the site shouldn't be available for viewing. I can view it (without styles) but I cannot log in to the admin section. And this is making me crazy..
Before attempting other things on that server, I added the Listen 80 line to the httpd.conf file. But after I made the edit, the server failed to start. It gave me some error (I don't remember exactly what that error was) but I remember that when I did some research for the matter, I found that that particular error was generated because of duplicated entries. Simply, it meant that Listen 80 was already added to some configuration file (other than httpd.conf), so I guess I don't need to play around with this issue.