Re: [EMAIL PROTECTED] Re: Generic questions about apache configuration

2008-08-22 Thread Eric Covener
On Fri, Aug 22, 2008 at 9:43 AM, Valerio Pachera <[EMAIL PROTECTED]> wrote: > 2008/8/22 Eric Covener <[EMAIL PROTECTED]>: >>> Why in the second case "SetHandleer" is used instead of "Addhandler" ? >> >> Because the second option already has a cgi-bin/ subdirectory on the >> URL -- so everyhting sho

Re: [EMAIL PROTECTED] Re: Generic questions about apache configuration

2008-08-22 Thread Valerio Pachera
2008/8/22 Eric Covener <[EMAIL PROTECTED]>: >> Why in the second case "SetHandleer" is used instead of "Addhandler" ? > > Because the second option already has a cgi-bin/ subdirectory on the > URL -- so everyhting should be treated as CGI not just certain files. Ok, by your answer and re-reading t

Re: [EMAIL PROTECTED] Re: Generic questions about apache configuration

2008-08-22 Thread Eric Covener
On Fri, Aug 22, 2008 at 3:11 AM, Valerio Pachera <[EMAIL PROTECTED]> wrote: > Corret me if I'm wrong: > > > rule1 > > > > rule2 > > > rule1 is still valid for directory /a. yes, and maybe for /a/b depending on how rule1 and rule2 relate to eachother. -- Eric Covener [EMAIL PROTECTED] --

Re: [EMAIL PROTECTED] Re: Generic questions about apache configuration

2008-08-22 Thread Eric Covener
On Fri, Aug 22, 2008 at 3:53 AM, Valerio Pachera <[EMAIL PROTECTED]> wrote: > In the apache.conf of debian lenny there's not the DocumentRoot > directive but I know it to be /var/www. > Is that an option given at compile time or is it stored somewhere else? > > Thanks. > > -

Re: [EMAIL PROTECTED] Re: Generic questions about apache configuration

2008-08-22 Thread Eric Covener
On Fri, Aug 22, 2008 at 7:51 AM, Valerio Pachera <[EMAIL PROTECTED]> wrote: > http://httpd.apache.org/docs/2.2/howto/cgi.html > To allow CGI program execution for any file ending in .cgi in users' > directories, you can use the following configuration. > > > Options +ExecCGI > AddHandler cgi-scri

[EMAIL PROTECTED] Re: Generic questions about apache configuration

2008-08-22 Thread Valerio Pachera
http://httpd.apache.org/docs/2.2/howto/cgi.html I do not understand the paragrph "User directories": quote: To allow CGI program execution for any file ending in .cgi in users' directories, you can use the following configuration. Options +ExecCGI AddHandler cgi-script .cgi If you wish design

[EMAIL PROTECTED] Re: Generic questions about apache configuration

2008-08-22 Thread Valerio Pachera
In the apache.conf of debian lenny there's not the DocumentRoot directive but I know it to be /var/www. Is that an option given at compile time or is it stored somewhere else? Thanks. - The official User-To-User support forum of

[EMAIL PROTECTED] Re: Generic questions about apache configuration

2008-08-22 Thread Valerio Pachera
Corret me if I'm wrong: rule1 rule2 rule1 is still valid for directory /a. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscri