DBIx-Web

 view release on metacpan or  search on metacpan

lib/DBIx/Web.pod  view on Meta::CPAN


=back


=head1 Command Line

=over

=item Command Line

CGI scripts may provide service operations on database from shell command line,
i.e. 

  web.cgi -call method arguments
  web.cgi -reindex
  web.cgi -setup

Several command line options mentioned are implemented within C<cgiRun> method,
another options may be implemented within script itself.


=back


=head1 Web Server Configuration

=over


=item CGI Script Configuration sample

('#' - default value)

C<-path>	=>'-ServerRoot' # datastore path

#C<-cgibus>	=>undef		# legacy mode

#C<-url>	=>'/dbix-web'	# filestore URL (/dbix-web or /cgi-bus)

C<-urf>		=>'-path'	# filestore filesystem URL

#C<-fswtr>	=>'System'	# filesystem writers (default is process account)

#C<-login>	=>/cgi-bin/ntlm/# login URL


=item Apache Configuration sample

Run 'perl cgi-script C<-setup>' C<Command Line>.
See 'C<-path>/.htaccess-*' file.


=item Microsoft IIS Configuration sample

'RevertToSelf' Windows call controlled with C<-w32IISdpsn>.

 Default Web Site Properties: Home Directory = Read; Scrpts Only; Low (IIS process);
 cgi-bin directory: C:\Inetpub\wwwroot\cgi-bin; Scripts and Executables; 
 cgi-bin\dbix-web directory: C:\Inetpub\wwwroot\cgi-bin\dbix-web; Scripts and Executables; 
 cgi-bin\ntlm virt directory: C:\Inetpub\wwwroot\cgi-bin; Scripts and Executables; Anonymous off
 cgi-bin\guest virt directory: C:\Inetpub\wwwroot\cgi-bin; Scripts and Executables; Anonymous only
 dbix-web\rfa directory and 'dbix-web\rfa' url: Read, Browse, Index;


=back


=head1 VERSION

=over


=head2 2013-10-30 - Version 0.80

Corrected obsolete syntax, new C<-PlainGroupFile> and C<-PlainUserFile>,
thanks to Zhenya.
Corrected C<udisp>(), C<udispq>(), C<ugf_w32ldap>(), C<ugf_w32>().
Changed C<htmlMenu>().
Some minor corrections and improvements.



=head2 2009-05-25 - Version 0.79

Corrections in C<htmlRFD>, C<recRead>, C<cgiList>, C<cgiForm>, C<recWikn>, C<cgiAction>.

Extended C<cgiForm> processing C<-form> field hyperlink array with '-wikn', C<htmlMQH> with C<-ovw> option, C<cgiQuery> for C<-frmLsc> undescribed values, C<recWikn> for table name as C<-wikq> query parameter.

Changed C<htmlStart> using C<-expires>=>'now' conditionally.

CMDB and Service Desk example corrections and improvements.


=head2 2009-01-10 - Version 0.78

C<ugroups> cached in memory shared between DBIx::Web objects, this is alike C<udispq>.

CMDB and Service Desk example corrections and improvements.


=head2 2008-12-04 - Version 0.77

New #ftext() and #urole() substitutions for SQL WHERE in C<recSel>.

Extended C<cgiHelp>().

New C<hreverse>()

Corrected C<cgiRun>(), C<cgiDDLB>().

CMDB and Service Desk example corrections and improvements.


=head2 2008-11-09


New C<w32ufswtr>, C<-wikq>, C<umail>; deprecated C<w32umail>.

C<new> extended to reuse existed object.

C<cgiDDLB> corrected to comply with its specification.



( run in 0.874 second using v1.01-cache-2.11-cpan-99c4e6809bf )