Re: [users@httpd] server full name

2012-10-01 Thread Cheerful Gao
Hello, Ben; Thanks for all your advices. I'll try to figure them out one by one and keep sharing my process with you. Windows 7 home premium does have FireWall. I can turn it off/on though. I have residential internet service now, Fi-Optics connection. Thanks again; You have a nice day. Susan O

Re: [users@httpd] SSL Client Certificates and CGI

2012-10-01 Thread Mark Montague
On October 1, 2012 15:47 , Tom Browder wrote: The solution -- as far as Apache HTTP Server is concerned -- is [1] > to move the CGIs into the area in 1, or, alternatively, [2] >configure area in 2 to also require clients to present SSL certificates. [3]> If you prefer, you can make client ce

Re: [users@httpd] SSL Client Certificates and CGI

2012-10-01 Thread Tom Browder
On Mon, Oct 1, 2012 at 2:28 PM, Mark Montague wrote: > On October 1, 2012 14:58 , Tom Browder wrote: >> On Mon, Oct 1, 2012 at 10:53 AM, Mark Montague wrote: >>> On October 1, 2012 9:17 , Tom Browder wrote: ... I have found that the configuration doesn't restrict CGI programs at all

Re: [users@httpd] server full name

2012-10-01 Thread Ben Johnson
On 10/1/2012 3:15 PM, Cheerful Gao wrote: > * > Hello, > I want to build a website http://www.lankaoshenli.com/ and host this > website using Apache http server on my PC with Windows 7 home premium. I > need provide a full server name during the server installaton according > to the document. Sho

Re: [users@httpd] SSL Client Certificates and CGI

2012-10-01 Thread Mark Montague
On October 1, 2012 14:58 , Tom Browder wrote: On Mon, Oct 1, 2012 at 10:53 AM, Mark Montague wrote: On October 1, 2012 9:17 , Tom Browder wrote: Inside the restricted area I have: SSLVerifyClient require I have found that the configuration doesn't restrict CGI programs at all as I hav

[users@httpd] server full name

2012-10-01 Thread Cheerful Gao
* Hello, I want to build a website http://www.lankaoshenli.com/ and host this website using Apache http server on my PC with Windows 7 home premium. I need provide a full server name during the server installaton according to the document. Should this full server name be the same as the website nam

Re: [users@httpd] SSL Client Certificates and CGI

2012-10-01 Thread Tom Browder
On Mon, Oct 1, 2012 at 10:53 AM, Mark Montague wrote: > On October 1, 2012 9:17 , Tom Browder wrote: >> >> Inside the restricted area I have: >> >>SSLVerifyClient require >> >> I have found that the configuration doesn't restrict CGI programs at >> all as I have them placed ... > Then someth

Re: [users@httpd] SSL Client Certificates and CGI

2012-10-01 Thread Mark Montague
On October 1, 2012 9:17 , Tom Browder wrote: Inside the restricted area I have: SSLVerifyClient require The reason I do that is to log access by my clients even though they don't attempt to enter the restricted area. I have found that the configuration doesn't restrict CGI programs at al

Re: [users@httpd] mod_rewrite question

2012-10-01 Thread [radoo]
Hi, have you considered to use 'aliases' for simple URI? http://httpd.apache.org/docs/2.2/mod/mod_alias.html Regards, Rado On Tue, Sep 25, 2012 at 11:25 PM, Ashley M. Kirchner wrote: > Hi folks, > > I'm hoping someone can help me figure this out. We own the domain > 'fairviewbands.org' which at

Re: [users@httpd] SSL Client Certificates and CGI

2012-10-01 Thread Tom Browder
On Mon, Oct 1, 2012 at 7:54 AM, Mark Montague wrote: >> On Sun, Sep 30, 2012 at 7:44 PM, Mark Montague wrote: >>> On September 30, 2012 19:45 , Tom Browder wrote: Does anyone have a pointer to help on restricting a directory to access only with valid SSL Client Certificates and ho

Re: [users@httpd] Moving Apache from Solaris to Linux

2012-10-01 Thread Mauricio Tavares
On Mon, Oct 1, 2012 at 8:58 AM, Graham Butler wrote: > We are currently looking at replacing our Solaris boxes with a flavour of > Linux to run Apache with a focus on Red Hat and Ubuntu. I am trying to > collect some evidence to which OS is being used to run Apache and why, > before we make a deci

[users@httpd] Moving Apache from Solaris to Linux

2012-10-01 Thread Graham Butler
We are currently looking at replacing our Solaris boxes with a flavour of Linux to run Apache with a focus on Red Hat and Ubuntu. I am trying to collect some evidence to which OS is being used to run Apache and why, before we make a decision. Could you please respond by sending me, or the list,

Re: [users@httpd] SSL Client Certificates and CGI

2012-10-01 Thread Mark Montague
On October 1, 2012 5:41 , Tom Browder wrote: On Sun, Sep 30, 2012 at 7:44 PM, Mark Montague wrote: On September 30, 2012 19:45 , Tom Browder wrote: Does anyone have a pointer to help on restricting a directory to access only with valid SSL Client Certificates and how to work CGI scripts to r

Re: [users@httpd] SSL Client Certificates and CGI

2012-10-01 Thread Tom Browder
On Sun, Sep 30, 2012 at 7:44 PM, Mark Montague wrote: > On September 30, 2012 19:45 , Tom Browder wrote: >> >> Does anyone have a pointer to help on restricting a directory to >> access only with valid SSL Client Certificates and how to work CGI >> scripts to respect that restriction? ... > So yo