[EMAIL PROTECTED] Apache CGI-Bin issues with .exe files

2007-06-26 Thread Nathan Metcalf
Hello everyone, I am having some issues getting an .exe file to execute and not be prompted to download. I have put it in my cgi-bin directory. Here is the relevant parts of my config file: ScriptAlias /cgi-bin/ "C:/www_data/cgi-bin/" # # "C:/Program Files/Apache Software Foundat

Re: [EMAIL PROTECTED] help with htaccess

2007-06-26 Thread Joshua Slive
On 6/26/07, Brent <[EMAIL PROTECTED]> wrote: i have the latest apache 2.2.x running on a freebsd 6.2 box. THe root directory was changed to /usr/smb/some-directory rather than the default root dir of /usr/local/www/data to accomidate the use of samba 3. In short the owner wants the ability to

[EMAIL PROTECTED] help with htaccess

2007-06-26 Thread Brent
i have the latest apache 2.2.x running on a freebsd 6.2 box. THe root directory was changed to /usr/smb/some-directory rather than the default root dir of /usr/local/www/data to accomidate the use of samba 3. In short the owner wants the ability to drag & drop files onto the web server from his

[EMAIL PROTECTED] apache 2.0 vs. 2.2 shared memory help?

2007-06-26 Thread Richard Fogle
I know this is the apache list, I'm having problems with mod_auth_kerberos and that mailing list is a bit silent on this issue. I'm hoping someone ran across this out there and may have a solution or feedback! Thanks in advance, everything works fine in apache 2.0, details below: I'm st

[EMAIL PROTECTED] Apache httpd 2.0.54 on Debian Stable -- processes stuck in "Read" mode; Apache does not respond.

2007-06-26 Thread John Schofield
We use Apache to serve software updates to hundreds of client machines (Ubuntu Linux), which connect to our server on an automated basis. These units connect both from inside our network, and from client machines running on our customers' networks. I started getting problem reports that cli

Re: [EMAIL PROTECTED] Using Redirect directive without specifying scheme or host...

2007-06-26 Thread Joshua Slive
On 6/26/07, Matt <[EMAIL PROTECTED]> wrote: According to the mod_alias documentation , when using the Redirect directive "The new /URL/ should be an absolute URL beginning with a scheme and hostname, but a URL-path beginning with a sl

[EMAIL PROTECTED] Using Redirect directive without specifying scheme or host...

2007-06-26 Thread Matt
I'm trying to configure Apache to redirect from sort of a shortcut path name to a longer path, so that, for example, all requests to http://foo.example.com/source/directory/file.ext will be redirected to http://foo.example.com/destination/directory/file.ext. The following directive accomplishe

Re: [EMAIL PROTECTED] mod_proxy for rpc over https

2007-06-26 Thread Tony Stevenson
Lokesh K B Reddy wrote: Hi, I added that line .. My OWA is working fine with HTTPS only .. Listen 80 Listen 158.218.128.115:443 Regards, Lokesh Have you tried setting the logging level to 'debug' in Apache? "LogLevel debug" Also what do your IIS logs show you? I last had th

RE: [EMAIL PROTECTED] mod_proxy for rpc over https

