t;--
>
> 1. Problem Description:
>
>
>
>
>
> I am trying to configure with Apache 2.4.2, mp 2.0.6 and Perl 5.16.0 with no
> luck.
>
>
>
> Perl was compiled with and without threads.
>
>
>
> $ ./Configure -des -Dusethreads
>
> $ ./Co
---
1. Problem Description:
I am trying to configure with Apache 2.4.2, mp 2.0.6 and Perl 5.16.0 with no
luck.
Perl was compiled with and without threads.
$ ./Configure -des -Dusethreads
$ ./Configure -des -Uusethreads
Apache 2.4.2 was compiled with
$ ./configure --prefix=/usr
l
> where to put them ? physically ? relative to what in which directory ?
> also where to configure the path to this directory.
> Thanks
>
> On Thu, Nov 17, 2011 at 4:34 PM, Issac Goldstand <mailto:mar...@beamartyr.net>> wrote:
>
> On 17/11/2011 16:27, Meir Yanovich
Hi
and thanks for the fast reply ,
what i meant is for example , i have written filter
called Myfilter.pm or MyFilter.pl
where to put them ? physically ? relative to what in which directory ?
also where to configure the path to this directory.
Thanks
On Thu, Nov 17, 2011 at 4:34 PM, Issac
On 17/11/2011 16:27, Meir Yanovich wrote:
> There lots of tutorials on the web on how to configure the mod_perl
> filters but info i didn't understand and its like no where written ,
> where to put them and how to tell mod_perl/apache about there path
> /location . i mean only the
There lots of tutorials on the web on how to configure the mod_perl filters
but info i didn't understand and its like no where written , where to put
them and how to tell mod_perl/apache about there path /location . i mean
only the filters part not the ordinary perl files
sandhya pawar wrote:
I have O.S Windows Vista
ActivePerl5.8
Apache 2.2.11
Installed.
C:\> ppm install mod_perl-2.0
ppm install failed: Can't find any package that provides mod_perl-2.0
C:\> ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd
ppm install failed: 500 can't connect to
I have O.S Windows Vista
ActivePerl5.8
Apache 2.2.11
Installed.
C:\> ppm install mod_perl-2.0
ppm install failed: Can't find any package that provides mod_perl-2.0
C:\> ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd
ppm install failed: 500 can't connect to
theoryx5.uwinnipeg.ca/ppms
When I edit tht httpd.cong for mod_perl,
Apache not works.
?
Sandhya.
On Tue, 24 Feb 2009 02:56:11 +0530 wrote
>
>
>On Mon, 23 Feb 2009, Clinton Gormley wrote:
>> to:
>> eval {load_application(); 1} || print STDERR $@;
>> 1;
>>
>> then I see the proper error message, but apache starts
>>
Thank you very much for that info.
I configured it with: ./Configure -de -Accflags='-fPIC' -Dprefix=/path/to/perl
as Dan Axtell sugfgested.
Worked perfectly. Thanks alot!
>-Ursprüngliche Nachricht-
>Von: Fred Moyer [mailto:[EMAIL PROTECTED]
>Gesendet: Mittwoch,
[EMAIL PROTECTED] wrote:
1. Problem Description:
I cannot compile mod_perl for Apache2. There seem to be two issues with the Configure.PL/make-process. Configure runs through without an error but with a warning that header files have been found in an unexpected directory (see warning message
1. Problem Description:
I cannot compile mod_perl for Apache2. There seem to be two issues with the
Configure.PL/make-process. Configure runs through without an error but with a
warning that header files have been found in an unexpected directory (see
warning message below) although I have
On Feb 10, 2008 12:14 PM, Mag Gam <[EMAIL PROTECTED]> wrote:
> my Apache2::Request $r = shift;
> Tells the Perl compiler to expect an object in the C
> class to be assigned to C<$r>. A patch has already been submitted to
> use this information so method calls can be resolved at compile time.
Tha
Nice, Thanks!
Just figured this out...
A known disadvantage to Perl method calls is that they are slower than
direct function calls. It is possible to resolve method calls at
compile time, rather than runtime, making method calls just as fast as
subroutine calls. However, there is certain inf
On Feb 10, 2008 1:57 AM, Mag Gam <[EMAIL PROTECTED]> wrote:
> doc.pl looks like this:
> #!/usr/bin/perl -w
> use strict;
> use CGI;
> use APR::Request::Apache2 ();
>
>
> print "Content-type: text/html\n\n";
> print "Hello";
my $r = shift;
> my $req = Apache2::Request->new($r, POST_MAX => "1M");
I have installed Apache2::Request via CPAN, but i keep getting this message
in my error_log
[error] Global symbol "$r" requires explicit package name at
/var/www/perl/doc.pl line 10.\n
Apache configuration looks like this:
LoadModule perl_module modules/mod_perl.so
LoadModule apreq_module modul
On 8/9/07, prasanthi devisetti <[EMAIL PROTECTED]> wrote:
> How to install mod_perl in cygwin , without configure file ,
Are you looking for Windows binaries? Those are here:
http://perl.apache.org/docs/2.0/os/win32/install.html#All_in_one_packages
> please send me r
hi
How to install mod_perl in cygwin , without configure file ,
please send me reply as soon as possible
Thankyou.
prasanthi
--
www.g-billboards.com
<[EMAIL PROTECTED]> wrote:
> but, if i had a project, i want put the all thing a directory. Can i do like
> that? if I don't use the ModPerl::Registry or edit the ModPerl::Registry,
> that is correct? or there are the other way? thanks.
Do you mean have real Apache2 request handlers (
Thank you.
I really take care of the manal of Apache.
:)
Mike.G
On Mon, 2006-01-16 at 10:37 +0800, 黄叶 wrote:
> Alias /perl/ /home/ghw/myperl/webproject/
> PerlSwitches -T
>
>AddHandler perl-script .pl
>SetHandler perl-script
>PerlResponseHandler ModPerl::Registry
>PerlOptions +ParseHeaders
>Options +ExecCGI
>Or
Hi, Fayland, but if you put a index.pl in your perl directory, when you access http://localhost/perl/
Can you get a response?
I Can't get a response from apache.
why?
Mike.G
Thanks Fayland.
I am ok too.
I only need put the behind
:)
Mike.G
黄叶 wrote:
but, if i had a project, i want put the all thing a directory. Can i do
like that? if I don't use the ModPerl::Registry or edit the
ModPerl::Registry, that is correct? or there are the other way? thanks.
it works on my side:
# for ModPerl::Registry scripts
Alias /perl/ "C:/Apache2/p
but, if i had a project, i want put the all thing a
directory. Can i do like that? if I don't use the ModPerl::Registry or
edit the ModPerl::Registry, that is correct? or there are the other
way? thanks.
On Mon, 16 Jan 2006 10:37:24 +0800
黄叶 <[EMAIL PROTECTED]> wrote:
> HI, All.
> I had configure the mod_perl environment, it is here:
>
> Alias /perl/ /home/ghw/myperl/webproject/
> PerlSwitches -T
>
>AddHandler perl-script .pl
>
HI, All.
I had configure the mod_perl environment, it is here:
Alias /perl/ /home/ghw/myperl/webproject/
PerlSwitches -T
AddHandler perl-script .pl
SetHandler perl-script
PerlResponseHandler ModPerl::Registry
PerlOptions +ParseHeaders
Options +ExecCGI
Hi,
I have just installed perl 5.8.7 and mod_perl 2.01 with no errors but I
can't install libapreq2 due to the following error after running:
# perl Makefile.PL --with-apache2-apxs=/usr/local/apache2/bin/apxs
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `
Hello,
I have installed mod_perl, Apache2.0, AuthenSmb 0.72 for the NT authentication
on the UNIX server. I want to implement the time out feature, so that
any user after 30 minutes of inactive session needs to relogin. Any
suggestions will be greatly appreciated.
Regards,
Raja
Hello,
I have installed mod_perl, Apache AuthenSmb for the NT authentication
on the UNIX server. I want to implement the time out feature, so that
any user after 30 minutes of inactive session need to relogin. Any
suggestions will be greatly appreciated.
Regards,
Raja
On 30/10/2004, at 7:19 AM, Stas Bekman wrote:
CN wrote:
Hi!
Because "perl Makefile.PL" did not find LWP::UserAgent and
HTML::HeadParser in my Debian box, I did "apt-get install
libapache-mod-perl". Then I did "dpkg -P libapache-mod-perl" to remove
that package. Since then "perl Makefile.PL" seems t
CN wrote:
> Hi!
>
> Because "perl Makefile.PL" did not find LWP::UserAgent and
> HTML::HeadParser in my Debian box, I did "apt-get install
> libapache-mod-perl". Then I did "dpkg -P libapache-mod-perl" to remove
> that package. Since then "perl Makefile.PL" seems to have trouble as it
> complains
e as it
complains "cat: ../apache_1.3.32/src/Makefile.config: No such file or
directory":
==
host1:/usr/src/mod_perl-1.29# perl Makefile.PL
Configure mod_perl with ../apache_1.3.32/src ? [y] y
Shall I build httpd in ../apache_1.3.32/src for you? [y] n
(cd ../ap
[EMAIL PROTECTED] wrote:
could you please report the initial report, including your latest
tweaks to lib/Apache/Build.pm to the dev list [1]? I guess Philippe still
didn't catch up with this list's email, but he should pick it up quickly
at the dev list. Thanks.
[1] http://perl.apache.org/mailli
b/Apache/Build.pm line 173
> > Apache::Build::apxs('Apache::Build=HASH(0x8d7fcb8)', '-q',
> > 'INCLUDEDIR') called at lib/Apache/Build.pm line 82
> > Apache::Build::ap_prefix_invalid('Apache::Build=HASH(0x8d7fcb8)')
> > called
uild.pm line 173.
> > at lib/Apache/Build.pm line 173
> >Apache::Build::apxs('Apache::Build=HASH(0x8d7fcb8)', '-q',
> >'INCLUDEDIR') called at lib/Apache/Build.pm line 82
> >Apache::Build::ap_prefix_invalid('Apache::Build
3.
at lib/Apache/Build.pm line 173
Apache::Build::apxs('Apache::Build=HASH(0x8d7fcb8)', '-q',
'INCLUDEDIR') called at lib/Apache/Build.pm line 82
Apache::Build::ap_prefix_invalid('Apache::Build=HASH(0x8d7fcb8)')
called at Makefile.PL line 206
he/Build.pm line 173
Apache::Build::apxs('Apache::Build=HASH(0x8d7fcb8)', '-q',
'INCLUDEDIR') called at lib/Apache/Build.pm line 82
Apache::Build::ap_prefix_invalid('Apache::Build=HASH(0x8d7fcb8)')
called at Makefile.PL line 206
main::con
[EMAIL PROTECTED] wrote:
NetBSD-2.0_RC1 + perl-5.8.5 + httpd-2.0.52 :
all the above builds and runs OK, but
when trying to configure source of modperl-1.99_17-dev I get the
following:
$ perl Makefile.PL MP_AP_PREFIX=$HOME/mp-test/httpd-2.0
Reading Makefile.PL args from @ARGV
MP_AP_PREFIX
NetBSD-2.0_RC1 + perl-5.8.5 + httpd-2.0.52 :
all the above builds and runs OK, but
when trying to configure source of modperl-1.99_17-dev I get the
following:
$ perl Makefile.PL MP_AP_PREFIX=$HOME/mp-test/httpd-2.0
Reading Makefile.PL args from @ARGV
MP_AP_PREFIX = /home/mgorb/mp-test/httpd
I have installed the mod_ssl openssl and apache
successfully just according to the file "INSTALL"
under the directory of mod_ssl. It's easy to
understand and you can upgrate easily.:)
But thank you all the same!
--- Stas Bekman <[EMAIL PROTECTED]> 的正文:
> Tom Schindl wrote:
> > Well on
Tom Schindl wrote:
Well once more let mod_perl do everything for you, see howto do that
using INSTALL.simple.mod_ssl.
or better, read the mp1 guide:
http://perl.apache.org/docs/1.0/guide/install.html#Installation_Scenarios_for_mod_perl_and_Other_Components
--
__
L PROTECTED] apache]$ cd mod_ssl-2.8.16
[EMAIL PROTECTED] apache]$ cd mod_ssl-2.8.16-1.3.29
[EMAIL PROTECTED] mod_ssl-2.8.16-1.3.29]$ ./configure \
--with-apache=../apache_1.3.29
[EMAIL PROTECTED] mod_ssl-2.8.16-1.3.29]$ cd ..
[EMAIL PROTECTED] apache]$ tar xzvf mod_gzip-1.3.26.1a.tgz
[EMAIL PROTEC
Thanks a million, Tom!
I have installed the mod_perl successfully according
to your method.
And I want to configure the apche on RH9 and I hava
installed the following components--mod_perl, mod_ssl,
openssl, mod_gzip.c separeately and there is no error,
but when I run the command which is to add
Jie Gao wrote:
[...]
Also is it possible that your machine is slow and you need more time to start
the server (our test suite take a *long* time to start under threaded mpms)?
So please try:
t/TEST -start -startup_timeout 300
though I doubt that this is the reason.
It turned out this was the rea
Jie Gao wrote:
[...]
make test error:
[...]
waiting 180 seconds for server to start: giving up after 181 secs
!!! server failed to start! (please examine t/logs/error_log)
[...]
-D APACHE_MPM_DIR="server/mpm/worker"
osname=solaris, osvers=2.9, archname=sun4-solaris-thread-multi
uname='suno
Jie, please always submit a complete bug report, as explained here:
http://perl.apache.org/bugs/
Using 5.8.3 with the latest CVS, running
/usr/local/perl-5.8.3_threaded/bin/perl Makefile.PL MP_USE_DSO=1 MP_APXS=/usr/local/WASM_Sessions_Checker_apache_2.0.48/bin/apxs MP_TRACE=1
gives the following
Hi All,
Using 5.8.3 with the latest CVS, running
/usr/local/perl-5.8.3_threaded/bin/perl Makefile.PL MP_USE_DSO=1
MP_APXS=/usr/local/WASM_Sessions_Checker_apache_2.0.48/bin/apxs MP_TRACE=1
gives the following errors:
*** dir '/usr/local/WASM_Sessions_Checker/htdocs/conf' does not exist (while
I'd like to dynamically configure Apache using an external Perl script. i.e., in
httpd.conf:
PerlRequire myhttpdconf.pl
Since I'm using a database to define how I'd like to configure multiple
virtual hosts on my server, my Perl script iterates through records
49 matches
Mail list logo