Kingsly John proclaimed:
> On Thu, 21 Jun 2001, Sudhakar Chandra wrote:
>  |Add the following line to srm.conf:
> 
> srm.conf has been deprecated for quite some time now.. though the file
> still exists all the config directives are now in httpd.conf
> 
> [kingsly@utopia kingsly]$ grep srm.conf /etc/httpd/conf/httpd.conf
> # /usr/conf/srm.conf and then /usr/conf/access.conf
> # srm.conf, and access.conf in that order.  The latter two files are
> #ResourceConfig conf/srm.conf
> [kingsly@utopia kingsly]$
> 
> so srm.conf is not even read!!

In *your* case, you (or possibly the maker of your distribution) have
commented out srm.conf from being read.  Does not necessarily mean that
srm.conf is deprecated.  Debian unstable *still* uses srm.conf.



thaths@daemon:[1] ~ $ grep srm.conf /etc/apache/*.conf
/etc/apache/httpd.conf:# Any httpd.conf or srm.conf directive may go
into a VirtualHost command.

thaths@daemon:[2] ~ $ dpkg --list apache*
||/ Name           Version        Description
+++-==============-==============-============================================
ii  apache         1.3.20-1       Versatile, high-performance HTTP
server
ii  apache-common  1.3.20-1       Support files for all Apache
webservers
ii  apache-dev     1.3.20-1       Apache webserver development kit


A casual Google search for "srm.conf deprecated" in the apache.org
website does not yield any significant results.

http://www.google.com/search?num=100&hl=en&safe=off&client=googlet&q=srm.conf+deprecated+site%3Aapache.org

>  |AddHandler cgi-script .cgi
>  |
>  |This tells your Apache server that anything ending in a .cgi (EVEN
>  |inside a directory containing HTML files) is to be treated as a CGI
>  |script and executed.
> 
> Nope... all it tells is that anything ending in .cgi is a cgi-script and
> the server executes cgi-script type files rather then sending them as-is.

And _how exactly_ is that different from what I said?  Turning ExecCGI
option for the html directory without adding the cgi-script handler will
not do much.  Adding the handler is essential.

> But for the script to execute you need to add ExecCGI to the list of
> Options for that Directory

True.  Mea Culpa.  I missed mentioning this.

Thaths
-- 
thaths at aunet dot org                     http://www.aunet.org/thaths/
      Recently un-indentured Slave and Compounder Without Borders

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to