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)...
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...
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...
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...
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?
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...
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?
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...
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...
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!
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.
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...
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...
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!
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...
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!
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...
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!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.