--- parser3/INSTALL 2002/03/11 08:06:11 1.10 +++ parser3/INSTALL 2002/03/25 12:02:57 1.17 @@ -32,11 +32,28 @@ or make a symlink [if your web server configured to follow symlinks]. NOTE: + You can disable libstdc++ linkage by setting + --disable-link-libstdcpp + option to configure. + + NOTE: You can disable any exec operations by setting --disable-execs option to configure. file::exec, file::cgi and mail:send (unix version) methods would be disabled. + NOTE: + You can disable reading and executing files, belonging to group + other then current by setting + --disable-foreign-group-files + option to configure. + + NOTE: + You can disable user-configured sendmail commands by forcing it, setting + "--with=sendmail=COMMAND" + option to configure. + + 2.What is the process to install Parser3? make install @@ -137,4 +154,4 @@ Alexandr Petrosian (http://paf.design.ru) -$Id: INSTALL,v 1.10 2002/03/11 08:06:11 paf Exp $ +$Id: INSTALL,v 1.17 2002/03/25 12:02:57 paf Exp $