[EMAIL PROTECTED] Rewrite/RedirectMatch Issues

2006-02-03 Thread Jason Williard
I have been having trouble getting some Rewrites or Redirects to work. Here is what I am trying to do: http://weather.domain.com/ - http://www.domain.com/weather/ http://weather.domain.com/# - http://www.domain.com/weather/# http://weather.domain.com/@ -

[EMAIL PROTECTED] how to get asp on apache ?(asap)

2006-02-03 Thread mohan devanoor
"William A. Rowe, Jr." [EMAIL PROTECTED] wrote:mohan devanoor wrote: Thanks William, problem is solved with mod_perl but how to create any asp program to run on apache??- i meant to say the samples which r given in asp/eg/ are working. Apache uses perl scriptembeded asp page. is it so?

[EMAIL PROTECTED] double wild card ssl certificates

2006-02-03 Thread Khai Doan
My company has a wild card SSL server certificate *.domain.com . However we need to use double wild card certificate *.*.domain.com. Can I use *.domain.com (which is a server certificate, signed by a trusted root CA) to sign the *.*.domain.com ? I have read elsewhere that I need an

Re: [EMAIL PROTECTED] Dual SAN certificate support

2006-02-03 Thread Joe Orton
On Thu, Feb 02, 2006 at 04:20:42PM -0600, Savage, Robert CTR USTRANSCOM J6 wrote: Acronym defined: SAN = Subject Alternative Name Certificate contains two FQDN entries, one an alias to the other: DNSName: fully.qualified.name DNSName: alias-of.qualified.name What I got back from

Re: [EMAIL PROTECTED] double wild card ssl certificates

2006-02-03 Thread Olaf van der Spek
On 2/3/06, Khai Doan [EMAIL PROTECTED] wrote: My company has a wild card SSL server certificate *.domain.com . However we need to use double wild card certificate *.*.domain.com. Can I use *.domain.com (which is a server certificate, signed by a trusted root CA) to sign the *.*.domain.com ?

Re: [EMAIL PROTECTED] cgi-bin contents

2006-02-03 Thread make stuff up
AddHandler html php ## is this going to do it? thanks hi all... if i have a cgi-bin directory - or any directory in which is cgi execution is permitted - can i have other files served from the same directory or any other directory below - like php and html? do i need

Re: [EMAIL PROTECTED] cgi-bin contents

2006-02-03 Thread Joshua Slive
On 2/2/06, make stuff up [EMAIL PROTECTED] wrote: hi all... if i have a cgi-bin directory - or any directory in which is cgi execution is permitted - can i have other files served from the same directory or any other directory below - like php and html? do i need suexec for that? There

[EMAIL PROTECTED] sumbol multiple-defined when compiling httpd 2.2.0 on Solaris 8

2006-02-03 Thread Nico De Ranter
Hi, I'm trying to compile httpd 2.2.0 on Solaris 8. When I do 'make install' it stops with the following error messages: === [..] /usr/root/web/httpd-2.2.0/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthreads

Re: [EMAIL PROTECTED] how to get asp on apache ?(asap)

2006-02-03 Thread Mark McCulligh
Have a look at Sun Java System Active Server Pages (formly Chilisoft) http://www.sun.com/software/chilisoft/index.xml It will let you run ASP (NOT ASP.NET) on Linux. I used it about 3-4 years ago when I made the switch from Windows(IIS) to Linux(Apache). Used it for a couple years until I

[EMAIL PROTECTED] Apache 2.0/2.2 + Suexec + Mod_Frontpage help

