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 Mike Lewis 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. turnbui

    server: connection vs request - help needed to understand programming theory

    Hello everyone, I am a newbie to much of this so please beer with me. After much reading and googling my understanding is this: A user at a pc using a browser is a client. the web page requested creates a connection at the server. the web page has text, images, sound etc each of which makes a...
  2. turnbui

    where is a packet with invalid tcp initial seq no discarded?

    on the face of it i believe startling is the right word but it needs a bit more thought.
  3. turnbui

    where is a packet with invalid tcp initial seq no discarded?

    SOLVED: Rats! I was led astray by wireshark which didn't report a bad tcp header checksum. Once I [realized] and recalced the cecksum with the bad seq no. all was well. This means that there is not an invalid ISN [initial sequence number]. Hmmm! I was about to add something startling that I...
  4. turnbui

    where is a packet with invalid tcp initial seq no discarded?

    i would've thought the local sending machine just wouldn't send it yet i see it in wireshark but as expected no reply from other end. surely the other end doesn't know how my machine calcs ISN's or cares? please can anyone explain ? thanks
  5. turnbui

    CGI prog in VC6 how to activate the debugger

    Thanks. Unfortunately I'm on XP Home and when I start VC^ and choose Attach to process nothing shows up like it did when I was on WinME. So I've put a huge loop that does nothing but give ne time to select the process from the Task Manager. Quick & dirty?
  6. turnbui

    just starting out feeling lost?

    Hi, I'm just starting out with this Multi,edia stuff. Can anyone possibly let me have some example programs. I'm wanting to open a .gif, change it and then rewrite it. Is this possible? Thanks to anyone who might be able to help.
  7. turnbui

    localhost vs vhost more info if poss

    Thanks for that, I've finally got it going - after finding some obscure docs for Win32. Your stuff looks very similar so I'll double check what will be useful from that. Thanks for your time. Much appreciated.
  8. turnbui

    localhost vs vhost more info if poss

    Yabba dabba dooo, Just got the second page up so it looks pretty close now!
  9. turnbui

    localhost vs vhost more info if poss

    Thanks, I'm definately at that stage now.
  10. turnbui

    localhost vs vhost more info if poss

    Sorry, Actually I am getting an erro log entry when I try to go to the examples:- client 192.168.0.15] Can't locate object method "request" via package "Apache" at C:/Perl/site/lib/Apache/ASP.pm line 165.\n, referer: http://ianst.homeip.net/asp/
  11. turnbui

    localhost vs vhost more info if poss

    Yes, my vhosts work fine. I'm using DynDNS and they are accessible from outside. I did have index.html on this one which was fine. My naive attempt to disguise the name might cloud the issue. If you click this http://ianst.homeip.net/asp you will get the ASP documentation. As part of the ASP...
  12. turnbui

    localhost vs vhost more info if poss

    No, nothing in error log. It's wierd. I took out the VHOSTS file [stopped it being included by httpd.conf]. There is now just the LoadFile + LoadModule and the C:\Perl\eg\IEExamples which I copied to the vhost DocRoot folder work when invoked by http://localhost/asp/eg/plhello.htm As I have an...
  13. turnbui

    localhost vs vhost more info if poss

    Hi folks, in my last post I obtained the answer required but I still don't understand why my ASP works for localhost but not for the vhost. The ASP config is within the <VirtualHost> block so should only apply to that localhost. I originally had the ASP config in the vhosts directory using an...
  14. turnbui

    localhost vs a vhost?

    Thanks.
  15. turnbui

    localhost vs a vhost?

    Hi group, I need some enlightenment please. Whem I have no vhosts I access http://localhost and the correct directories are accessed. However, when I have a couple of vhosts [1st one is the default] if I use http://localhost I end up serving pages from the same directories for the first vhost ie...
  16. turnbui

    &lt;!--#include virtual=&quot;/Captcha.asp&quot;--&gt; ??

    I just expected the given code to work - stupid me. though to be fair it turns out that Apache:ASP is a bit more diffivult to install than everything alse. more to the point did you see the ASP code in the browser source - Yes, I thouht I had mentioned this. So it means that the ASP install...
  17. turnbui

    strange log entry after Apache:ASP install

    Hello folks, I'm in need of some help please. I've had my Apache on WinXP Home for a while with Activeperl819. I decided to do the Apache:ASP install BUT a problem. The server still starts up OK:- [notice] Apache/2.2.2 (Win32) mod_perl/2.0.3 Perl/v5.8.8 configured -- resuming normal operations...
  18. turnbui

    &lt;!--#include virtual=&quot;/Captcha.asp&quot;--&gt; ??

    Yes, well I'm new to this and thought I'd get a working script and learn from that once everything was hanging together. What I'm soecifically having trouble with is invoking the VBScript function in the included file [which does get included finally after getting SSI in .shtml files working. I...
  19. turnbui

    CAPTCHA - antyone have a simple working program?

    Yes I did google but I'm looking for a C/C++ one

Part and Inventory Search

Back
Top