2007-06-26 Thread Lokesh K B Reddy
Hi, I added that line .. My OWA is working fine with HTTPS only .. Listen 80 Listen 158.218.128.115:443 Regards, Lokesh -Original Message- From: Lindsay Hausner [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 26, 2007 3:31 PM To: users@httpd.apache.org Subject: RE: [EMAIL P

RE: [EMAIL PROTECTED] mod_proxy for rpc over https

2007-06-26 Thread Lindsay Hausner
-Original Message- From: Lokesh K B Reddy [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 26, 2007 9:56 AM To: users@httpd.apache.org Cc: [EMAIL PROTECTED] Subject: RE: [EMAIL PROTECTED] mod_proxy for rpc over https Hi, Forgot to update Apache details.. Server version: Apache/2.

[EMAIL PROTECTED] RE: How to apply auth/authzn to regex paths rather than s

2007-06-26 Thread jallen
As i expect that is very discourteous I will simply reply to my good friend Fernando Gomez (don't laugh, that's his name), wkurzać To all others, sorry for the double post, nabble nightmares, s is obviously the solution to my problem (and I should of thought of it too) Thanks again fernando.go

RE: [EMAIL PROTECTED] How to apply auth/authzn to regex paths rather than s

2007-06-26 Thread fernando.gomez
vETE A LA MIERDA! -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nombre de Joshua Slive Enviado el: martes, 26 de junio de 2007 15:23 Para: users@httpd.apache.org Asunto: Re: [EMAIL PROTECTED] How to apply auth/authzn to regex paths rather than s On 6/26/07, jalle

[EMAIL PROTECTED] How to specify my directory structure in Apache?

2007-06-26 Thread ShivKumar
How to specify my directory structure (C:\tomcat5.5.17\webapps\sampleapp\web-inf\classes\com\bean) in Apache? I m doing tomcat server clustering. I have to mention in httpd.conf or workers.properties or mod_jk.conf or mod_jk_cluster.conf? In which file i have to mention.. Thanks Shiva -- View

[EMAIL PROTECTED] Simultaneous Proxy Balancer workers

2007-06-26 Thread Yavor Trapkov
Hello, is it possible to setup 2 or more proxy balancers to simultaneously use the same worker (server), for example ProxyPass /URL1 balancer://mycluster1 BalancerMember http://1.2.3.4:8009/URL1 route=blue BalancerMember http://1.2.3.5:8009/URL1 smax=10 route=red # Less powerful server, don't

[EMAIL PROTECTED] How to apply auth/authzn to regex paths rather than s

2007-06-26 Thread jallen
Dear list, I would like to get your thoughts on how to implement the following use case: We wish to control access to certain URLs based upon some authorisation scheme (don't worry the question is not about how we set up the authorisation directives themselves:)) however these URLs fall under th

RE: [EMAIL PROTECTED] mod_proxy for rpc over https

2007-06-26 Thread Lokesh K B Reddy
Hi, Forgot to update Apache details.. Server version: Apache/2.0.52 Server built: Jan 30 2007 09:56:16 OS : RHEL4 Update 4 Apache : Using Redhat RPM.. Regards, Lokesh -Original Message- From: Lokesh K B Reddy Sent: Tuesday, June 26, 2007 9:54 AM To: 'users@httpd.apache.or

RE: [EMAIL PROTECTED] mod_proxy for rpc over https

2007-06-26 Thread Lokesh K B Reddy
Hi, Still RPC over HTTPS is not working after adding AllowCONNECT 443. Here is my configuration, with this OWA (Outlook Web Access) is working fine , only problem with RPC over HTTPS. ServerName exchange.sensata.com:443 # This secures the server from being used as a third

Re: [EMAIL PROTECTED] Weird apache problem

2007-06-26 Thread Rudo de Jong
Hi Kyle, Thanks for the reply. I know about that bug in PHP. I guess it still exists in PHP 5.2.3 because another Win2k3 server running that version using the same script also generates that error now and then. However: The PHP bug is not really the issue (unless directly related off cour

Re: [EMAIL PROTECTED] How to apply auth/authzn to regex paths rather than s

2007-06-26 Thread Joshua Slive
On 6/26/07, jallen <[EMAIL PROTECTED]> wrote: Access to the this URL should just be passed on to ajp13 worker and thus the external Tomcat application to handle: http://repository.example.com/com/foo/bar/readme.txt Where as these URLs should be challenged by Apache authnz before being passed o

Re: [EMAIL PROTECTED] Incorrect IP address in logs - Apache 2.0.59

2007-06-26 Thread Matus UHLAR - fantomas
On 24.06.07 12:18, S. William Schulz wrote: > I am running Apache 2.0.59 on a CentOS 4.5 system (their RPM build), > and it has been working for several months. This is a smallish > install, with less than 25 vhosts. > > Today, I set out to configure some statistics software, but in looking > at

[EMAIL PROTECTED] How to apply auth/authzn to regex paths rather than s

2007-06-26 Thread jallen
Dear list, I would like to get your thoughts on how to implement the following use case: We wish to control access to certain URLs based upon some authorisation scheme (don't worry the question is not about how we set up the authorisation directives themselves:)) however these URLs fall under th

[EMAIL PROTECTED] Weird apache problem

2007-06-26 Thread Rudo de Jong
Hi there! I searched the web without finding a clear answer to my problem. Maybe somebody on the list can help me out. I am running a Win2k3 server with Apache 2.0.59 and PHP 5.1.4 Some flaky PHP script is causing Apache to restart itself every now and then. The PHP script is not the issue t

Re: [EMAIL PROTECTED] apache2.2 + mod_authnz_ldap + openldap (all win32 native binaries)

2007-06-26 Thread William A. Rowe, Jr.
Sheryl wrote: >> hello all, >> for two days i've tried to google solution for my problem. >> >> i'm using apache2.2 win32 binaries from apache.org >> and openldap win32 binaries from >> http://download.bergmans.us/openldap/openldap-2.2.29/ >> >> i have running openldap service, when searching direc

Re: [EMAIL PROTECTED] apache2.2 + mod_authnz_ldap + openldap (all win32 native binaries)

2007-06-26 Thread Jiri Kastner
Eric Covener wrote: > On 6/25/07, Jiri Kastner <[EMAIL PROTECTED]> wrote: >> [ldap_search_ext_s() for user failed][Protocol Error] > > Have you compared a packet trace via e.g. wireshark what happens in > apache vs. some command line client trying to emulate the same query? > yes i tried, but win