[cgiapp] Directory structure for website

2005-02-22 Thread Sean Davis
This is a bit off-topic I have a cgi::app running as a mod_perl handler. I handle authen/authz via the handler, also, and log username with each request. This all works as expected. However, I also serve static HTML, CSS, and images as part of the site, some of which are shared between

Re: [cgiapp] Directory structure for website

2005-02-22 Thread Michael Peters
Sean Davis wrote: This is a bit off-topic I have a cgi::app running as a mod_perl handler. I handle authen/authz via the handler, also, and log username with each request. This all works as expected. However, I also serve static HTML, CSS, and images as part of the site, some of which

Re: [cgiapp] Directory structure for website

2005-02-22 Thread Scott Prelewicz
: Tuesday, February 22, 2005 4:47 PM Subject: Re: [cgiapp] Directory structure for website Sean Davis wrote: This is a bit off-topic I have a cgi::app running as a mod_perl handler. I handle authen/authz via the handler, also, and log username with each request. This all works

Re: [cgiapp] Directory structure for website

2005-02-22 Thread Michael Peters
Scott Prelewicz wrote: Pardon my supreme ignorance ;), but can someone explain what authz/authen is? authen = Authentication authz = Authorization Authentication is the act of verifying who a user is. Authorization is is the act of verifying if the user determined in the Authentication step has

Re: [cgiapp] Directory structure for website

2005-02-22 Thread Cees Hek
On Tue, 22 Feb 2005 17:42:36 -0500, Scott Prelewicz [EMAIL PROTECTED] wrote: Pardon my supreme ignorance ;), but can someone explain what authz/authen is? authen - Authentication authz - Authorization They are two parts to providing or restricting access to a service. Authentication is used

Re: [cgiapp] Directory structure for website

2005-02-22 Thread Sean Davis
Pardon my supreme ignorance ;), but can someone explain what authz/authen is? Sorry for being opaque, Scott. And thanks, Michael for the detailed answer. Just to elaborate on authz/authen: Authz is short for authorization and authen is short for Authentication. These are formally separate

Re: [cgiapp] Directory structure for website

2005-02-22 Thread Scott Prelewicz
PROTECTED] To: Scott Prelewicz [EMAIL PROTECTED]; Michael Peters [EMAIL PROTECTED] Cc: cgiapp cgiapp@lists.erlbaum.net Sent: Tuesday, February 22, 2005 5:59 PM Subject: Re: [cgiapp] Directory structure for website Pardon my supreme ignorance ;), but can someone explain what authz/authen