Forum Moderators: mack
Word of warning on Foxserv. I downloaded and installed it on a Win2000 Pro box. Upon rebooting....machine would NOT boot.
Got an INACCESSIBLE_BOOT_DEVICE BSOD message. I'm not -- nor want to be -- a Windows expert. No matter what I tried, including restoring the Master Boot Record, my efforts to recover the drive were to no avail -- same BSOD message.
I wiped the drive to binary zeros and decided to forget about Foxserv.
Everything I had read on Foxserv was positive. At this point, I don't know or care what happened.
Don't want to spend any time talking about it -- just figured I would post a word of warning-- and advise everyone to back up the harddrive before trying to install Foxserv. Of course, Norton Ghost would be great to use for this.
FWIW,
Louis
What would one need to do to be able to run a webserver on their local box and not have to change links when migrating the site to a webserver?
Curious about this...never got that far with Foxserv.
Thanks,
Louis
I refer to Apache web server. In the config file you can define http-hosts like www.mytestsite.com, mytestsite.com or mytestsite. The host definition contains all necessarily server paths such as www root, cgi-bin etc.
If you set c:/www/root/htdocs as your www root directory for the host mytestsite.com, the (right configuratet) web server will take the files from this directory if you call up mytestsite.com in your browser.
On my local PC I run the same site structure as on the web servers. No link changes are nesessary before uploading files or the hole site.
Greetings NN
firepages.com.au
Blobfisk
If you have a file in the wwwroot folder you will need to have a server running (iis, pws, apache etc) then instead of typing
C:\Inetpub\wwwroot\scripts
you would use
[localhost...]
Cheers
Their Configuration file are easy to tweak or set, just a litle knowledge about path and you're all set. =)