Apache-iNcom
view release on metacpan or search on metacpan
lib/Apache/iNcom.pm view on Meta::CPAN
and a I<INCOM_ROOT> of F</home/incom/site/pages>, the request
F</incom/index.html> will be mapped to
F</home/incom/site/pages/index.html>. Default is to use the server's
document root.
=item INCOM_INDEX
This is page that will be used when accessing directory. Defaults
to F<index.html>
=item INCOM_TEMPLATE_PATH
Colon separated list of directory to search when using the C<Include()>
function. (See Apache::iNcom::Request(3) for more information). Non
absolute paths are relative to the server's root.
=back
=head2 DATABASE DIRECTIVES
=over
=item INCOM_DBI_DSN
The DBI(3) URL to use to open a database connection.
=item INCOM_DBI_USER
Username to use for the database connection.
=item INCOM_DBI_PASSWD
Password to use for the database connection.
=item INCOM_DBI_TRACE
Sets the tracing level for the connection.
=item INCOM_DBI_LOG
File where the DBI(3) trace output will go.
=item INCOM_SEARCH_PROFILE
DBIx::SearchProfiles(3) profile file that will be used to configure
the $DB object accessible in Apache:iNcom pages. If non-absolute, it
is relative to the server's root. Defaults to
F<conf/search_profiles.pl> relative to the server's root.
See DBIx::SearchProfiles(3) for details on the format of this file.
To turn off the use of the search profiles set this directive to
C<NONE>.
=back
=head2 PROFILES DIRECTIVES
=over
=item INCOM_INPUT_PROFILE
Sets the input profile that will be used to initialize the $Validator
object. Defaults to F<conf/input_profiles.pl> relative to server's
root.
See HTML::FormValidator(3) for details on the format of this file.
To turn off the creation of an input profile set this directive to
C<NONE>.
=item INCOM_PRICING_PROFILE
Sets the pricing profile that will be used to initialize the $Cart
object. Defaults to F<conf/pricing_profile.pl> relative to server's
root.
See Apache::iNcom::CartManager(3) for details on the format of this file.
If you don't need the cart management feature, set this directive to
C<NONE>.
=item INCOM_ORDER_PROFILE
Sets the order profiles file that will be used to initialize the
$Order object. Defaults to F<conf/order_profiles.pl> relative to server's
root.
See Apache::iNcom::OrderManager(3) for details on the format of this file.
If you don't need this feature, you can set this directive to C<NONE>.
=back
=head2 USERDB DIRECTIVES
=over
=item INCOM_USERDB_PROFILE
Name of the profile to use for the user database. Defaults to
C<userdb>. See DBIx::UserDB(3) for more information. To disable the
use of a DBIx::UserDB object, sets this directives to C<NONE>.
=item INCOM_GROUPDB_PROFILE
Name of the profile to use for the group database access. Defaults to
C<groupdb>. See DBIx::UserDB(3) for more information.
=item INCOM_SCRAMBLE_PASSWORD
Turn on or off scrambling of user's password in the UserDB.
=back
=head2 LOCALIZATION DIRECTIVES
=over
( run in 0.956 second using v1.01-cache-2.11-cpan-13bb782fe5a )