Re: Apache dies when configure mod_perl for use with Apache::DBI

2003-03-02 Thread Feite Brekeveld
Richard Clarke wrote: PerlModule Apache::DBI;-- trouble line This line belongs in your httpd.conf file. PerlModule is an apache configuration directive, not a perl 'command'. http://perl.apache.org/docs/1.0/guide/config.html#PerlModule_and_PerlRequire _Directives Ric.

[ANNOUNCE] HTTP-WebTest 2.01

2003-03-02 Thread Ilya Martynov
The URL http://martynov.org/tgz/HTTP-WebTest-2.01.tar.gz has entered CPAN as file: $CPAN/authors/id/I/IL/ILYAM/HTTP-WebTest-2.01.tar.gz size: 87180 bytes md5: d48ea08bd9bb7e4dca52d266f632672f NAME HTTP::WebTest - Testing static and dynamic web content DESCRIPTION This

Re: Apache dies when configure mod_perl for use with Apache::DBI

2003-03-02 Thread Stas Bekman
Feite Brekeveld wrote: Richard Clarke wrote: PerlModule Apache::DBI;-- trouble line This line belongs in your httpd.conf file. PerlModule is an apache configuration directive, not a perl 'command'.

Scripts and HTML docs in the same directory (+ modperl newbie experiences)

2003-03-02 Thread Mark James
Hello All, Took me a day, but I think I've finally been able to move my scripts from plain cgi perl to mod_perl. The extensive documention on perl.apache.org was invaluable, though I have some comments below. One question: Prior to using mod_perl I was able to have unsuffixed scripts and .html

How to figure out with what options a mod_perl is built

2003-03-02 Thread Feite Brekeveld
Hi, Is there a way, like PHP has ?php phpinfo(); ? , to figure out with what options a standard linux distribution mod_perl is built ? I would like to know if it was built with EVERYTHING=1 or if PERL_CHILD_INIT=1 Thanks, Feite Brekeveld

Re: How to figure out with what options a mod_perl is built

2003-03-02 Thread Ilya Martynov
On Sun, 02 Mar 2003 14:47:12 +0100, Feite Brekeveld [EMAIL PROTECTED] said: FB Hi, FB Is there a way, like PHP has ?php phpinfo(); ? , to figure out with FB what options a standard linux distribution mod_perl is built ? FB I would like to know if it was built with EVERYTHING=1 or if FB

Re: Apache dies when configure mod_perl for use with Apache::DBI

2003-03-02 Thread Richard Clarke
As soon as I activate the line identified as 'trouble line', my apache server dies. Can you elaborate on this.. how does it die?, what is the error msg? etc.. (That is assuming it's still a problem after upgrading to latest DBI/Apache::DBI as Stas suggested). Ric.

Re: How to figure out with what options a mod_perl is built

2003-03-02 Thread Richard Clarke
Hi, Is there a way, like PHP has ?php phpinfo(); ? , to figure out with what options a standard linux distribution mod_perl is built ? I would like to know if it was built with EVERYTHING=1 or if PERL_CHILD_INIT=1

Re: Apache dies when configure mod_perl for use with Apache::DBI

2003-03-02 Thread Feite Brekeveld
Richard Clarke wrote: As soon as I activate the line identified as 'trouble line', my apache server dies. Can you elaborate on this.. how does it die?, what is the error msg? etc.. (That is assuming it's still a problem after upgrading to latest DBI/Apache::DBI as Stas suggested). Ric.

RE: Apache dies when configure mod_perl for use with Apache::DBI

2003-03-02 Thread Frank Maas
This is the only error line that appears in the error_log. [Sun Mar 2 20:10:19 2003] [notice] caught SIGTERM, shutting down Perhaps it's me, but could you please create a copy-n-paste mail with the (correct) relevant code snippets (httpd.conf, startup.pl, etc.). This might help. Best

Problems installing Apache (./configure)

2003-03-02 Thread mel awaisi
Hi I am tryin to set Apache to run with Perl, but before that i am tryin to download Apache on a fresh downlaod of Red Hat 8 Linux. this is the steps i am following: [EMAIL PROTECTED] src]# cd /usr/src [EMAIL PROTECTED] src]# wget http://httpd.apache.org/dist/httpd/apache_1.3.19.tar.gz

Re: WEb hosting..

2003-03-02 Thread Stas Bekman
Thank you! I've committed the isps you have submitted so far. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL PROTECTED]

Re: Problems installing Apache (./configure)

2003-03-02 Thread Perrin Harkins
mel awaisi wrote: Error: could not find any of these C compilers anywhere in your PATH: gcc cc acc c89 Well, you need to install a compiler. You must have chosen a set of packages that does not include development tools when you installed Red Hat. Look for their RPM of gcc and install it. -

Re: Problems installing mod_perl2 on Apache2 on Win200

2003-03-02 Thread Richard Heintze
I have followed the instructions at http://perl.apache.org/docs/1.0/os/win32/install.html I've put the following in my httpd.conf file: LoadFile c:/Perl/bin/perl58.dll LoadModule mod_perl modules/mod_perl.so PerlRequire C:/Apache2/conf/extra.pl I have expanded mod_perl-2.tar and extracted

Re: Problems installing mod_perl2 on Apache2 on Win200

2003-03-02 Thread Randy Kobes
On Sun, 2 Mar 2003, Richard Heintze wrote: I have followed the instructions at http://perl.apache.org/docs/1.0/os/win32/install.html I've put the following in my httpd.conf file: LoadFile c:/Perl/bin/perl58.dll LoadModule mod_perl modules/mod_perl.so PerlRequire C:/Apache2/conf/extra.pl

Re: Problems installing mod_perl2 on Apache2 on Win200

2003-03-02 Thread Richard Heintze
Randy, I can boot apache and I can view the index.html.en and navigate to the documentation. No errors. It seems to be working fine. Sieg --- Randy Kobes [EMAIL PROTECTED] wrote: On Sun, 2 Mar 2003, Richard Heintze wrote: I have followed the instructions at

mod_perl headers

2003-03-02 Thread Cure
Does Apache submit headers when a error occurs ? Trying to display an error message to the browser. I use mason for the web, so if I have die() statement in my code mason will display the error to the browser. If I use an Apache handler - the error doesn't get displayed to the screen, not sure

Re: WEb hosting..

2003-03-02 Thread David Emery
YAMPHISP http://www.mediatemple.net They're popping up faster than the green spots on that Christmas cake in the back of my fridge... On 2003.Mar.3, at 08:00 Asia/Tokyo, Stas Bekman wrote: Thank you! I've committed the isps you have submitted so far.

Re: WEb hosting..

2003-03-02 Thread Fco. Valladolid
Stas Bekman wrote: Thank you! I've committed the isps you have submitted so far. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide --- http://perl.apache.org mailto:[EMAIL

Override Authentication for one sub directory

2003-03-02 Thread Scott Alexander
Hi, I'm using Apache-AuthCookie-3.04 for authentication I have a protected directory with 10 sub directories, one directory needs to be open to any user. I could write 10 Directory /usr/local/systems/work/directory_1 or use a PERL section in the conf file to create the 10 directory directives.