Proxy Servers & VHosts

1999-10-20 Thread Viren Jain
I have two domains which use heavy amounts of dynamic content, but servers are often stuck returning images to clients (dynamically pulled from a database), and thus it seems proxying would be an effective solutions. However, I have many subdomains configured in my Apache setup,

Apache::DBI & MySQL

1999-10-13 Thread Viren Jain
I included the command "PerlModule Apache::DBI" in my mod_perl Apache configuration files. Yet, over time there builds up more connection in mysql than apache processes (only Apache/CGI should be accessing MySQL) and most processes seem to have very high "Time"s under the "sleep" stat w

Apache::Session

1999-10-12 Thread Viren Jain
I would appreciate if anybody succesfully using either Apache::Session::File or Apache::Session::File could paste in the lines they used in their Apache configuration files to initialize Apache::Session -- I have only been able to use Apache::Session 0.17 but now that Embperl has been

FAQ Regarding FastCGI/Mod_Perl

1999-10-06 Thread Viren Jain
Is there a FAQ regarding the differences between FastCGI and mod_perl, and where one or the other should be used? If not, I'd appreciate if someone could highlight the major points. In no way do I want to incite some sort of war thread, if this happens to be a touchy subject on

Redirecting Output from Execute()

1999-10-03 Thread Viren Jain
Is there a way to redirect output from an Execute() call to some place else (in this case, I want to include the output in an email that dynamically generated after someone succesfuly fills out a form). Thanks. -- Viren