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 strongm 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. iamregistered

    Virtual host redirect to secondary server

    smah :[medal]: Thank you so very much for your help! Now I've got it to work, but one part was left out, that was NameVirtualHost smail.ath.cx, in the last virtualhost This is now my config of virtualhost, and it works flawless; so far! I'll make sure I keep a copy of this config for later...
  2. iamregistered

    Virtual host redirect to secondary server

    I simply don't get it. Is there something I need to change in the apache configuration file in order for the following code to work? I add this at the very bottom of "http.conf", but still both radical.mine.nu and smail.ath.cx points toward the same directory, namely the first DocumentRoot...
  3. iamregistered

    Virtual host redirect to secondary server

    techvr :: thanks for your advice, it was a more neater way than redirect as the ":8080" part was left out from address-field in internet explorer. By adding following code: <VirtualHost smail.ath.cx> ServerAlias smail.ath.cx ServerName smail.ath.cx DocumentRoot / ProxyPass /...
  4. iamregistered

    Virtual host redirect to secondary server

    Sorry for my bad explanation, the servers are running on the same machine thus I cannot use the same port. I did find one way to do it: <VirtualHost server1.mine.nu> Servername server2.mine.nu ServerAlias * Redirect permanent / http://server2.mine.nu:8080/ </VirtualHost> This did work, but it...
  5. iamregistered

    Virtual host redirect to secondary server

    Greetings all, I was wondering, is it possible to add a virtual host in apache so that when using two different dns-addresses they will be directed to a certain server? For exampel server1.mine.nu will be the default and handled by apache server, but server2.mine.nu will be redirected to a...
  6. iamregistered

    Default Download Directory

    Umm.. never mind about my post [neutral] .... I found the problem. The registry key was deleted automaticly when closing last MSIE windows, and by a coinsident I came to think of a software I'm running; IE Privacy Keeper (freeware)... and noticed I had checked the box "Folder to download", so...
  7. iamregistered

    Default Download Directory

    Greetings all, I was wondering if there is a way to change the default download directory of MSIE? I've searched the net and found a way, that, sure enough, did work: [Regedit]"HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer" Create a new String value with key Download Directory and set...
  8. iamregistered

    remove search space in my computer

    Greetings all, I was wondering if anyone found a way to remove the freaking search space in my computer? I've searched the net with all kinds of version of search-strings I can come up with, but no results :( I did, however, find a way to remove it from IE7. But not my computer. I also tried...
  9. iamregistered

    Unable to load newly opend windows

    Greetings all, I have a very strang problem at hand. Whenever I want to open a link in a new window, using [SHIFT]+left click, the new window will never load the page. It is as if frozen, yet not, and not even the progress-bar comes up. The only way to open the page in another window is to...
  10. iamregistered

    Unable to load pages

    I have tried "netstat -a | find ":80", and this time it worked, the following is the output I recieved! TCP 0.0.0.0:80 0.0.0.0:0 LISTENING TCP 127.0.0.1:80 127.0.0.1:1579 CLOSE_WAIT TCP 192.168.1.11:80 85.226.11.225:1062 CLOSE_WAIT...
  11. iamregistered

    Unable to load pages

    There has been a change in the error log now, but I have not a clue what it means! [Fri Jan 19 20:18:43 2007] [notice] Parent: Received shutdown signal -- Shutting down the server. [Fri Jan 19 20:18:43 2007] [notice] Child 1252: Exit event signaled. Child process is ending. [Fri Jan 19 20:18:44...
  12. iamregistered

    Unable to load pages

    I am not sure what the output should be, but it displays absolutly nothing for me. I even tried to do so with port 21, running my ftp-server, but that didn't display anything either! And for all I know, apache is starting up as it should, since no error messages apear. I've tested to see if...
  13. iamregistered

    Unable to load pages

    This is so annoying.. i've reinstalled the server, switched back to default config, and still it's not working. And still no changes in the either access or error. Don't know what to do =/ *** En solnedgång här Med björkens dalande löv Mörkret närmar sig *** Sun setting far away Tree leaves...
  14. iamregistered

    Unable to load pages

    I've tried to use "telnet localhost 80", at first it said that it couldn't establish connection. I tried to connect to my ftp-server, and it worked fine. I tried again to connect to my webserver, but all I recived was a blank screen. I checked the logs to see if anything new hade come up, but...
  15. iamregistered

    Unable to load pages

    I am running on windows XP SP2, and I can't access .htm files either. No files on my server can be accessd. Furthermore, nothing shows up in the log fils. Nothing has been added since the day I no longer could access my webserver. :-( About telenet, I'm not sure what that is. *** En solnedgång...
  16. iamregistered

    Unable to load pages

    Greetings all, I am running a Apache 2.0 server on my own computer, with php 4 installed. The problem for me is that a day ago, the server refused to load my pages. The loading bar shows that it is loading, but nothing ever happens. The bar just continues to "load". It doesnt even timeout. I'm...
  17. iamregistered

    imagegif and imagejpeg

    I found the problem. I change imagejpeg( $this->load_handle ); to imagejpeg( $this->load_handle,"", 100 ); and that solved that problem :) ** En solnedgång här Med björkens dalande löv Mörkret närmar sig **
  18. iamregistered

    imagegif and imagejpeg

    The imagegif is working fine now that I've added header content-type and content-length to it. However, imagejpeg isn't working. BUT when I remove content-length from it, then it works. Something else that I've found out is that when content-length is in the code then it works for files of...
  19. iamregistered

    imagegif and imagejpeg

    Greetings all, I am working on a class to view images that are not stored in documentroot folders and the ability to create thumb-nails of the picture and saving them to a specific folder. The class is complete, but I've done a few changes to see the effects of it. But now I have stumbeld upon...
  20. iamregistered

    Maping a directory

    Greetings all, I have a directory containing following files Test.rar Test.txt Test.jpg Body.rar Body.txt What I am trying to do is read these files ad them to an array, sort it by name and then printing it onto a table in a smiliar way to this: <tr> <td>test.rar</td> <td>test.txt</td>...

Part and Inventory Search

Back
Top