apache & mod_perl compiled with gcc 3.1 or Intel C/C++?

2002-08-14 Thread Sven Geisler
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

Re: apache + mod_perl --> chunk mode trailer

2002-08-14 Thread darren chamberlain
* 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

mod_perl-1.99_04 compile failure

2002-08-14 Thread J. W. Ballantine
Hi, Hopefully this is not a repost... I have apache 2.0.40, built and working and I'm trying to add the mod_perl 2 module, but when I try to install it I'm failing on the compile of mod_perl.c. The makefile command is: perl Makefile.PL MP_AP_PREFIX=/a3/APACHE/Apache2 MP_INST_

Re: mod_perl-1.99_04 compile failure

2002-08-14 Thread Kyoichi Ozaki
hi, try this: --- mod_perl-1.99_04/src/modules/perl/mod_perl.c.old2002-06-21 13:16:51.0 +0900 +++ mod_perl-1.99_04/src/modules/perl/mod_perl.c2002-08-13 23:56:54.0 ++0900 @@ -508,18 +508,22 @@ ap_register_output_filter(MP_FILTER_REQUEST_OUTPUT_NAME,

Re: mod_perl-1.99_04 compile failure

2002-08-14 Thread J. W. Ballantine
Thanks, that solved the problem. -- In Response to your message - > Date: Wed, 14 Aug 2002 23:51:43 +0900 (JST) > To: [EMAIL PROTECTED] > From: Kyoichi Ozaki <[EMAIL PROTECTED]> > Subject: Re: mod_perl-1.99_04 compile failure > > hi, > > try this: > > --- mod

Another mod_perl-1.99_04 compile failure

2002-08-14 Thread J. W. Ballantine
After applying the patch Kyoichi sent, mod_perl.c compiled fine and the make continued until: cd "src/modules/perl" && make -f Makefile.modperl cc -c -I/a4/WWW/APACHE2/mod_perl-1.99_04/src/modules/perl -I/a4/WWW/APACHE2/mod_perl-1.99_04/xs -I/a3/APACHE/Apache2/include -I/usr/local/include

Re: -Wl,-E

2002-08-14 Thread David McCabe
Ihor Bilyy wrote: > > After applying that patches error message is the same. > ld -V: > ld: Software Generation Utilities - Solaris Link Editors: 5.8-1.275 This is OK. The Configure script for perl looks for "ld: Software Generation Utilities", so it should find it. > btw gcc --version 2.95.2,

Re: apache + mod_perl --> chunk mode trailer

2002-08-14 Thread Fang Cheng
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

mod_perl on Mac OSX

2002-08-14 Thread Pierre Vaudrey
Hi, I'm new to the list . I'm trying to configure mod_perl on the built-in Apache server of my Mac OSX machine. I'm working on the httpd.conf file. Can you give me simple test to check if mod_perl is running ? Pierre

Re: solaris 2.6, mod_perl 1.27, apache 1.3.26, resulting serverfails

2002-08-14 Thread John E. Mendenhall
Stas, Lupe, and modperl gurus, Sorry for taking so long to respond to your messages. I had some other tasks to take care of. > What do you get from running: > nm httpd | grep Apache__Log > > there should be boot_Apache__Log there. I get the following: [2638] |286064| 216|FUNC |GLOB |

sections and Apache->request->subprocess_env

2002-08-14 Thread Tom Mornini
I'd like to access the original Apache startup environment variables from within sections. Through experimentation and reading page 498 of the Eagle that I need to use Apache->Request->subprocess_env to access the original environment in order to do this, as %ENV is cleared at interpreter creatio

Re: mod_perl on Mac OSX

2002-08-14 Thread ___cliff rayman___
the perl.apache.org site has all the answers. the guide is on line. your answer is here: http://perl.apache.org/docs/1.0/guide/install.html#Testing_via_a_CGI_script Pierre Vaudrey wrote: > Hi, > > I'm new to the list . > I'm trying to configure mod_perl on the built-in Apache server of my Mac >

RE: can't fine ModuleConfig.c.

2002-08-14 Thread Randy Kobes
On Tue, 13 Aug 2002, Goehring, Chuck Mr., RCI - San Diego wrote: > Randy, > > My server barfed and I had to re-format. Do you think I ought > to go with Apache 2? I need to get to full time ssl to meet > the security requirements anyway. I was planning to do this > when I go hit with the need

Re: Win32 Apache 2.0.40 & mod_perl 1.99_05

2002-08-14 Thread Randy Kobes
On Sun, 11 Aug 2002, Sebastian Breier wrote: > Hi! > > When starting Apache 2.0.40, I get this error: > > Syntax error on line 173 of C:/Apache2/conf/httpd.conf: Cannot > load C:/Apache2/modules/mod_perl.so into server: Die angegebene > Prozedur wurde nicht gefunden. > > Last sentence translat

mod_perl + Apache::PageKit on Win32 problems

2002-08-14 Thread Anton Permyakov
Hello everybody,   I try to install Apache::PageKit on Win32 Apache+mod_perl. I've installed all that's needed from perl-win32-bin-0.8.exe, install all packages needed for Apache::PageKit and itself (without PPD file, just by copying *.pm files).   When i start Apache - it closes with error:

RE: NTLM module

2002-08-14 Thread Kaye-Smith Adam
Hello all, I believe I have narrowed the problems down but still do not know how to fix it. when i have Authtype ntlm,basic in httpd.conf and I attempt to use a username/password that is in htpasswd file I will not be able to be authenticated & I receive the following error message in /var/log

RE: can't fine ModuleConfig.c.

2002-08-14 Thread Randy Kobes
On Mon, 12 Aug 2002, Goehring, Chuck Mr., RCI - San Diego wrote: > Randy, > > I'm using Perl 5.6.0 for this. Should I be using 5.8.0? Does > that affect ModuleConfig.c? > > Having problems running things with the version I put out last > week. It complains about the dumbest things and is over

DBI make apache fail in perl58.dll

2002-08-14 Thread pascal barbedor
Hi   the following startup.pl makes apache segfault in perl58.dll on windows XP(or 2000)   version are : apache 2.0.40-dev perl 5.8.0 modperl 1.99 mysqld-nt 3.23.49   DBI 1.30 DBD::Mysql 2.1017   from perl 5.8-win32-bin.tar.gz ready-to-use RK archive (date 25/07/02) in theoryx5.uwinnipeg.ca/

Re: mod_perl + Apache::PageKit on Win32 problems

2002-08-14 Thread Randy Kobes
On Thu, 15 Aug 2002, Anton Permyakov wrote: > Hello everybody, > > I try to install Apache::PageKit on Win32 Apache+mod_perl. I've > installed all that's needed from perl-win32-bin-0.8.exe, > install all packages needed for Apache::PageKit and itself > (without PPD file, just by copying *.pm fil