Return-Path: Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 31747 invoked by uid 500); 5 Aug 2002 18:17:22 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 31666 invoked from network); 5 Aug 2002 18:17:21 -0000 Message-ID: <01eb01c23cac$fab78d90$0b0c0b0a@gr.ecos.de> From: "Gerald Richter" To: "Hemali Desai" , "Luiz Fernando B. Ribeiro" References: <416EDB2D12C9D311B8AD00508B8BFA4B01451D3C@ORIGINWEB1> Subject: Re: Need Help Date: Mon, 5 Aug 2002 20:21:55 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N RE: Need HelpHi, take a look at http://perl.apache.org/embperl/pod/INSTALL.htm that should give you information you need to install Embperl (including mod_perl on Windows). For mod_perl you should also take a look at perl.apache.org. There a thing called the guide, which is very usefull and contains everything you need to know about mod_perl. For httpd.conf settings check out http://perl.apache.org/embperl/pod/doc/Config.htm if you are using Embperl 2.0. If you use Embperl 1.3.4 check out http://perl.apache.org/embperl/pod/doc/doc13/HTML/Embperl.htm. For an introduction with the first basic steps (includeing sessions and database access) take a look at http://perl.apache.org/embperl/pod/intro/Intro.htm. Now it's up to you to read.... Gerald ------------------------------------------------------------- Gerald Richter ecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: richter@ecos.de Voice: +49 6133 925131 WWW: http://www.ecos.de Fax: +49 6133 925152 ------------------------------------------------------------- ----- Original Message ----- From: Hemali Desai To: Luiz Fernando B. Ribeiro Sent: Monday, August 05, 2002 8:51 AM Subject: RE: Need Help Hi, My requirement is I need to convert asp files into perl files. The site has a module which is in asp and need to convert it into perl and with session handling. So i am not aware of whether with normal activerstate perl , is session handling done..? I just read about EmbPerl and was confused as to what needs to be done. For my site i need to create tables and insert data into it. Also i need to update the created tables and all these needs to be done in Perl and with session handling. Need to get the inputs from user and validate it and then store in table and based on that perform some more actions. Also the configuation with apache , what is mentioned is site is also not working. Can you please let me know what needs to be done in httpd.conf file so that embperl works with apache. As of now when i introduced the SetHandler perl-script PerlHandler HTML::EmbperlObject Options ExecCGI Order allow,deny Deny From all following code in httpd.conf, when i start apache , it gives error Invalid command PerlHandler, perhaps mis-spelled or defined by module not included in server configuration I installed Apache , installed mod-perl. I ran makefile.pl in the dir where mod_perl was installed. But i could not run make and make install command. It does not support these commands. Can you let me know for session handling what all modules i need to install and from where. Also can you tell me proper httpd_conf configurations. How to test whether embperl is running on apache. I have as of now mod_perl (mod_perl-1.27) installed in c:\mod_perl, apache (1.3.26) in c:\apache and Perl installed in c:\Perl. Also in c:\apache\conf , httpd_conf needs to be configured for session handling using embperl with apache. No idea how to do that as whatever i did from the examples on site, it's not working. >From where to install Apache::Session or Html::Embperl::Session will do ? Can you provide me with some examples of how to read data from user store it in table and then perform some other action and ofcourse session handling is required. As of now lot of things i am getting but still not pretty sure as how the flow will be and how to start so that i will be in the right direction. Presently i am testing it on my local so OS is Windows. But likely that my actual site will be on Linux. So if you can give the differences in setups to be done , please do let me know. Please let me the know the details if possible. Thanks for your earlier help. Regards, Hemali. -----Original Message----- From: Luiz Fernando B. Ribeiro [SMTP:listas_embperl@athome.pro.br] Sent: Friday, August 02, 2002 5:50 PM To: embperl@perl.apache.org Subject: Re: Need Help Hi Hemali, Resposta a sua mensagem de sexta-feira, 2 de agosto de 2002: Hemali> Hi, Hemali> I am subscribed to the embperl mailing list. Hemali> I have some questions. Hemali> Is EmbPerl the best source for doing Session Management on linux/Unix Hemali> servers using Apache as Web or App Server.? Hemali> Can EmbPerl be used with ActivePerl and Apache. If you are looking just for a Session management system you should look at other solutions since for plain CGI/Perl you will not be using all the cool features Embperl provides and under CGI Embperl will cause a big overhead on the server. I would recommend you the mod_perl/EmbperlObject solution as the framework to build your application but if you need just a way to do some simple Session management for CGI apps you should look in CPAN here: http://www.cpan.org/modules/by-module/CGI/ Embperl is a very powerful solution but requires full access to the the server to be installed. In case you can't find any suitable module for your needs in CPAN I have a simple module for CGI session management that I can send you. Maybe you should explain your needs better... Good luck, Luiz Fernando B. Ribeiro Engenho Solu��es para a Internet luiz@engenhosolucoes.com.br --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org