Re: [EMAIL PROTECTED] exe file as cgi

2006-12-27 Thread Davide Bianchi
Arturo Zentella Dehesa wrote: I tried things like: Options ExecCGI If you have 'execcgi' or a directory defined as 'scriptalias' you don't need anything else, apache will treat every file in there as an executable and try to execute it instead of serving it. Davide -- In a world without

[EMAIL PROTECTED] exe file as cgi

2006-12-27 Thread Arturo Zentella Dehesa
Hi, What/how should I configure so that a complied file (.exe from c/c++/pas) does the cgi job. I need it working in the user's dir .../cgi or perhaps a specialized dir .../exe. I have to implement this in both linux+winXP apache 2.2. I tried things like: Options ExecCGI AddHandler applicati

[EMAIL PROTECTED] xBase++ on Apache

2006-12-27 Thread Nathan Kellogg
Does anyone have a better way of running xBase++ or Clipper apps under Apache OTHER than mod_isapi or WAA? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.ht

[EMAIL PROTECTED] re: icon in url bar: thks

2006-12-27 Thread Arturo Zentella Dehesa
thks arturo __ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! Regístrate ya - http://correo.yahoo.com.mx/ - The official User-To-User support forum o

[EMAIL PROTECTED] ErrorDocument directive for 500 errors not displaying full content

2006-12-27 Thread Aplus Dedicated Support, Jarrod Overson
Apache 2.2.2 was having problems displaying content for 'error 500' responses (either it would not display anything, or it would display the data output as plaintext) so i upgraded to 2.2.3 and now, at least, i am getting apache to consistently display data but it always sends a content-length

[EMAIL PROTECTED] httpd 2.0.53 processes don't die

2006-12-27 Thread [EMAIL PROTECTED]
Running apache 2.0.53 on Solaris 8. Child processes build up to the maximum (MaxClients), and then the web server stops responding so I have to go and kill old httpd process (I never have to restart apache). The processes I kill are generally a few days old, or several hours old. As I understan

[EMAIL PROTECTED] passwords on version 2.2.3 for windows XP

2006-12-27 Thread AB
I am having trouble using text file authorization. Only certain user/password combinations work, I can't find documentation on user/pass restrictions. Alan - The official User-To-User support forum of the Apache HTTP Server Pro

Re: [EMAIL PROTECTED] icon in url line

2006-12-27 Thread Davide Bianchi
Arturo Zentella Dehesa wrote: How can I make apache server to include an icon in the url line. Is there perhaps a standard (directory-)name for the icon? Put your icon in the document root and call it 'favicon.ico', is not apache, is the browser that will request it. Davide -- Bill Gates di

[EMAIL PROTECTED] Apache and client certs

2006-12-27 Thread Manuela . Vorazzo
Hello everyone! I've an apache 2.2 WebServer that is working as a reverse proxy for a WebSphere application server that is on a separate machine. Now I have a web application that need an information that is included in a client certificate field (OU). I would like to know if, with apache, is p

[EMAIL PROTECTED] Apache and client certs

2006-12-27 Thread Manuela . Vorazzo
Hello everyone! I've an apache 2.2 WebServer that is working as a reverse proxy for a WebSphere application server that is on a separate machine. Now I have a web application that need an information that is included in a client certificate field (OU). I would like to know if, with apache, is p

Re: [EMAIL PROTECTED] Single Sign On via Windows Active Directory credentials

2006-12-27 Thread Marc Boorshtein
mod_kerberos should give you SSO with an existing AD environment - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMA

RE: [EMAIL PROTECTED] icon in url line

2006-12-27 Thread Germer, Carsten
No long talk: Find information here http://en.wikipedia.org/wiki/Favicon Happy holidays! /Carsten >-Original Message- >From: Arturo Zentella Dehesa [mailto:[EMAIL PROTECTED] >Sent: Wednesday, December 27, 2006 2:30 PM >To: users@httpd.apache.org; [EMAIL PROTECTED] >Subject: [EMAIL PROTECT

[EMAIL PROTECTED] icon in url line

2006-12-27 Thread Arturo Zentella Dehesa
Hi: How can I make apache server to include an icon in the url line. Is there perhaps a standard (directory-)name for the icon? __ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! Regístrate ya - http://correo.yahoo.com.

Re: [EMAIL PROTECTED] SSO on Apache

2006-12-27 Thread Gayal
I added LoadModule ldap_module modules/mod_ldap.so to the httpd.conf file. And change the .htaccess file as below SetHandler ldap-status Order deny,allow Deny from all Allow from yourdomain.example.com #AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one #AuthzLDAPAuthoritative off require val

Re: [EMAIL PROTECTED] SSO on Apache

2006-12-27 Thread Davide Bianchi
Gayal wrote: What are the possible Single Sign On ways available in Apache to authenticate users from a Domain Controller. Use the ldap_auth module and point it to your Domain Controller. Davide -- "Microsoft technology" -- isn't that an oxymoron? -- Gareth Barnard

[EMAIL PROTECTED] SSO on Apache

2006-12-27 Thread Gayal
Hi, What are the possible Single Sign On ways available in Apache to authenticate users from a Domain Controller. -- Gayal Rupasinghe SU-APIIT "The willingness to make a commitment even when results are unknown." - The official

Re: [EMAIL PROTECTED] Single Sign On via Windows Active Directory credentials

2006-12-27 Thread Genesis X1
Is it compulsory to use LDAP. I m trying to achieve it via NTLM?? Any clue? On 12/27/06, Yvo van Doorn <[EMAIL PROTECTED]> wrote: You will need to load mod_ldap ( http://httpd.apache.org/docs/2.2/mod/mod_ldap.html) and mod_authnz_ldap (http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html)