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 SkipVought 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. zeveck

    Problem With JPGs?

    I have a CVS repository including a number of JPGs. When I try to do cvs checkout they aren't getting downloaded properly. I tried on multiple computers, and on each case only got 54 bytes (which looks to include some binary and bits of exif data) for each image. I am using CVS with a remote...
  2. zeveck

    Apache Module Programming

    I am working on an apache module that runs during the Security phase of request processing. I want to be able to peak at some mod_ssl variables, even though they are normally set in the fixup phase. Any suggestions on how to do this?
  3. zeveck

    Clientside SSL

    Okay. For the record, mbrooks comments about 443 are incorrect. SSL works fine on whatever port you specify. It turned out that my problem was that CACertificateFile has to be specified per-server rather than per-directory. Sadly, specifying it in an .htaccess file doesn't result in any...
  4. zeveck

    Clientside SSL

    Is this something particular to client-side certs? I can browse the rest of the site fine using: https://sephiroth.corp.google.com:4443/... I only have trouble with the folder requiring client-side certs. Since the whole site is SSL, I would assume that the browser/server are speaking SSL. ??
  5. zeveck

    Clientside SSL

    How would I specify this? I am currently trying to hit the secured folder using: https://foo.bar.example.com:4443/secured/ Is there a step I am missing?
  6. zeveck

    Clientside SSL

    Yes, it is running on 4443. Would this cause a problem?
  7. zeveck

    Clientside SSL

    Browser: Firefox 2.0 Server: Apache/2.0.54 (Ubuntu) PHP/5.0.5-2ubuntu1.6 mod_ssl/2.0.54 OpenSSL/0.9.7g Server at foo.bar.example.com Port 4443 The folder I am trying to access on the server is protected by a .htaccess containing: SSLVerifyClient require SSLVerifyDepth 1 SSLCACertificateFile...
  8. zeveck

    Greetings & Questions

    Any recommendations on how to handle a server game assuming that Flash Communication Server is out of budget?
  9. zeveck

    Scaling Dynamic Text?

    As far as I can tell nesting it within a MovieClip doesn't help. When I tried scaling down the MC the text just cut cut off. That said, once I was embedding the font correctly and had it figured out such that it worked right with the textfield iself, then it also worked by manipulating the...
  10. zeveck

    Scaling Dynamic Text?

    Odd. No, no settings work. Then I went and found the Character button in Flash MX and selected Embed Font Outlines For All Characters. However, I thought I had already done this, because I already set the font to an imported and named font and already have the code moniesTXT.embedFonts = true...
  11. zeveck

    Scaling Dynamic Text?

    Well, the code is very simple: // update money display moniesTXT.text = Math.currencyFormat(player1.money); if (1000 < player1.money) { moniesTXT._xscale = 75; } else { moniesTXT._xscale = 100; }
  12. zeveck

    Scaling Dynamic Text?

    I am using Flash MX. I am trying to scale a dynamic text field so that I display an arbitrarily large number in a set region of the screen. I have tried setting ._xscale, but it seems to just be reducing the width of the text field and cutting off the text instead of scaling it. What am I...
  13. zeveck

    Greetings &amp; Questions

    Greetings! I am new to these forums, so I figured I would start by asking a number of questions to get my bearings and then go from there. I have quite a bit of general programming experience, but have only been using PHP for about a year and Macromedia Flash MX for the last couple of months...
  14. zeveck

    Reluctant windows Update?

    So, on a Win2K Server machine I am running with SP4, Windows Update / Automatic Updates keeps detecting 'Cumulative Security Update for Outlook Express 6 SP1 (KB823353)'. If I let it install it, it reports that it installs successfully...but on the next reboot it again says it needs to be...
  15. zeveck

    GPO for Local Admin?

    Can I use GPO to ensure that AD users have administrator rights on workstations without making them Domain Admins? Can I somehow make them local admins? ~RMC
  16. zeveck

    Join Machines To Domain

    But I don't want the users to be able to add/remove accounts...just add/remove/replace computers. Account Operators appears to offer too much; and I am not sure what I have to delegate to achieve my intended goal... =(
  17. zeveck

    Internet explorer unable to start

    Disable DEP for IE. I know this is dumb, but I have personally seen both Outlook and IE fail in odd ways over Citrix where the problem was resolved by disabling DEP. *sigh*
  18. zeveck

    Outlook will not launch

    Another possibility is to disable DEP for Outlook. I know this is dumb, but I have personally seen both Outlook and IE fail in odd ways over Citrix where the problem was resolved by disabling DEP. *sigh*
  19. zeveck

    Quick Licensing Q

    I have 35 licenses for 'Citrix Presentation Server Enterprise'. Will these work for Metaframe XPs? XPe?
  20. zeveck

    stunnel through firewall?

    So, I am trying to use stunnel to add security to a session that has to operate through the corporate proxy. The problem is that I cannot figure out how to tell stunnel that there is a proxy involved; it seems like I can only tell it the final destination, which doesn't work because it has to go...

Part and Inventory Search

Back
Top