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!

Search results for query: *

  • Users: axman505
  • Content: Threads
  • Order by date
  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

    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...
  4. 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.
  5. 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...
  6. 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?
  7. 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!
  8. 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...
  9. 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?
  10. axman505

    Perl Storable Module Issue

    Hello, We are running Movable Type 3.17 and sixapart isnt being very helpful in helping us debug our problem. They only solution is that perl is broken. We this error out of movable type: Storable binary image v96.4 more recent than I am (v2.7) at blib/lib/Storable.pm (autosplit into...
  11. axman505

    auto file download

    Hello, I have a script which creates a csv file and then provides a link on a webpage to download it. What i want to do, is have the webpage automatically initiate the download process so all the user has to do is click the ok box and select where to download it. What is the best way to do...
  12. axman505

    FAQ/Knowledgebase System

    I am looking for a good opensource faq/knowledgebase system written in php. Does anyone have any suggestions for any that are obviously above and beyond the rest? Thanks!
  13. axman505

    Array of Hashes

    I have a array of hashes. Each hash needs to be first sorted by the numerical key value, and then printed out. I am having trouble making this work. Can anyone offer any hints? Thanks.
  14. axman505

    Javascript Double Quote Issue

    I have the following hunk of code in a document: $report .= "<td><span class='receipt'><a href='receipt.php?interfaceordernum=".$curOrder->id."' onclick=\"window.open(this.href,'_blank');return false;\">".$curOrder->id."</a></span></td>"; This hunk is included in a string which is printed...
  15. axman505

    mod dav with apache 2 virtual hosts

    Hello, I have an apache 2 install set up running virtual hosts. The virtual hsots are running under suexec. What i want to do for a given virtual host, is set up webdav. But, the webdav runs off the main apache install, of user apache group apache. Is there any way i can change the user...
  16. axman505

    Snort Daily Reports

    From what i have read, the Debain snort package contains a script which will generate a daily report. Is there anything like this available for redhat/fedora systems? Thanks!
  17. axman505

    3x to 4.1.x Migration Question

    We will soon be moving a redhat 9.0 box to redhat enterprise 4 AS. The question is, what is the best way to migrate the 3.23 mysql databases to 4.1 which comes stock with rhel4? The normal migration path is to upgrade from 3.23 -> 4.0x -> 4.1.x. My initial thought was to perform the migration...
  18. axman505

    Transparent Proxy with squid and apache

    Is it possibly to run a tranparent proxy along with apache on port 80 on the same box? If so, can anyone point me in the direction of some documentation? Thanks!
  19. axman505

    parsing xml with php

    I have the following hunk of code: if ($dh = opendir($this->stylesPath)) { while (false !== ($file = readdir($dh))){ if ($file !="." && $file != ".."){ $this->styles[$i] = array(); $this->styles[$i]['dirname'] = $file; // Import XML Here // Read in...
  20. axman505

    Binding Virtual Hosts

    I am trying to bind a second IP to a NIC as eth0:1. What i found is that the best way to do this is to put the following in the rc.local file. Is this correct? /sbin/ifconfig eth0:1 192.168.12.12 /sbin/route add -host 192.168.12.12 dev eth0:1 Thanks!

Part and Inventory Search

Back
Top