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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by axman505

  1. axman505

    php commandline script

    I have a command line script that I'm trying to run on windows 2003 with php 5.3.2. The script includes an app top file, which includes the config file. The problem is that variables set in the config file are not available to the app top script. (This all works fine when loaded from Apache)...
  2. axman505

    Apache + PHP on Windows 2003 with MSSQL

    Hello, I have apache 2.2, with php 5.2.5 running on windows 2003. I need to connect to an Microsoft SQL server database running on a different machine. We have the mssql extension enabled, and even install the MS Sql Tools. But things still do not appear to be working. Does anyone have any...
  3. axman505

    HRESULT -2147220473 Macromedia Breeze Presenter

    I am experiencing the same problem. Where you able to find a solution?
  4. axman505

    Perl Upload

    Hello, I am trying to use the script below to upload files, in conjunction with php. I am trying to pass urls into the script via post which will set a different tmp_dir and upload_dir based the the logged in user. My problems is that in the first part of the script, I try to assign the...
  5. axman505

    add a webdav link to dfs

    Is it possible to add a webdav link into a dfs? Any thoughts or suggestions are appreciated. Thanks.
  6. axman505

    Forbidden You don't have permission to access ...

    That is the main docroot. Try: http://localhost/index.html .. that should load whatever is in the document root. Back to up above i:\images\product is not in your server root (e:\apache\apache2\htdocs) If you want to access a directory not in your document root, you have to create an alias...
  7. axman505

    Forbidden You don't have permission to access ...

    i'm not to familair with running apache on windows, but im pretty sure you dont want the i: in the directory. Maybe make an alias to that path instead of what your trying to do. Something like: Alias /myimages "i:/images/product
  8. axman505

    apache and asp

    Check out the mono project: http://www.mono-project.com/Main_Page
  9. axman505

    .htaccess Auth Ldap

    I am trying to set up authentication agaisnt an AD 2003 group, but im not having any success .. Here is my current config options: AuthType Basic AuthName "Authentication Required" AuthLDAPEnabled On AuthLDAPBindDN **** AuthLDAPBindPassword **** AuthLDAPURL...
  10. axman505

    php ldaps auth with AD 2003

    I am trying to get php to LDAP auth to Active directory 2003. I have the AD server ssl cert, however im having trouble making things work. Can anyone offer any suggestions?
  11. axman505

    Windows Video Stream

    I have a basic asx video playlist. Are there any settings which can make this loop in the player? I'm not finding anything about it online. THanks!
  12. axman505

    install multiple o.s on same hdd (linux + windows)?

    Almost all linux distro's ive seen allow you to set partition options. You shouldnt have to blow away your entire harddrive just to install linux. Mabye you should look into a different distro, such as Fedora or Mandriva. Whenever i have set up a dual boot system, i have always installed...
  13. axman505

    CMS recommendation?

    I have seen and read great things about plone <http://www.plone.org> It does however require Zope server as a backend.
  14. axman505

    Darwin Streaming Server Problems

    Greetings, I am trying to set up DSS on a Debian system. I downloaded the installer for redhat, i manually created the qtss group, but other than that it appears to have installed correcty. However, i'm unable to load any of the sample clips. I can get to the admin interface just fine...
  15. axman505

    multiple auth methods with .htaccess

    Greetings all, is it possible to have multiple auth methods in a .htaccess file? specifially i need to auth agaisnt an LDAP directory and an .htpasswd file. I am using Apache 2.x. Is this doable?

Part and Inventory Search

Back
Top