I'm trying to install Apache/mod_perl/mod_ssl on Cygwin 1.5.11-1. I
understand that AP2/MP2 currently doesn't compile on Cygwin, so I'm
trying AP1/MP1. I tried to follow the directions at
http://www.cygwin.com/ml/cygwin/2002-01/msg00055.html and still
couldn't make it work. When I run httpd under g
I have been working with Mod_Perl for a few years now and have been
fairly successful. I thought that I had a fair understanding of how
things worked until today. I’m using Mod_Perl version 1.0 and I’m
just using the Apache::Registry to speed up regular Perl scripts.
Problem #1:
Krang v1.026 is now available. Notable changes in this release:
* Support for Mac OSX has been added.
* Support for Solaris has been added.
* Support for Mandrake Linux has been added.
* Krang data exports are now architecture-independant - moving Krang from
x86 to SPARC or PPC is now suppo
Cory Omand wrote:
[...]
Oh, you mean we were talking about LockFile all this time, which is wrong
when run under non-root user, right? So your global httpd.conf has:
LockFile logs/accept.lock
No, my global httpd.conf doesn't have an active LockFile directive
(there is one in there, but it's comm
Stas Bekman wrote:
[Jeremy, in the future please try to reply to the email in the thread,
to keep the messages together, to benefit other users who may have the
same problem. thank you]
Actually I wasn't right saying that, I just read the emails in the wrong
order. sorry about that.
--
Ruslan U. Zakirov wrote:
Hello.
1) I can't find how to get string that represent initial request
location. I mean 'http://www.example.com/foo...'. Is it possible? Now, I
use next code as workaround:
my $location = $r->dir_config( 'ServerName' );
unless( $location ) {
[Jeremy, in the future please try to reply to the email in the thread, to
keep the messages together, to benefit other users who may have the same
problem. thank you]
Mr jeremy pennington wrote:
So either upgrade your perl and try again, or send us
the backtrace of the core file:
I choose to up
For Reference Purposes:
This problem was fixed by upgrading to perl 5.8.5, I
did not try the pathes as I needed to upgrade because
of another problem.
--- Stas Bekman <[EMAIL PROTECTED]> wrote:
> Mr jeremy pennington wrote:
> > I am new to modperl and have been trying to get it
> > running for th
So either upgrade your perl and try again, or send us
the backtrace of the core file:
I choose to upgrade perl to 5.8.5, which took care of
both of my make test failures. Therefore, make test
and install completed without errors. However, I am
trying to test the installion with the rock.pl
(http:
Hello.
1) I can't find how to get string that represent initial request
location. I mean 'http://www.example.com/foo...'. Is it possible? Now, I
use next code as workaround:
my $location = $r->dir_config( 'ServerName' );
unless( $location ) {
$location = 'http://'. join ':'
On Tue, 2004-11-02 at 17:43, Stas Bekman wrote:
> Cory Omand wrote:
> > On Tue, 2004-11-02 at 16:19, Stas Bekman wrote:
> >
> >>Does your global httpd.conf has an AcceptMutex entry which specifies a
> >>location which is only root accessible? So A-T should probably detect that
> >>and rewrite th
Will here's some more information that might be helpful to you and
others as far as troubleshooting goes. The Apache that's on this box,
is as you suspected, pre-compiled. Which I obtained from
sunfreeware.com. Also, the compiler I used, GNU's gcc, was also
obtained from sunfreeware.com. Once a
12 matches
Mail list logo