>The latest version of ExtUtils::MakeMaker tickles a bug in
>libapreq's c/Makefile.PL. There has been quite a bit of discussion
>of this issue in the last week on apreq-dev, p5p, and on this list
>as well.
aha!
I'd noticed some threads about compiling libapreq - should have read them in detail.
Iphigenie <[EMAIL PROTECTED]> writes:
[...]
> >What puzzles me is that it this worked perfectly on another near
> >identical machine.
> >
> >Why does it want .so files? I thought that happened only if you
> >installed it using the ./configure method, which I didnt.
The latest version of ExtUtils
>I installed libapreq1.2 on a server the normal way (perl
>Makefile.PL, make, make test, make install) and now my server
>refuses to run Apache::Cookie or Apache::Request.
>
>It complains of
>
>[Sun Aug 3 18:09:29 2003] [error] Can't load
>'/usr/lib/perl5/site_perl/5.6.1/i386-
>linux/auto/Apache/
Hi
I am puzzled.
I installed libapreq1.2 on a server the normal way (perl Makefile.PL, make, make test,
make install)
and now my server refuses to run Apache::Cookie or Apache::Request.
It complains of
[Sun Aug 3 18:09:29 2003] [error] Can't load
'/usr/lib/perl5/site_perl/5.6.1/i386-linux/au
Nm...
-Original Message-
From: Ged Haywood [mailto:[EMAIL PROTECTED]
Sent: Saturday, May 31, 2003 4:59 PM
To: Ryan Farrington
Cc: [EMAIL PROTECTED]
Subject: Re: Apache, Mod_PERL, and PERL
Hi there,
On Sat, 31 May 2003, Ryan Farrington wrote:
> It was my assumption that apa
Hi there,
On Sat, 31 May 2003, Ryan Farrington wrote:
> It was my assumption that apache allowed for the perl executable to be
> loaded into memory and called from then on without having to worry about
> creating the external process
Well that sort of sounds right, but instead of making assumpti
It was my assumption that apache allowed for the perl executable to be
loaded into memory and called from then on without having to worry about
creating the external process (ISAPI I think is what the reference
said). When I touch a .pl from the web the perl executable runs =( Am I
doing something
Hi Stas -
> -Original Message-
> From: Stas Bekman [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 04, 2003 10:45 PM
> To: Beau E. Cox
> Cc: Modperl
> Subject: Re: [mp2] apache/mod_perl starup failure using cvs 09
>
>
> Beau E. Cox wrote:
> > Yea, S
Beau E. Cox wrote:
Yea, Stas, I clearly see your reasoning. However, this is not a change
of behaviour between mp1 and mp2, but rather between mp2-08 and the
current cvs (09).
since 09 > 08, it *is* a change in behaviour between mp1 and mp2 ;) though
potentially not the final one.
I will continu
> -Original Message-
> From: Stas Bekman [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 04, 2003 9:23 PM
> To: Beau E. Cox
> Cc: Modperl
> Subject: Re: [mp2] apache/mod_perl starup failure using cvs 09
>
>
> [...]
>
> >>why does Mason need
[...]
why does Mason needs $r at the server startup? There is no
request object at
the server startup, so it's only fair that mp reports the error.
[...]
Good point. However, I seemed to have given you the code of
mason's ApacheHandler out of context; the snip above is from the
'new' method which
Hi Stas -
> -Original Message-
> From: Stas Bekman [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 04, 2003 6:18 PM
> To: Beau E. Cox
> Cc: Modperl
> Subject: Re: [mp2] apache/mod_perl starup failure using cvs 09
>
>
> Beau E. Cox wrote:
> > -
Beau E. Cox wrote:
-8<-- Start Bug Report 8<--
1. Problem Description:
Sorry - is this mason's problem?
Apache does not start using latest mod_perl2 (cvs) when
using a mason startup script.
Failure matrix:
mod_perl version mason version using s
-8<-- Start Bug Report 8<--
1. Problem Description:
Sorry - is this mason's problem?
Apache does not start using latest mod_perl2 (cvs) when
using a mason startup script.
Failure matrix:
mod_perl version mason version using startup.pl using
Serguei Trouchelle wrote:
error.log says following:
[error]
proxy:http://naive1.isd.dp.ua/cgi-bin/system-select-isd-request.pl not
found or unable to stat
But request to
http://naive1.isd.dp.ua/cgi-bin/system-select-isd-request.pl was
successful.
What's up?
I found what is up.
Apache::Regi
Today I tried to change my cgi-scripts to mod_perl ones.
I used mod_rewrite and mod_proxy just like this:
RewriteRule ^/system/select/isd/request/$
/cgi-bin/system-select-isd-request.cgi [P]
But when I tried to change to mod_perl
RewriteRule ^/system/select/isd/request/$
/cgi-bin/system-selec
to:[EMAIL PROTECTED]]
Sent: Thursday, 6 February 2003 7:17 PM
To: dhfg
Cc: [EMAIL PROTECTED]
Subject: Re: Environment variable in Apache/mod_perl/IO::Socket
G'day Dean,
I just tried it and it seemed to work fine. (i just tried connecting to
my db instead and printed the value of $sock
running on a
Window XP PC. Wonder if this may cause the problem.
Cheers,
Dean
-Original Message-
From: David Dick [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 6 February 2003 7:17 PM
To: dhfg
Cc: [EMAIL PROTECTED]
Subject: Re: Environment variable in Apache/mod_perl/IO::Socket
G
G'day Dean,
I just tried it and it seemed to work fine. (i just tried connecting to
my db instead and printed the value of $socket to STDERR). The only
question I have is where are $socket, $host and $port defined? They do
not seem to be local to the routine, so is it possible that is where t
Hi,
In my web application, I am using Apache server with mod_perl. In one of my
Perl modules, I am creating a client socket using IO::Socket::INET which is
accepting the hotsname and port values from the environment variables set in
the Apache config file http.conf. For some reason, this didn't
Paul Simon wrote:
I started out with apache1.x. It didn't make sense
using it, since apache2 was built to work with
window's native environment, according to my
understanding of the documentation. Plus, I read that
apache1.x doesn't serve concurrent requests on
windows. Doesn't that defeat a large
I started out with apache1.x. It didn't make sense
using it, since apache2 was built to work with
window's native environment, according to my
understanding of the documentation. Plus, I read that
apache1.x doesn't serve concurrent requests on
windows. Doesn't that defeat a large part of what a
web
On Mon, 16 Dec 2002, Paul Simon wrote:
> Is it worth installing apache 1.x and mod_perl 1.x on
> windows if apache2/mod_perl2/perl5.8 run on windows?
I guess it depends on what one is using it for ... For a
development/learning system, the performance enhancements with
apache2/modperl2 probably o
Is it worth installing apache 1.x and mod_perl 1.x on
windows if apache2/mod_perl2/perl5.8 run on windows?
Thanks
llation under SCO?
[...]
My approach is to build perl, Apache, mod_perl, etc. in development
mirroring the directory heirarchy that will exist on the deployed
platform. Once this is done, I can work within its confines through
unit test.
Consequently I've been able to simply tar/gzip this
Hi guys,
On Tue, 8 Oct 2002, Geoffrey Young wrote:
[snip]
> > Is there anyway to copy the installation to a similar OS/architecture
> > without going through all the installtion proceedures. In another words,
> > can I copy the installed software/packages to another machine which is of
> > same
Hi there,
(You forgot to cc the List. :)
On Tue, 8 Oct 2002, Ganesan M wrote:
> If I can use RPM under SCO Open Server 5.0.6, and it gives me perl
> with all the modules, Apache, and mod_perl, I 'd definitely go for
> that. Anyone used RPM to copy installation under SCO?
Never done it myself,
EMAIL PROTECTED]>
cc:
Subject:Copying Apache/Mod_perl/perl installation
Hi all,
This is kinda installation question. I have installed perl, Apache,
Mod_perl with
some modules (GD, Apache FileManager, DBD-Chart etc.,) in my development
machine.
Is there anyway to copy the installation to a
Ganesan M wrote:
> Hi all,
>
> This is kinda installation question. I have installed perl, Apache,
> Mod_perl with
> some modules (GD, Apache FileManager, DBD-Chart etc.,) in my development
> machine.
> Is there anyway to copy the installation to a similar OS/archite
Hi all,
This is kinda installation question. I have installed perl, Apache,
Mod_perl with
some modules (GD, Apache FileManager, DBD-Chart etc.,) in my development
machine.
Is there anyway to copy the installation to a similar OS/architecture
without going through all the installtion
Hey Anthony --
> quick question, probably a stupid one at that...
>
> do i need a secure certificate from thawte.com to
> install a secure server?
Not strictly.
> if not, what's the point of the certificate?
The point is to raise $55 million so that Mark Shuttleworth can travel in
space? Heh
quick question, probably a stupid one at that...
do i need a secure certificate from thawte.com to
install a secure server?
if not, what's the point of the certificate?
Can someone briefly explain the process...
thanks
__
Do you Yahoo!?
New DSL
On Wed, 2002-09-25 at 18:11, Dave Rolsky wrote:
> Has anyone here come up with an RPM for apache+mod_perl, with the
> following caveats:
>
I use Apache ToolBox to get all these items and have been very pleased
with. It allows you the option of creating a RPM as well, so if that
part
Has anyone here come up with an RPM for apache+mod_perl, with the
following caveats:
1. mod_perl is statically compiled
2. I don't want SSL. This will be backend server. Only the frontend
needs SSL.
3. can co-exist with a non-mod_perl Apache on the same system, meaning
that it has it
What is subrequests?
It is HTTP POST request, and that invokes some perl
CGI script. No matter what CGI script it is invoking,
this problem is always there for a 200 response...
Fang
--- darren chamberlain <[EMAIL PROTECTED]>
wrote:
> * Fang Cheng <[EMAIL PROTECTED]> [2002-08-13
> 23:06]:
> > I
* Fang Cheng <[EMAIL PROTECTED]> [2002-08-13 23:06]:
> If you do an apache code trace, set the breakpoint at
> apache_src/main/http_protocol.c function
> ap_finalize_request_protocol, you will see the
> r->chunked == 0 even though it was set to be 1. You
> can also use snoop to see that the trai
Hi,
has someone experiences in gcc 3.1 or Intel C/C++ compiler for
apache, perl & mod_perl on a production system with P4/XEON & RedHat.
At this time I use gcc 2.96. I heard with gcc 2.96 the code optimization
for P4/XEON is not good.
Any ideas?
Sven.
--
Sven Geisler
I have a problem with the HTTP response in the chunk
mode using mod_perl that the chunk mode trailer was
not send back to the client under the chunk mode.
When apache sends a response in the chunk mode, the
mod_perl handler invokes the ap_send_http_header()
function in the apache src/main/http_
I have a problem with the HTTP response in the chunk
mode using mod_perl.
When apache sends a response in the chunk mode, the
mod_perl handler invokes the ap_send_http_header()
function in the apache src/main/http_protocol.c file,
and the r->chunked flag is set to 1 (by the
ap_keep_alive() func
My apologies. Thought I posted to the list
Thanks for the help.
Alfred,
Alfred Vahau wrote:
> The server's up and running.
>
> Thanks for the /etc/hosts tip
>
> I actually had the line as
>
> 127.0.0.1 bullen localhost.localdomain localhost
>
> So I commented out that and entered it as
>
>
Alfred Vahau wrote:
> Thanks for the leads. My concentration definitely lapsed over the make test
> failure.
> I ran make install regardless and all was well. I attempted to start the
> server without success.
> Here's the error message from the error_log
>
> [Wed Jul 31 15:03:13 2002] [alert] ht
Thanks for the leads. My concentration definitely lapsed over the make test
failure.
I ran make install regardless and all was well. I attempted to start the
server without success.
Here's the error message from the error_log
[Wed Jul 31 15:03:13 2002] [alert] httpd: Could not determine the serve
Alfred Vahau wrote:
> Hello,
>
> I am posting this matter to the list because it takes so long from my
> end of the world to download the relevant information for trouble
> shooting. My problem is as follows:
>
> I downloaded mod_perl-1.26 and apache_1.3.24 in May this year. I
> followed all
Hello,
I am posting this matter to the list because it takes so long from my
end of the world to download the relevant information for trouble
shooting. My problem is as follows:
I downloaded mod_perl-1.26 and apache_1.3.24 in May this year. I
followed all the instructions in the mod_perl gui
Dinesh Patel wrote:
> I'm trying upgrade my mod_perl version from 1.27 to 1.99.02 for
> apache-2.0.39.
>
> version 1.27 of mod_perl was compiled using :
>
> CC=cc OPTIM=-O $INET_TOP/bin/$OPSYS/perl Makefile.PL \
> DO_HTTPD=1 PERL_AUTHEN=1 PERL_SECTIONS=1
>
> make
>
Thanks a lot. That "really" does help.
regards,
-Tushar
-Original Message-
From: Stas Bekman [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 30, 2002 6:36 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: apache mod_perl + suid question
[EMAIL PROTECTED] wrot
I'm trying upgrade my mod_perl version from 1.27 to 1.99.02 for
apache-2.0.39.
version 1.27 of mod_perl was compiled using :
CC=cc OPTIM=-O $INET_TOP/bin/$OPSYS/perl Makefile.PL \
DO_HTTPD=1 PERL_AUTHEN=1 PERL_SECTIONS=1
make
The question is how do I compile 1.99.02
[EMAIL PROTECTED] wrote:
> Hello,
>
> I am trying to write a password changing program.
this article by Lincoln Stein should resolve most of your problems:
http://www.samag.com/documents/s=1286/sam03020006/
and no, don't try to disable the taint mode,
instead read the perlsec manpage to learn
EMAIL PROTECTED]; [EMAIL PROTECTED]
Assunto: RE: apache mod_perl + suid question
Vitor,
The thing is also that I can run the wrapper from the command line without
the
-T switch, and I do succeed, i.e. the password does get changed. Seems like
mod_perl by default has the taint mode on.
How do I get r
iday, July 26, 2002 8:31 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RES: apache mod_perl + suid question
Tushar,
It's not recommeded to run apache as root. (Security issues).
I have some applications that uses system command under mod_perl without
problems.
Try to execute you wrap
ECTED]]
Sent: Friday, July 26, 2002 8:31 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RES: apache mod_perl + suid question
Tushar,
It's not recommeded to run apache as root. (Security issues).
I have some applications that uses system command under mod_perl without
problems.
Try to e
Original Message-
From: Vitor [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 26, 2002 8:31 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RES: apache mod_perl + suid question
Tushar,
It's not recommeded to run apache as root. (Security issues).
I have some applications that uses syst
ra: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Assunto: RE: apache mod_perl + suid question
Thanks Vitor...
I have something very similar to what you mention below..only
that I am taking the username and passwd from the apache gui.
Then I encrypt the passwd and send that to wrapper(i.e. suid_file)
sc
On Fri, Jul 26, 2002 at 06:40:31PM -0400, [EMAIL PROTECTED] wrote:
> 1: The usermod command doesn't get executed. I have tried debugging
> this...by having a log file(/usr/local/apache/logs) and the mod_perl
> process does open the wrapper script..but then does nothing. It does
> not execute the
Hello,
I am trying to write a password changing program. For this I have a mod_perl
subroutine
from where I am trying to execute a perl script(with suid permissions 4711),
which is a wrapper and
in turn calls the usermod command on linux with the old and new passwords.
The problem I am having:
1
Yes, I am running it as /usr/sbin/usermod. I can run my wrapper
with a simple perl script written on linux. The problem appears
when I try to run it through the apache mod_perl.
thanks.
-Tushar
-Original Message-
From: Philip Mak [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 26, 2002
`$wrapper` ?
thanks.
-Tushar
-Original Message-
From: Vitor [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 26, 2002 7:04 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RES: apache mod_perl + suid question
Hello Tushar,
Try this :
$suid_file = "file_path/suidfile.pl";
$user
EMAIL PROTECTED]
Subject: RE: apache mod_perl + suid question
Thanks Vitor...
I have something very similar to what you mention below..only
that I am taking the username and passwd from the apache gui.
Then I encrypt the passwd and send that to wrapper(i.e. suid_file)
script.
So I have something
On Mon, 8 Jul 2002 00:24:30 -0500 (CDT), Randy Kobes wrote:
>Hi,
>I've placed an updated perl-5.6.1/Apache-1.3.26/mod_perl-1.27
>Win32 binary package, perl-win32-bin-0.8.exe (a self-extracting
>archive), in ftp://theoryx5.uwinnipeg.ca/pub/other/. This
I've update configure-apache.pl to match. See
>Yes, the problem is Embperl. Commenting it out (lines 1084 to 1096 of
>httpd.conf) fixed things. Phew.
I have also seen this problem with Embperl when installing Apache service.
It's not special to this binary version.
Since Apache gets always installed correctly, I never had taken the time to
On Tue, 9 Jul 2002 02:25:41 -0500 (CDT), Randy Kobes wrote:
Randy
>On Tue, 9 Jul 2002, Ron Savage wrote:
>
>>On Mon, 8 Jul 2002 00:24:30 -0500 (CDT), Randy Kobes wrote:
>>>Hi,
>>>I've placed an updated perl-5.6.1/Apache-1.3.26/mod_perl-1.27
>>>Win32 binary package, perl-win32-bin-0.8.exe (a self
On Tue, 9 Jul 2002, Ron Savage wrote:
> On Mon, 8 Jul 2002 00:24:30 -0500 (CDT), Randy Kobes wrote:
> >Hi,
> >I've placed an updated perl-5.6.1/Apache-1.3.26/mod_perl-1.27
> >Win32 binary package, perl-win32-bin-0.8.exe (a self-extracting
> >archive), in ftp://theoryx5.uwinnipeg.ca/pub/other/. Th
On Mon, 8 Jul 2002 00:24:30 -0500 (CDT), Randy Kobes wrote:
>Hi,
>I've placed an updated perl-5.6.1/Apache-1.3.26/mod_perl-1.27
>Win32 binary package, perl-win32-bin-0.8.exe (a self-extracting
>archive), in ftp://theoryx5.uwinnipeg.ca/pub/other/. This
Randy
I cannot get this to start properly un
Greetings
[...]
> there's a better way - if anyone's familiar with this, could you
> drop me a mine, privately? Thanks.
^
Are you sure this is *really* what you want? :
(Sorry I could not resist).
Cheers,
alf
On Mon, 8 Jul 2002, Gerald Richter wrote:
> Hi Randy,
>
> >I've placed an updated perl-5.6.1/Apache-1.3.26/mod_perl-1.27
> > Win32 binary package, perl-win32-bin-0.8.exe (a self-extracting
> > archive), in ftp://theoryx5.uwinnipeg.ca/pub/other/.
>
> Is this package binary compatible with Acti
Hi Randy,
>I've placed an updated perl-5.6.1/Apache-1.3.26/mod_perl-1.27
> Win32 binary package, perl-win32-bin-0.8.exe (a self-extracting
> archive), in ftp://theoryx5.uwinnipeg.ca/pub/other/.
Is this package binary compatible with ActiveState, i.e. can I do a ppm
install to get additional
Hi,
I've placed an updated perl-5.6.1/Apache-1.3.26/mod_perl-1.27
Win32 binary package, perl-win32-bin-0.8.exe (a self-extracting
archive), in ftp://theoryx5.uwinnipeg.ca/pub/other/. This
includes, amongst other things, Embperl, Apache::ASP, and
HTML::Mason, with some simple examples configured
On Tue, Jul 02, 2002 at 10:43:14PM -0500, David Dyer-Bennet wrote:
> Any obvious choices for a relatively small-scale e-commerce payment
> processing system for a server running apache / mod_perl?
http://interchange.redhat.com/
- it's mature
- we wrote our own but i'd u
.
>
> -vlad
>
> > Any obvious choices for a relatively small-scale e-commerce payment
> > processing system for a server running apache / mod_perl?
> > --
> > David Dyer-Bennet, [EMAIL PROTECTED] / New TMDA anti-spam in test
> > John Dyer-Bennet 1915-
Christopher Taranto <[EMAIL PROTECTED]> writes:
> We have been using ECHO for over 5 years and they have been an
> excellent company. They are strictly a credit card processing company
> - no order fulfillment. They also do online check processing and a
> whole bunch of other services.
>
> The
Gedanken <[EMAIL PROTECTED]> writes:
> On 2 Jul 2002, David Dyer-Bennet wrote:
>
> Any obvious choices for a relatively small-scale e-commerce payment
> processing system for a server running apache / mod_perl?
>
> There are a few 'clearing house' type s
.html
HTH,
Christopher Taranto
WWWarehouse, Inc.
At 10:43 PM 7/2/02 -0500, you wrote:
>Any obvious choices for a relatively small-scale e-commerce payment
>processing system for a server running apache / mod_perl?
>--
>David Dyer-Bennet, [EMAIL PROTECTED] / New TMDA anti-spam in test
&g
ing system for a server running apache / mod_perl?
> --
> David Dyer-Bennet, [EMAIL PROTECTED] / New TMDA anti-spam in test
> John Dyer-Bennet 1915-2002 Memorial Site http://john.dyer-bennet.net
> Book log: http://www.dd-b.net/dd-b/Ouroboros/booknotes/
> New D
On 2 Jul 2002, David Dyer-Bennet wrote:
Any obvious choices for a relatively small-scale e-commerce payment
processing system for a server running apache / mod_perl?
There are a few 'clearing house' type services to which one can subscribe
that do the actual cybercash-type trans
Any obvious choices for a relatively small-scale e-commerce payment
processing system for a server running apache / mod_perl?
--
David Dyer-Bennet, [EMAIL PROTECTED] / New TMDA anti-spam in test
John Dyer-Bennet 1915-2002 Memorial Site http://john.dyer-bennet.net
Book log: http
Hi there,
On Wed, 26 Jun 2002, Perrin Harkins wrote:
> >Furthermore, this file doesn't exist in my filesystem. How is it possible
> >that (1) the module works without this apparently required file at the
> >command line but (2) doesn't work with apache/mod_perl ?
Allen Day wrote:
>Furthermore, this file doesn't exist in my filesystem. How is it possible
>that (1) the module works without this apparently required file at the
>command line but (2) doesn't work with apache/mod_perl ?
>
How is it possible? Two ways: you could be wro
more, this file doesn't exist in my filesystem. How is it possible
that (1) the module works without this apparently required file at the
command line but (2) doesn't work with apache/mod_perl ?
-Allen
Bill O'Hanlon wrote:
> (Apologies if you see this twice -- I sent it from an unsubscribed
> email address first.)
>
>
> Hi folks,
>
> I just ran down a problem that was somewhat hard to find, and I didn't see any
> mention of anything like it in the archives anywhere. I thought it might be
> h
(Apologies if you see this twice -- I sent it from an unsubscribed
email address first.)
Hi folks,
I just ran down a problem that was somewhat hard to find, and I didn't see any
mention of anything like it in the archives anywhere. I thought it might be
helpful to mention the details in case
On Sun, Jun 09, 2002 at 12:43:38PM -0400, Perrin Harkins wrote:
> > I just ran down a problem that was somewhat hard to find, and I didn't
> see any
> > mention of anything like it in the archives anywhere.
>
> The expat issue has been discussed quite a bit on this list, and is
> documented here:
rch?hl=en&ie=UTF8&oe=UTF8&q=disable-rule%3Dexpat
-Original Message-
From: Bill O'Hanlon [mailto:[EMAIL PROTECTED]]
Sent: Sunday, June 09, 2002 7:31 AM
To: [EMAIL PROTECTED]
Subject: FreeBSD Apache/mod_perl/OpenSRS/expat problem + solution
Hi folks,
I just ran down a proble
> I just ran down a problem that was somewhat hard to find, and I didn't
see any
> mention of anything like it in the archives anywhere.
The expat issue has been discussed quite a bit on this list, and is
documented here:
http://perl.apache.org/guide/troubleshooting.html#Segfaults_when_using_X
ML
way you did, either that or I just decided I didn't
need the XML modules installed.
Mike
-Original Message-
From: Bill O'Hanlon [mailto:[EMAIL PROTECTED]]
Sent: Sunday, June 09, 2002 10:31 AM
To: [EMAIL PROTECTED]
Subject: FreeBSD Apache/mod_perl/OpenSRS/expat problem + sol
Hi folks,
I just ran down a problem that was somewhat hard to find, and I didn't see any
mention of anything like it in the archives anywhere. I thought it might be
helpful to mention the details in case someone else is ever in the same
situation.
I'm running FreeBSD 4.5, with perl 5.6.1 and
On 6/8/02 3:21 PM, "Bas A. Schulte" <[EMAIL PROTECTED]> claimed:
> Hi,
>
> I've been postponing to move my Linux Apache/mod_perl development to my
> highly appreciated iBook running Mac OS X due to all the required tweaks
> until now. I would imagine thi
Hi,
I've been postponing to move my Linux Apache/mod_perl development to my
highly appreciated iBook running Mac OS X due to all the required tweaks
until now. I would imagine things have been sorted out by now so I
downloaded apache 1.3.24 to give it a go.
The system I'm workin
Fran Fabrizio wrote:
>
> In the spirit of the "teach a man to fish" proverb (sorry if that's a
> random reference), maybe I should really be asking what's involved in
> making such an rpm?
> Is it a case of just figuring out which files are installed by
> openssl/mod_ssl/mod_perl/apache and
to build a new rpm
>>with the latest versions.
>>
>>
>
>i got one for redhat 7.0, i am in the progress to update it to the
>current versions of apache/mod_perl/mod_ssl though.
>
>christof
>
>
ou'd like to build a new rpm
> with the latest versions.
i got one for redhat 7.0, i am in the progress to update it to the
current versions of apache/mod_perl/mod_ssl though.
christof
--
Christof Damian
Technical Director, guideguide ltd.
wrote:
> Fran Fabrizio wrote:
>
>>
>> We're currently struggling for an easy way to distribute our
>> apache/mod_perl/mod_ssl-based application to our data center folks
>> who are in a different state and whom we must presume know nothing
>> about apa
Jon Robison wrote:
> fliptop, I'll take a copy of that spec file, if you don't mind!!!
i just posted it to my website, and also included a .spec for building
perl 5.6.1:
http://www.peacecomputers.com/perl-5.6.1.spec.txt
http://www.peacecomputers.com/apache-modperl-1.3.22.spec.txt
feel free t
Fran Fabrizio wrote:
>
> We're currently struggling for an easy way to distribute our
> apache/mod_perl/mod_ssl-based application to our data center folks who
> are in a different state and whom we must presume know nothing about
> apache, mod_perl or mod_ssl and are cap
fliptop, I'll take a copy of that spec file, if you don't mind!!!
--Jon Robison
fliptop wrote:
>
> Fran Fabrizio wrote:
>
> >
> > We're currently struggling for an easy way to distribute our
> > apache/mod_perl/mod_ssl-based application to our da
Fran Fabrizio wrote:
>
> We're currently struggling for an easy way to distribute our
> apache/mod_perl/mod_ssl-based application to our data center folks who
> are in a different state and whom we must presume know nothing about
> apache, mod_perl or mod_ssl and are cap
We're currently struggling for an easy way to distribute our
apache/mod_perl/mod_ssl-based application to our data center folks who
are in a different state and whom we must presume know nothing about
apache, mod_perl or mod_ssl and are capable of nothing more complicated
than using R
Hello Folks,
Does anybody tried to embed mod_perl and apache inside an windows
application ?
Thanks,
Vitor
l Message-
> > From: D. Hageman [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, April 30, 2002 2:56 PM
> > To: Matt Sergeant
> > Cc: D. Hageman; [EMAIL PROTECTED]
> > Subject: Re: XML::LibXSLT / Apache / MOD_Perl Segfaults
> >
> >
> > I should note
l: +1.604.408.2228
> Cel: +1.604.720.3510
> Fax: +1.604.408.2649
> Email: [EMAIL PROTECTED]
> Web: www.airg.com
>
>
> -Original Message-
> From: D. Hageman [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 30, 2002 2:56 PM
> To: Matt Sergeant
> Cc: D. Hageman; [EMAIL P
-
From: D. Hageman [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 30, 2002 2:56 PM
To: Matt Sergeant
Cc: D. Hageman; [EMAIL PROTECTED]
Subject: Re: XML::LibXSLT / Apache / MOD_Perl Segfaults
I should note then that it will also segfault if I don't attempt to
preload it and just 'use'
1 - 100 of 375 matches
Mail list logo