2006-02-03 Thread noip
Hello, Curently i'm running Apache 1.3.34 + Suexec with PHP_Suexec + Mod_Frontpage_Mirfak and i have plans to upgrade to Apache version 2.0 or 2.2. The problems is that i can't find a easy way to make Frontpage to work with Suexec for Apache 2 (i hate Frontpage but we have many clients that

Re: [EMAIL PROTECTED] Re: Precompiled Mod_SSL binaries for Win32 and Apache 1.3

2006-02-03 Thread Jason J. Czerak
I have tested this same application on Win32 with apache 1.3. It is dog slow. yes. As I expected. But one fact remains, it's STABLE. the scripts don't fail. There is a nice issue with 2.0.55 and modperl 2 and perl. As for apache 1.3 being threaded on win32. This I did not know. Apache 2

[EMAIL PROTECTED] Sporadic (and very anoying) file rights issues

2006-02-03 Thread Manuel Vacelet
Hello all, I posted 1 week ago about a problem of access rights with apache and subversion. Today, I'm pretty sure it's an apache problem because I'm now facing the bug with another application. Summary: * From time to time some subversion transactions faild. The failure is due to a problem of

RE: [EMAIL PROTECTED] Dual SAN certificate support

2006-02-03 Thread Savage, Robert CTR USTRANSCOM J6
Joe, Event Type: Error Event Source: Service Control Manager Event Category: None Event ID: 7024 Date: 2/2/2006 Time: 8:20:18 AM User: N/A Computer: UNDERDOG Description: The Apache2 service terminated with service-specific error 1. When I edit

Re: [EMAIL PROTECTED] cgi-bin contents

2006-02-03 Thread make stuff up
On 2/2/06, make stuff up [EMAIL PROTECTED] wrote: hi all... if i have a cgi-bin directory - or any directory in which is cgi execution is permitted - can i have other files served from the same directory or any other directory below - like php and html? do i need suexec for that?

RE: [EMAIL PROTECTED] how to get asp on apache ?(asap)

2006-02-03 Thread Gary W. Smith
You can try http://www.sun.com/software/chilisoft/index.xml Works for some. I have installed it before and some of the application works without any rewrites, others don't. Gary Wayne Smith -Original Message- From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] Sent: Thursday,

[EMAIL PROTECTED] Reverse proxy with proxy-html

2006-02-03 Thread Errol Neal
I'm having some difficulty getting this to work the way I need it to. Does anyone have some time to provide some feed back and experiences? Thx Errol Neal - The official User-To-User support forum of the Apache HTTP Server

Re: [EMAIL PROTECTED] Redirecting http traffic to an https virtual host

2006-02-03 Thread John Moore
Peter, Here is what I have in production today on a Apache 2.0.X server. This is within a VirtualHost. Suggest defining a rewrite log and setting logging level high to see what's going on behind the scene if this doesn't work for you. John Location /xyz RewriteEngine on

Re: [EMAIL PROTECTED] cgi-bin contents

2006-02-03 Thread Joshua Slive
On 2/3/06, make stuff up [EMAIL PROTECTED] wrote: i was using #2 but it doesn't work. i have: Directory /path/to/dir Options +ExecCGI FollowSymLinks Don't mix + and non-+ options. You probably mean Options ExecCGI FollowSymLinks. AddHandler cgi-script .cgi /Directory and

Re: [EMAIL PROTECTED] mod_auth_ldap mod_auth_mysql on OS-X

2006-02-03 Thread William Paredes
Greetings! I've managed to completely isolate the multiple authentication symptoms I'm having. To recap, I'd like to authenticate users against an LDAP server with a fail through to a MySQL server. Realms which require only LDAP or only MySQL authentication behave correctly. However, a

Re: [EMAIL PROTECTED] mod_auth_ldap mod_auth_mysql on OS-X

2006-02-03 Thread httpd2
Hi Wiliam. I've been reading up on modules and authentication. You may need to move the LDAP module so it comes after the mysql_auth module, as each module is tested in reverse order, i.e. last loaded module is higher priority and comes first in the pecking order. Accordingly, the way you

RE: [EMAIL PROTECTED] Redirecting http traffic to an https virtual host

2006-02-03 Thread Axel-Stéphane SMORGRAV
The rewrite condition is superfluous, and furthermore it is not because the connection is on port 443 that it is necessarily SSL. Either you have SSLEngine On within that virtual host, or you don't: that's what determines whether the VH uses SSL or not. A better way of testing is to use the

Re: [EMAIL PROTECTED] mod_auth_ldap mod_auth_mysql on OS-X

2006-02-03 Thread William Paredes
Hi! Moving the mod_auth_mysql module before the mod_auth_ldap does give mysql priority, however the reverse problem happens. That is, when a user exists in both databases with different passwords, now mod_auth_mysql refuses to 'decline'. I've systematically swapped the load order of

Re: [EMAIL PROTECTED] Reverse proxy with proxy-html

2006-02-03 Thread Joshua Slive
On 2/3/06, Errol Neal [EMAIL PROTECTED] wrote: I'm having some difficulty getting this to work the way I need it to. Does anyone have some time to provide some feed back and experiences? Just some advice: That kind of comment rarely gets you anywhere on a technical list. Explain your problem

[EMAIL PROTECTED] LDAP Authentication with mod_authnz_ldap

2006-02-03 Thread Dave Bell
Hi guys :) I'm running TWiki and using a .htaccess file to control access to files. Basically I'm using mod_authnz_ldap and Basic Authentication to authenticate users with our internal directory server. Here is my .htaccess file: SetHandler cgi-script AuthType Basic AuthBasicProvider ldap

RE: [EMAIL PROTECTED] Reverse proxy with proxy-html

2006-02-03 Thread Errol Neal
On 2/3/06, Errol Neal [EMAIL PROTECTED] wrote: I'm having some difficulty getting this to work the way I need it to. does anyone have some time to provide some feed back and experiences? You Wrote: Just some advice: That kind of comment rarely gets you anywhere on a technical list. Yeah.

[EMAIL PROTECTED] Newbie Getting Errors on Start

2006-02-03 Thread Charlie Moher
Greetings. Just installed 2.0.55 and when I try to start it, a dos like box pops up and gives me the following error: The system cannot find the file specified: No installed service named Apache 2 I'm running this on Windows XP. Your help in getting this fixed is appreciated in advance.

[EMAIL PROTECTED] apr_uid_current() - what does it mean on Windows??

2006-02-03 Thread Lekha Menon
Hi, When i use apr_uid_name_get(apr_uid_t *userid, apr_gid_t *groupid, apr_pool_t *p); on WIndows, it sets the userid groupid to invalid values - i.e if i pass the gid set by apr_uid_name_get to apr_gid_name_get() on WINDOWS, it returns APR_EINVAL. Why is it so? does the