Re: [EMAIL PROTECTED] opening files on client

2008-05-20 Thread syed mehdi
i created a badge installer in an iframe and that solved the problem, thanks. On Mon, May 19, 2008 at 10:25 PM, Joshua Slive <[EMAIL PROTECTED]> wrote: > On Mon, May 19, 2008 at 10:20 AM, syed mehdi <[EMAIL PROTECTED]> wrote: > > Hi, > > I have placed a *.abc file at

Re: [EMAIL PROTECTED] executing files on server

2008-05-19 Thread syed mehdi
oshua Slive <[EMAIL PROTECTED]> wrote: > On Mon, May 19, 2008 at 10:25 AM, syed mehdi <[EMAIL PROTECTED]> wrote: > >> or say if i want to execute some exe like *.exe instead of *.abc on server >> side, then where should i place that on server and what changes should i >&

[EMAIL PROTECTED] executing files on server

2008-05-19 Thread syed mehdi
Hi, I have placed a *.abc file at apache server document root (/var/www/html), this application opens with some registered application (say x) on client side. Now whenver i try to open this file from client side (using some url like: http://machine-ip/*.abc), then it opens in binary mode, rather th

[EMAIL PROTECTED] opening files on client

2008-05-19 Thread syed mehdi
Hi, I have placed a *.abc file at apache server document root (/var/www/html), this application opens with some registered application (say x) on client side. Now whenver i try to open this file from client side (using some url like: http://machine-ip/*.abc), then it opens in binary mode, rather th

[EMAIL PROTECTED] one more question

2008-05-16 Thread syed mehdi
Hi Guys, I am working on FC8 (fedora core). i want to authenticate a script in cgi-bin before any user can execute it. now whenever i execute authenticate.py (placed at /usr/local/apache2/cgi-bin/authenticate) i am getting ldap authentication dialog again and again (though i have provided correct l

Re: [EMAIL PROTECTED] apache module problem

2008-05-16 Thread syed mehdi
Thanks Eric, from where i can get this module, and where should i place it in my directory structure (/usr/local/apache2/modules contains only one file as httpd.exp). On Fri, May 16, 2008 at 5:33 PM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Fri, May 16, 2008 at 7:36 AM, syed mehd

[EMAIL PROTECTED] apache module problem

2008-05-16 Thread syed mehdi
Hi Guys, I installed latest version of apache (2.2.8) on FC8 (fedora core). i want to authenticate a script before any user can execute it. for this effect i made changes in httpd.conf (placed at "/usr/local/apache2/conf/httpd.conf") and added lines as: AllowOverride AuthConfig in folder /usr

Re: [EMAIL PROTECTED] ldap authentication

2008-05-09 Thread syed mehdi
o? Thanks & Regards On Wed, Apr 23, 2008 at 5:15 PM, Krist van Besien <[EMAIL PROTECTED]> wrote: > On Wed, Apr 23, 2008 at 7:00 AM, syed mehdi <[EMAIL PROTECTED]> wrote: > > When a user authenticates using LDAP user/paswd to execute a script > placed > > at ser

Re: [EMAIL PROTECTED] ldap authentication

2008-05-09 Thread syed mehdi
i tried to access user name (who have authenticated via LDAP) using the variable REMOTE_USER in python like: print REMOTE_USER but it gave an exception Thanks & Regards syed On Wed, Apr 23, 2008 at 5:15 PM, Krist van Besien <[EMAIL PROTECTED]> wrote: > On Wed, Apr 23, 2008 at

Re: [EMAIL PROTECTED] ldap authentication

2008-04-23 Thread syed mehdi
ou do. > > Cheers > Salih > > On Wed, Apr 23, 2008 at 9:00 AM, syed mehdi <[EMAIL PROTECTED]> wrote: > > When a user authenticates using LDAP user/paswd to execute a script > placed > > at server, then how can the script determine which user have executed it >

[EMAIL PROTECTED] ldap authentication

2008-04-22 Thread syed mehdi
When a user authenticates using LDAP user/paswd to execute a script placed at server, then how can the script determine which user have executed it (after authentication). By this we can keep track of users making changes in database otherwise any user can make changes anywhere and it will be in a

Re: [EMAIL PROTECTED] urgent help needed

2008-04-22 Thread syed mehdi
ocs/2.2/mod/mod_ldap.html > Cheers > Salih > > On Tue, Apr 22, 2008 at 12:45 PM, syed mehdi <[EMAIL PROTECTED]> wrote: > > Thanks salih, > > i added the directive > > > > > > AllowOverride AuthConfig > > > > in config file af

Re: [EMAIL PROTECTED] urgent help needed

2008-04-22 Thread syed mehdi
cgi-bin/mine is having an > AllowOverride AuthConfig in the apache configuration. > > Example: > > > AllowOverride AuthConfig > > > OR > > > AllowOverride All > > > to allow all .htaccess-able directives. > > Cheers > Salih > > On Tue, Apr 22

[EMAIL PROTECTED] urgent help needed

2008-04-22 Thread syed mehdi
just wanted to know why LDAP authentication is not working for me in given case (i have apache2 installed on my ubuntu 606): i have placed .htaccess with these contents in /user/lib/cgi-bin/mine: AuthType Basic AuthName 'LDAP Login (Please do not add domainname\\ before username)' AuthLDAPURL ldap:

[EMAIL PROTECTED] executing scripts under apache server

2008-04-18 Thread syed mehdi
Hi Guys, After installing apache2, python lib for apache2 (libapache2), and doing some changes in default file in /etc/apache2/sites-available i was able to execute python scripts in /var/www/ directory from client side using url http://machine-ip/var/www/abc.py. but i want to place all of my p