Ado
view release on metacpan or search on metacpan
lib/Ado/Command/generate/apache2vhost.pm view on Meta::CPAN
=head3 u|user=s
User to be used with suexec.
=head3 g|group=s
Group to be used with suexec.
=head3 v|verbose
Verbose output.
=head1 ATTRIBUTES
L<Ado::Command::generate::apache2vhostn> inherits all attributes from
L<Ado::Command::generate> and implements the following new ones.
=head2 args
Used for storing arguments from the commandline and then passing them to the
template
my $args = $self->args;
=head2 description
my $description = $vhost->description;
$v = $vhost->description('Foo!');
Short description of this command, used for the command list.
=head2 env
Reference to C<%ENV>.
=head2 usage
my $usage = $vhost->usage;
$v = $vhost->usage('Foo!');
Usage information for this command, used for the help screen.
=head1 METHODS
L<Ado::Command::generate::apache2vhost> inherits all methods from
L<Ado::Command::generate> and implements the following new ones.
=head2 run
$vhost->run(@ARGV);
Run this command. Returns C<$self>.
=head1 SEE ALSO
L<Apache deployment|https://github.com/kraih/mojo/wiki/Apache-deployment>,
L<Apache - Upgrading to 2.4 from 2.2|http://httpd.apache.org/docs/2.4/upgrading.html>,
L<Mojolicious::Guides::Cookbook>,
L<Ado::Command::generate::apache2htaccess>,
L<Mojolicious::Command::generate>, L<Getopt::Long>,
L<Ado::Command> L<Ado::Manual>,
L<Mojolicious>, L<Mojolicious::Guides::Cookbook/DEPLOYMENT>
=cut
( run in 0.615 second using v1.01-cache-2.11-cpan-39bf76dae61 )