Re: [us...@httpd] New User trying to install Apache server on Windows XP

2009-10-27 Thread Lester Caine
Daniel Gladstone wrote: I just downloaded the software and when in and config by httpd.conf file LoadModule php5_module "c:/PHP/php5apache2_2.dll" AddType application /x-httpd-php .php PHPIniDir "C:/PHP" when I tried to restart, I get an error message: Syntax error on line 489 of C:/Program Fi

Re: [us...@httpd] redirect occurs after authorization !!!

2009-10-27 Thread J. Bakshi
Tom Evans wrote: > On Tue, 2009-10-27 at 12:07 +0530, J. Bakshi wrote: > >> Hello list, >> >> I have finally able to redirect the viewvc ( svn viewer ) to https. here >> is the configuration >> >> `` >> ScriptAlias /test /usr/lib/cgi-bin/viewvc.cgi >> >> >> RewriteE

Re: [us...@httpd] mod_proxy+mod_rewrite: hiding redirection

2009-10-27 Thread Igor Cicimov
What if you remove the handle? As it is written now I don't see any particular need for it? On Wed, Oct 28, 2009 at 3:09 PM, Marcos Mendez wrote: > On Tue, Oct 27, 2009 at 8:47 PM, Igor Cicimov wrote: > > Try playing with the P,R,L flags in the rewrite rule and see what happens > :) > > e.g. >

Re: [us...@httpd] mod_proxy+mod_rewrite: hiding redirection

2009-10-27 Thread Marcos Mendez
On Tue, Oct 27, 2009 at 8:47 PM, Igor Cicimov wrote: > Try playing with the P,R,L flags in the rewrite rule and see what happens :) > e.g. > > RewriteRule $(.+) http://123.123.123.123/myscript?url=%{REQUEST_URI} [P,R,L] > or > RewriteRule $(.+) http://123.123.123.123/myscript?url=%{REQUEST_URI} [R

[us...@httpd] New User trying to install Apache server on Windows XP

2009-10-27 Thread Daniel Gladstone
I just downloaded the software and when in and config by httpd.conf file LoadModule php5_module "c:/PHP/php5apache2_2.dll" AddType application /x-httpd-php .php PHPIniDir "C:/PHP" when I tried to restart, I get an error message: Syntax error on line 489 of C:/Program Files/Apache Software Fo

Re: [us...@httpd] mod_proxy+mod_rewrite: hiding redirection

2009-10-27 Thread Igor Cicimov
Try playing with the P,R,L flags in the rewrite rule and see what happens :) e.g. RewriteRule $(.+) http://123.123.123.123/myscript?url=%{REQUEST_URI}[P,R,L] or RewriteRule $(.+) http://123.123.123.123/myscript?url=%{REQUEST_URI}

Re: [us...@httpd] Download single source file without line numbers

2009-10-27 Thread Eric Covener
On Tue, Oct 27, 2009 at 7:17 PM, Ryan Watkins wrote: > Is there a way to download a single source file from the Apache-SVN without > getting the line numbers on the left? > I think you'll have to use an SVN client, http://httpd.apache.org/dev/devnotes.html It seems that directly downloading a re

[us...@httpd] Download single source file without line numbers

2009-10-27 Thread Ryan Watkins
Is there a way to download a single source file from the Apache-SVN without getting the line numbers on the left?

Re: [us...@httpd] ldap_auth and disgest vs basic

2009-10-27 Thread aurfalien
On Oct 27, 2009, at 3:54 PM, Eric Covener wrote: On Tue, Oct 27, 2009 at 6:22 PM, wrote: Hi all, Will the ldap module for Apache 2 work with an AuthType of Digest? When I set it to Digest, I get; Digest: client used wrong authentication scheme `Basic': / I'm assuming my browser is having

Re: [us...@httpd] ldap_auth and disgest vs basic

2009-10-27 Thread Eric Covener
On Tue, Oct 27, 2009 at 6:22 PM, wrote: > Hi all, > > Will the ldap module for Apache 2 work with an AuthType of Digest? > > When I set it to Digest, I get; > > Digest: client used wrong authentication scheme `Basic': / > > I'm assuming my browser is having issues? > > Snippet of my httpd.conf >

Re: [us...@httpd] Different Limit rules on the same directory with mod_ftp

