Initializing CGI Object from $r

2001-04-20 Thread Wade Burgett
Can I initilize a new CGI object just by passing in a request from a handler? ie sub handler { my $r = shift; my $CGIQuery = new CGI($r); };

Re: mod_php mod_perl install with apache problems - same story :(

2001-03-01 Thread Wade Burgett
This is probably what you need more or less. You have to tell Apache what files are your mod perl scripts (or more specifically what files you want handled by Apache::Registry - the persistent cgi program module). Alias /perl/ /home/httpd/perl/ PerlModule Apache::Registry SetHandler per

Probably off topic but 113 errors and Netcache

2001-02-14 Thread Wade Burgett
OWN URL PERSISTENT The following error was encountered: ERROR 113 -- The syntax for the URL you entered is not valid. This means that: You made a typing error or the URL you entered might not follow the rules for the syntax of URLs. Please reenter the URL in the correct form. -- Wade

ecommendations for secured file and mod_perl

2001-02-07 Thread Wade Burgett
nd that massive speed boost of Registry anymore). Any thoughts/links/etc would be useful. -- Wade Burgett Burgett Systems http://www.burgettsys.com/ [EMAIL PROTECTED]

Re: Perl Sections, NameVirtualHost, and Aliases

2001-02-07 Thread Wade Burgett
ld the VirtualHosts as if they were plain text. > > Not as elegant as doing this the hard way, but it's also easier to > explain if you have to hand the config file off to someone who knows > Apache but not Perl. > > Dave > > -- > > - Dave Baker : [EMAIL PROTECTED] : [EMAIL PROTECTED] : http://dsb3.com/ > GnuPG: 1024D/D7BCA55D / 09CD D148 57DE 711E 6708 B772 0DD4 51D5 D7BC A55D > > >Part 1.2Type: application/pgp-signature -- Wade Burgett Burgett Systems http://www.burgettsys.com/ [EMAIL PROTECTED]