Apache2-WebApp-Toolkit
view release on metacpan or search on metacpan
__DATA__
Project::Foo
Project::Foo::Bar
E) Password file used for restricting access to a specified path (see
"httpd.conf").
The login information below is currently set-up by default.
User Name admin
Password password
You can change the login password using the "htpasswd" command-line
script.
$ htpasswd /var/www/project/conf/htpasswd admin
F) Apache server *Virtual Host* configuration.
G) Application configuration. This file contains your project settings.
Due to security reasons, this file should always remain outside the
*/htdocs* directory path.
# Modules added here will be URI accessible
__DATA__
Project::Foo
Project::Foo::Bar
E) Password file used for restricting access to a specified path (see C<httpd.conf>).
The login information below is currently set-up by default.
User Name admin
Password password
You can change the login password using the C<htpasswd> command-line script.
$ htpasswd /var/www/project/conf/htpasswd admin
F) Apache server I<Virtual Host> configuration.
G) Application configuration. This file contains your project settings. Due to
security reasons, this file should always remain outside the I</htdocs> directory path.
Example:
lib/Apache2/WebApp.pm view on Meta::CPAN
# Modules added here will be URI accessible
__DATA__
Project::Foo
Project::Foo::Bar
E) Password file used for restricting access to a specified path (see C<httpd.conf>).
The login information below is currently set-up by default.
User Name admin
Password password
You can change the login password using the C<htpasswd> command-line script.
$ htpasswd /var/www/project/conf/htpasswd admin
F) Apache server I<Virtual Host> configuration.
G) Application configuration. This file contains your project settings. Due to
security reasons, this file should always remain outside the I</htdocs> directory path.
Example:
( run in 1.162 second using v1.01-cache-2.11-cpan-49f99fa48dc )