2009-10-27 Thread Scott Gifford
Nick Kew writes: > Scott Gifford wrote: >> Hello, >> I'm using mod_ftp to provide authenticated FTP access to a Web >> directory. It is mostly read-only, but a few users should have write >> access to the directory. I am using mod_auth_mysql with groups for > > What mod_auth_mysql? > > There ar

[us...@httpd] ldap_auth and disgest vs basic

2009-10-27 Thread aurfalien
Hi all, Will the ldap module for Apache 2 work with an AuthType of Digest? When I set it to Digest, I get; Digest: client used wrong authentication scheme `Basic': / I'm assuming my browser is having issues? Snippet of my httpd.conf AuthType Digest AuthLDAPURL ldap://myladpserver AuthzLDAPAu

[us...@httpd] mod_proxy+mod_rewrite: hiding redirection

2009-10-27 Thread Marcos Mendez
I'm using mod_proxy/mod_rewrite to redirect requests to a specific script which handles them. For example: RewriteEngine on RewriteCond %{HTTP_HOST} !^123.123.123.123 [NC] RewriteRule $(.+) http://123.123.123.123/myscript?url=%{REQUEST_URI} This is working great. The question is, can I hide tha

Re: [us...@httpd] ad-supported apache proxy

2009-10-27 Thread Marcos Mendez
Hi, after playing around and not liking the results, I'm redirecting to a cgi that does allow inserting of content and I'm getting my ads now. Still using mod_proxy, but no substitutions. Thanks for the help! On Tue, Oct 27, 2009 at 1:07 PM, Marcos Mendez wrote: > On Tue, Oct 27, 2009 at 12:45 P

RE: [us...@httpd] Re: apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread Emmanuel Bailleul
>Emmanuel Bailleul wrote: > >> Hi, >> >> It's been in the Wiki for a while : >> http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI >> >Thanks Eric and Emmanuel. >I do remember now coming across the Wiki, and noticing this line, about >browsers supporting SNI : > >Internet Explorer 7.0 or lat

[us...@httpd] Re: apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread Jens Schleusener
On Tue, 27 Oct 2009, Emmanuel Bailleul wrote: Dan Poirier wrote: Eric Covener writes: On Tue, Oct 27, 2009 at 3:06 PM, Krist van Besien wrote: On Tue, Oct 27, 2009 at 7:55 PM, Eric Covener wrote: http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#vhosts2 This doc is out of date due to SN

Re: [us...@httpd] Re: apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread André Warnier
Emmanuel Bailleul wrote: Hi, It's been in the Wiki for a while : http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI Thanks Eric and Emmanuel. I do remember now coming across the Wiki, and noticing this line, about browsers supporting SNI : Internet Explorer 7.0 or later (on Vista, not

RE: [us...@httpd] Re: apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread Emmanuel Bailleul
>Dan Poirier wrote: >> Eric Covener writes: >> >>> On Tue, Oct 27, 2009 at 3:06 PM, Krist van Besien >>> wrote: On Tue, Oct 27, 2009 at 7:55 PM, Eric Covener wrote: >> http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#vhosts2 > This doc is out of date due to SNI! The OP's versi

Re: [us...@httpd] Re: apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread Eric Covener
> Can someone maybe, just a little bit, say something about what SNI might be, > and/or point to some Apache doc related to it ? > I feel (again) like some acronym passed me by. > And yes, I'll go check that FAQ, but as of right now in Western Europe, it > does not talk of SNI yet. When a client i

Re: [us...@httpd] apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread Joseph S
OK sorry for the duplicate info. When I composed this my mail client hadn't pulled down Eric's reply yet. Joseph S wrote: Krist van Besien wrote: On Tue, Oct 27, 2009 at 7:41 PM, Joseph S wrote: Now here's the kicker: When I click through the warning in Firefox my logs show that I am

Re: [us...@httpd] Re: apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread Joseph S
André Warnier wrote: Can someone maybe, just a little bit, say something about what SNI might be, and/or point to some Apache doc related to it ? I feel (again) like some acronym passed me by. And yes, I'll go check that FAQ, but as of right now in Western Europe, it does not talk of SNI ye

Re: [us...@httpd] apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread Joseph S
Krist van Besien wrote: On Tue, Oct 27, 2009 at 7:41 PM, Joseph S wrote: Now here's the kicker: When I click through the warning in Firefox my logs show that I am going to the second virtual host, the one with the that *.a certificate, even though I'm using the *.* certificate. So how i

Re: [us...@httpd] Apache2 and virtual hosts.

2009-10-27 Thread Roger
Oh wow! Out of everything that I expected that could be the reason, that one was not even close to pass my mind. Thank you so much. -r On Tue, Oct 27, 2009 at 4:20 PM, Eric Covener wrote: >>       ServerAlias             "domain003.com www.domain003.com" > > Those are one hostname with spaces i

Re: [us...@httpd] Re: apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread André Warnier
Dan Poirier wrote: Eric Covener writes: On Tue, Oct 27, 2009 at 3:06 PM, Krist van Besien wrote: On Tue, Oct 27, 2009 at 7:55 PM, Eric Covener wrote: http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#vhosts2 This doc is out of date due to SNI! The OP's version clearly doesn't yet support

Re: [us...@httpd] Apache2 and virtual hosts.

2009-10-27 Thread Eric Covener
>       ServerAlias             "domain003.com www.domain003.com" Those are one hostname with spaces in them, not two hostnames. Lose the quotes or quote each one separately. -- Eric Covener cove...@gmail.com - The official U

[us...@httpd] Apache2 and virtual hosts.

2009-10-27 Thread Roger
Hello all, After reading the apache documentation I came up with the following configuration: ## ServerName "servername.domain.com:80" NameVirtualHost *:80 # Default. Servername "servername.domain.com" DocumentR

[us...@httpd] Re: apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread Dan Poirier
Eric Covener writes: > On Tue, Oct 27, 2009 at 3:06 PM, Krist van Besien > wrote: >> On Tue, Oct 27, 2009 at 7:55 PM, Eric Covener wrote: http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#vhosts2 >>> >>> This doc is out of date due to SNI! >> >> The OP's version clearly doesn't yet support

Re: [us...@httpd] apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread Krist van Besien
On Tue, Oct 27, 2009 at 7:55 PM, Eric Covener wrote: > On Tue, Oct 27, 2009 at 2:50 PM, Krist van Besien > wrote: >> On Tue, Oct 27, 2009 at 7:41 PM, Joseph S wrote: >> >> >>> Now here's the kicker: When I click through the warning in Firefox my logs >>> show that I am going to the second virtua

Re: [us...@httpd] apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread Eric Covener
On Tue, Oct 27, 2009 at 3:06 PM, Krist van Besien wrote: > On Tue, Oct 27, 2009 at 7:55 PM, Eric Covener wrote: >>> http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#vhosts2 >> >> This doc is out of date due to SNI! > > The OP's version clearly doesn't yet support SNI obviously. I don't > think i

[us...@httpd] Apache+PHP suddenly not working

2009-10-27 Thread Jason Lixfeld
I have no doubt that this is due to an update that was done on my system at some point, but unfortunately I can't pinpoint where. The upshot is that PHP is completely unresponsive for me when run from Apache and I'm not sure where to look. I recognize that this isn't a PHP support list.

Re: [us...@httpd] apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread Eric Covener
On Tue, Oct 27, 2009 at 2:50 PM, Krist van Besien wrote: > On Tue, Oct 27, 2009 at 7:41 PM, Joseph S wrote: > > >> Now here's the kicker: When I click through the warning in Firefox my logs >> show that I am going to the second virtual host, the one with the >> that *.a certificate, even though I

Re: [us...@httpd] apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread Krist van Besien
On Tue, Oct 27, 2009 at 7:41 PM, Joseph S wrote: > Now here's the kicker: When I click through the warning in Firefox my logs > show that I am going to the second virtual host, the one with the > that *.a certificate, even though I'm using the *.* certificate.  So how is > it apache is sending m

[us...@httpd] apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread Joseph S
I'm running: Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.8k mod_jk/1.2.26 I have these two virtual hosts set up (I added a space between 'xten' and 'it' to keep search engines from picking this email up) : ServerName segments.xten it.com #use this virt host if the servername matches

Re: [us...@httpd] Apache's strange

2009-10-27 Thread ricardo13
&-( I've read documentation. I imagined that you could forget this information. But, I forgive you Ricardo Tom Evans-3 wrote: > > On Tue, 2009-10-27 at 10:35 -0700, ricardo13 wrote: >> I thought that discovered what was stabilizing Apache >> >> I wrote in httpd.conf: >> MaxClient 4000 >> >>

RE: [us...@httpd] Apache's strange

2009-10-27 Thread ricardo13
Ok !!! I've written 2 to MaxClient and ServerLimit. Now, I hope that is "unlimited" or at least with maximum value. At night I'll test Apache and analyze your behavior. Ricardo Berube, Steve (HP Software) wrote: > > I'm not sure you can truly have an unlimited number > Based on this: > h

Re: [us...@httpd] Apache's strange

2009-10-27 Thread Tom Evans
On Tue, 2009-10-27 at 10:35 -0700, ricardo13 wrote: > I thought that discovered what was stabilizing Apache > > I wrote in httpd.conf: > MaxClient 4000 > > My question's, What value do I assign the value to unlimited MaxClient ??? 0 > ?? > > Ricardo > > There is this wonderful thing called th

Re: [us...@httpd] redirect occurs after authorization !!!

2009-10-27 Thread Tom Evans
On Tue, 2009-10-27 at 12:07 +0530, J. Bakshi wrote: > Hello list, > > I have finally able to redirect the viewvc ( svn viewer ) to https. here > is the configuration > > `` > ScriptAlias /test /usr/lib/cgi-bin/viewvc.cgi > > > RewriteEngine on > RewriteCond %{HTTP

RE: [us...@httpd] Apache's strange

2009-10-27 Thread Berube, Steve (HP Software)
I'm not sure you can truly have an unlimited number Based on this: http://httpd.apache.org/docs/2.2/mod/mpm_common.html MaxClients is based on ServerLimit which is hardcoded at 2 -Original Message- From: ricardo13 [mailto:ricardoogra...@gmail.com] Sent: Tuesday, October 27, 2009 1:3

Re: [us...@httpd] Apache's strange

2009-10-27 Thread ricardo13
I thought that discovered what was stabilizing Apache I wrote in httpd.conf: MaxClient 4000 My question's, What value do I assign the value to unlimited MaxClient ??? 0 ?? Ricardo Eric Covener wrote: > > On Sat, Oct 24, 2009 at 1:10 PM, ricardo13 > wrote: >> >> hi, >> >> I'm doing some test

Re: [us...@httpd] ad-supported apache proxy

2009-10-27 Thread Marcos Mendez
On Tue, Oct 27, 2009 at 12:45 PM, Mike Cardwell wrote: > Marcos Mendez wrote: > >> Hi Mike, when I run google (yahoo, eweek etc) through the proxy (using >> mod_substitute) i do not see my modification in the page source, no >> matter where I try to insert it. > > Then why don't you start with som

Re: [us...@httpd] redirect occurs after authorization !!!

2009-10-27 Thread Krist van Besien
On Tue, Oct 27, 2009 at 11:33 AM, J. Bakshi wrote: > ``` >  access to /usr/lib/cgi-bin/viewvc.cgi failed, reason: SSL connection > required > ``` > > This is ok as redirection is not working here. Do you have any idea ? My > previous config w

Re: [us...@httpd] ad-supported apache proxy

2009-10-27 Thread Mike Cardwell
Marcos Mendez wrote: Hi Mike, when I run google (yahoo, eweek etc) through the proxy (using mod_substitute) i do not see my modification in the page source, no matter where I try to insert it. Then why don't you start with something really basic like the following: Substitute "s|(]*)>|$1>HELL

Re: [us...@httpd] redirect occurs after authorization !!!

2009-10-27 Thread Krist van Besien
On Tue, Oct 27, 2009 at 11:33 AM, J. Bakshi wrote: > ``` >  access to /usr/lib/cgi-bin/viewvc.cgi failed, reason: SSL connection > required > ``` > > This is ok as redirection is not working here. Do you have any idea ? My > previous config w

Re: [us...@httpd] ad-supported apache proxy

2009-10-27 Thread Marcos Mendez
Hi Mike, when I run google (yahoo, eweek etc) through the proxy (using mod_substitute) i do not see my modification in the page source, no matter where I try to insert it. - The official User-To-User support forum of the Apache HT

Re: [us...@httpd] ad-supported apache proxy

2009-10-27 Thread Marcos Mendez
Had not heard of mod_publisher. I tried it out, and for my simple test page it seems to work great. However when I visit other sites I'm getting a content encoding error. I've disabled any content modification, to test that just passing the pages through would work, but it doesn't. So added a Load

Re: [us...@httpd] ad-supported apache proxy

2009-10-27 Thread Mike Cardwell
Marcos Mendez wrote: Hi, I've tried this approach but it doesn't work reliably. I've tried replacing the start or end body, html and even head tags as I typically use a script hosted on my adserver to serve the ads. So I simply replaced the script with your suggestion. This approach does work fo

RE: [us...@httpd] Requesting help with Smart Card Client Certificate Authentication issue.

2009-10-27 Thread Berube, Steve (HP Software)
Ok quick update, I did that test and unfortunately no change in behavior. I can't access / now (as expected) but still no prompt for certificate. Other systems that work continue to work. Firefox no issue, one windows 7 IE system, no issue. I am installing wireshark now. -Original Message

RE: [us...@httpd] Requesting help with Smart Card Client Certificate Authentication issue.

2009-10-27 Thread Berube, Steve (HP Software)
So for testing, are you asking I move SSLVerifyClient + SSLVerifyDepth to the entire virtual host directive? e.g. # General setup for the virtual host DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs" ServerName rd-db.cnd.hp.com:443 ServerAdmin ad...@rd-db.hp.com Err

Re: [us...@httpd] Requesting help with Smart Card Client Certificate Authentication issue.

2009-10-27 Thread Eric Covener
On Tue, Oct 27, 2009 at 10:21 AM, Berube, Steve (HP Software) wrote: > My test originally was this > >     SSLVerifyClient require > >     SSLVerifyDepth 10 > >     SSLOptions +StdEnvVars > > > Same issue whether based on a directory or using the root location. > I'm still trying to figure out w

RE: [us...@httpd] Requesting help with Smart Card Client Certificate Authentication issue.

2009-10-27 Thread Berube, Steve (HP Software)
My test originally was this SSLVerifyClient require SSLVerifyDepth 10 SSLOptions +StdEnvVars Same issue whether based on a directory or using the root location. I'm still trying to figure out why one and only IE works, but no others. I've tried HTTP Analyzer plugin for IE which

Re: [us...@httpd] Requesting help with Smart Card Client Certificate Authentication issue.

2009-10-27 Thread Eric Covener
On Mon, Oct 26, 2009 at 10:36 PM, Berube, Steve (HP Software) wrote: > > >     SSLVerifyClient require > >     SSLVerifyDepth 10 > >     SSLOptions +StdEnvVars > > Can you simplify your testing by setting this outside of per-directory config? Have you used wireshark to see if Apache is sendin

Re: [us...@httpd] Increase Logging

2009-10-27 Thread Eric Covener
On Tue, Oct 27, 2009 at 8:14 AM, Hickey, Tom wrote: > Any thoughts on what might have changed in 2.2.9 that would cause this type > of behavior on a Windows system as there is nothing listed in the change log > specific to windows? If there was no matches to the httpd CHANGES, download both sou

Re: [us...@httpd] ad-supported apache proxy

2009-10-27 Thread Nick Kew
Marcos Mendez wrote: Hi, I've tried this approach but it doesn't work reliably. I've tried replacing the start or end body, html and even head tags as I typically use a script hosted on my adserver to serve the ads. So I simply replaced the script with your suggestion. This approach does work for

Re: [us...@httpd] ad-supported apache proxy

2009-10-27 Thread Mark H. Wood
I wouldn't be surprised if there are teams of sharp developers at those *advertising-supported* organizations tasked with making it difficult for you to compete with them. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Friends don't let friends publish revisable-form documents. pgp37

Re: [us...@httpd] ad-supported apache proxy

2009-10-27 Thread Marcos Mendez
Hi, I've tried this approach but it doesn't work reliably. I've tried replacing the start or end body, html and even head tags as I typically use a script hosted on my adserver to serve the ads. So I simply replaced the script with your suggestion. This approach does work for simple sites (and my s

Re: [us...@httpd] Different Limit rules on the same directory with mod_ftp

2009-10-27 Thread Nick Kew
Scott Gifford wrote: Hello, I'm using mod_ftp to provide authenticated FTP access to a Web directory. It is mostly read-only, but a few users should have write access to the directory. I am using mod_auth_mysql with groups for What mod_auth_mysql? There are several third-party modules with

RE: [us...@httpd] Increase Logging

2009-10-27 Thread Hickey, Tom
I just wanted to post a bit of an update for the curious. I thought this error message "ServerSupportFunction HSE_REQ_GET_IMPERSONATION_TOKEN is not supported:" would lead me to the root of the problem but unfortunately I actually see this error when I turn up logging on a working version so I

Re: [us...@httpd] Enabling HTTP and HTTPs

2009-10-27 Thread Krist van Besien
On Tue, Oct 27, 2009 at 11:15 AM, André Warnier wrote: > Well, kind of, but one could argue about this. ;-) > It seems to me that we are just at the grey line in-between here. > Maybe I should have added one more HTTP VirtualHost in my example, just to > settle it. It doesn't harm to have this

RE: [us...@httpd] Requesting help with Smart Card Client Certificate Authentication issue.

2009-10-27 Thread Berube, Steve (HP Software)
Hi there, thank you for the reply. Yes I have that in there. In fact apache 2.2 ships with that by default. Here is mine directly from httpd-ssl.conf I pasted a good portion of the file so you can see its context. SSLRequire %{SSL_CLIENT_S_DN_O} eq "Hewlett-Packard Company" SSLVerifyCl

Re: [us...@httpd] ad-supported apache proxy

2009-10-27 Thread Mike Cardwell
Marcos Mendez wrote: Thanks for the response. I tried compiling it and ran into issues. However, I am not sure that fundamentally this is the best approach. Replacing or injecting content into the proxied site content will work. I've tried modifying the body, head, html, script tags. It just hasn

Re: [us...@httpd] redirect occurs after authorization !!!

2009-10-27 Thread J. Bakshi
Krist van Besien wrote: > On Tue, Oct 27, 2009 at 7:37 AM, J. Bakshi wrote: > >> Hello list, >> >> I have finally able to redirect the viewvc ( svn viewer ) to https. here >> is the configuration >> >> `` >> ScriptAlias /test /usr/lib/cgi-bin/viewvc.cgi >> >> >> Re

Re: [us...@httpd] Enabling HTTP and HTTPs

2009-10-27 Thread André Warnier
Tom Evans wrote: On Tue, 2009-10-27 at 07:28 +0100, André Warnier wrote: Krist van Besien wrote: On Mon, Oct 26, 2009 at 9:01 PM, André Warnier wrote: The other way I could think of would be to use virtual hosts, like Listen 80 HTTP Listen 443 HTTPS NameVirtualHost *:80 ... NameVirtualHo

Re: [us...@httpd] redirect occurs after authorization !!!

2009-10-27 Thread Krist van Besien
On Tue, Oct 27, 2009 at 7:37 AM, J. Bakshi wrote: > Hello list, > > I have finally able to redirect the viewvc ( svn viewer ) to https. here > is the configuration > > `` > ScriptAlias /test  /usr/lib/cgi-bin/viewvc.cgi > > > RewriteEngine   on > RewriteCond %{HTTPS} o

Re: [us...@httpd] Enabling HTTP and HTTPs

2009-10-27 Thread Tom Evans
On Tue, 2009-10-27 at 07:28 +0100, André Warnier wrote: > Krist van Besien wrote: > > On Mon, Oct 26, 2009 at 9:01 PM, André Warnier wrote: > >> The other way I could think of would be to use virtual hosts, like > >> > >> Listen 80 HTTP > >> Listen 443 HTTPS > >> > >> NameVirtualHost *:80 > >> >

Re: [us...@httpd] Enabling HTTP and HTTPs

2009-10-27 Thread Krist van Besien
On Tue, Oct 27, 2009 at 7:28 AM, André Warnier wrote: > Krist van Besien wrote: >> >> On Mon, Oct 26, 2009 at 9:01 PM, André Warnier wrote: >>> >>> The other way I could think of would be to use virtual hosts, like >>> >>> Listen 80 HTTP >>> Listen 443 HTTPS >>> >>> NameVirtualHost *:80 >>> >>>

RE: [us...@httpd] Multiple authentication sources (OUs) - AuthnProviderAlias

2009-10-27 Thread Emmanuel Bailleul
>> >> This doesn't seem to work.  I know your thinking - "why not just use >> groups"?  Ans: Simply because we don't want to have to maintain groups for >> our many clients.  We would like to rely on the client user's presence in >> the OU (and allow our service accounts and support personnel at th

[us...@httpd] Different Limit rules on the same directory with mod_ftp

2009-10-27 Thread Scott Gifford
Hello, I'm using mod_ftp to provide authenticated FTP access to a Web directory. It is mostly read-only, but a few users should have write access to the directory. I am using mod_auth_mysql with groups for authentication; there is a reader group and a writer group, and the user with write access