Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. newpoet

    Global Test Directory

    I really appreciate your help, hombre. I'm jumping around from Vista32 to XP and back. I'm running 'Universal Server' off of a USB key or from a select drive (usually X:\). I did this once already from the config file, and it worked, but then it stopped working. I'll try what you said...
  2. newpoet

    Global Test Directory

    What you are missing is to add 127.0.0.1 tst to the hosts file to fake out nameservice." ##### I'm sorry, but you lost me here. Do you mean like this? ##########VIRTUAL HOST SETUP########## # TST <VirtualHost *> ServerName 127.0.0.1 tst DocumentRoot "X:\testserver" </VirtualHost>
  3. newpoet

    Global Test Directory

    Don't get me started about embarassment; I'm like a diabetic kid in a candy store when it comes to this stuff. "You need to map these "fake" names to the IP of the box, either 127.0.0.1 or the real one. I would add 127.0.0.1 tst" Is this what you mean? ##########VIRTUAL HOST SETUP##########...
  4. newpoet

    Global Test Directory

    Yes, that's exactly what I want it to do. The folders are out there with temporary index.htm files. I put this in the config file: ##########VIRTUAL HOST SETUP########## # TEST <VirtualHost *> DocumentRoot "X:\testserver" ServerName tst </VirtualHost> But when I type in http://tst the...
  5. newpoet

    Global Test Directory

    Thanks again for your help and patience. Basically, I have about four different projects going on and each one has a lot of files involved. You know how you type in "localhost" in the broswer and that takes you to the server's default directory? I wanted to have three more directories on...
  6. newpoet

    Global Test Directory

    Hi, I'm not sure how to word this, but I have a USB drive with Uniserver, XAMP, and WOS portable webservers installed. The problem is that I would like to have a "test" directory that is independent of these three servers, but still accessible by typing something like "localhost/test" into the...

Part and Inventory Search

Back
Top