Apache::Roaming

Apache::Roaming is a mod_perl handler for Roaming Profiles.
Download

Apache::Roaming Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jochen Wiedmann
  • Publisher web site:
  • http://search.cpan.org/~jwied/Apache-Roaming-0.1003/lib/Apache/Roaming.pm

Apache::Roaming Tags


Apache::Roaming Description

Apache::Roaming is a mod_perl handler for Roaming Profiles. Apache::Roaming is a mod_perl handler for Roaming Profiles.SYNOPSIS # Configuration in httpd.conf or srm.conf # Assuming DocumentRoot /home/httpd/html PerlModule Apache::Roaming < Location /roaming > PerlHandler Apache::Roaming->handler PerlTypeHandler Apache::Roaming->handler_type AuthType Basic AuthName "Roaming User" AuthUserFile /home/httpd/.htusers require valid-user PerlSetVar BaseDir /home/httpd/html/roaming < /Location >In theory any AuthType and require statement should be possible as long as the $r->connection()->user() method returns something non trivial.Requirements:· PerlINSTALLATIONFirst of all you need an Apache Web server with mod_perl support. The TypeHandler must be enabled, so you need to set PERL_TYPE=1 when running Makefile.PL. For example, I use the following statements to build Apache: cd mod_perl-1.16 perl Makefile.PL APACHE_SRC=../apache_1.3.X/src DO_HTTPD=1 USE_APACI=1 PERL_METHOD_HANDLERS=1 PERL_AUTHEN=1 PERL_CLEANUP=1 PREP_HTTPD=1 PERL_STACKED_HANDLERS=1 PERL_FILE_API=1 cd ../apache-1.3.3 ./configure --activate-module=src/modules/perl/libperl.a make make install cd ../mod_perl-1.16 make make install


Apache::Roaming Related Software