Re: undefined symbol: apreq_handle_apache2   problem

2023-06-21 Thread Scott Alexander
require. BEGIN failed--compilation aborted. I think I have used that on Centos 7 or 8. This is first time I use AlmaLinux 9.1 Terveisin/Regards Scott Alexander Asiantuntija, järjestelmät Systems Specialist Humak Humanistinen ammattikorkeakoulu University of Applied Sciences www.humak.fi<h

undefined symbol: apreq_handle_apache2   problem

2023-06-20 Thread Scott Alexander
version 1 (v5.32.1) built for x86_64-linux-thread-multi Calling a page thru the browser I get in ssl_error_log Can't locate object method "new" via package "Apache2::Request" (perhaps you forgot to load "Apache2::Request"?) at I assume it's because of

Re: intermittent reception

2022-04-21 Thread Scott Alexander
Hi, Some of those emails for me went to MS 365’s quarantine (so different from my junk folder) Terveisin/Regards Scott Alexander scott.alexan...@humak.fi<mailto:scott.alexan...@humak.fi> From: Vincent Veyron Date: Thursday, 21. April 2022 at 20.02 To: modperl@perl.apache.org S

Re: Apache2:AuthCookie With httpd 2.4

2020-05-14 Thread Scott Alexander
log_error("LINE 42 2.4"); return WHAT HERE ? } sub login { my $self = shift; my $r = shift; $r->server->log_error("LINE 53 2.4"); } 1; Terveisin/Regards Scott Alexander scott.alexan...@humak.fi<mailto:scott.alexan...@humak.fi> __

Re: Apache2:AuthCookie With httpd 2.4

2020-05-13 Thread Scott Alexander
to protect directories but this project I can not use Shibboleth. Terveisin/Regards Scott Alexander scott.alexan...@humak.fi<mailto:scott.alexan...@humak.fi> From: Edward J. Sabol Sent: 12 May 2020 00:58 To: Scott Alexander Cc: mod_perl list Subject: Re: A

Apache2:AuthCookie With httpd 2.4

2020-05-11 Thread Scott Alexander
ache-AuthCookie/README.apache-2.4.pod which unfortunately doesn't make sense to me. Does someone have a smple working example? Terveisin/Regards Scott Alexander Tel. +358 (0)50 411 9556 scott.alexan...@humak.fi<mailto:scott.alexan...@humak.fi>

Re: POST large amount of data causes segmentation fault

2020-02-09 Thread Scott Alexander
ut 4000 users when I came across this problem. Terveisin/Regards Scott Alexander Asiantuntija, järjestelmät Systems Specialist Humak Humanistinen ammattikorkeakoulu University of Applied Sciences www.humak.fi<http://www.humak.fi/> Tel. +358 (0)50 411 9556 scott.alexan...@humak.fi&

POST large amount of data causes segmentation fault

2020-02-09 Thread Scott Alexander
.15 (Unix) Server built: Jun 19 2018 15:45:13 but I get the same error on the production server which is Server version: Apache/2.4.6 (CentOS) Server built: Aug 8 2019 11:41:18 Terveisin/Regards Scott Alexander Asiantuntija, järjestelmät Systems Specialist Humak Humanistinen ammattikor

Re: Information on using Apache2::AuthCookie with httpd 2.4

2014-10-24 Thread Scott Alexander
using Apache2::AuthCookie with httpd 2.4 On Tue, Oct 21, 2014 at 2:37 AM, Scott Alexander mailto:scott.alexan...@humak.fi>> wrote: Hi, I'm moving from Centos 6 to Centos 7, httpd is 2.4.6 Trying to get Apache2::AuthCookie to work with my module for authentication. Hello Sc

Information on using Apache2::AuthCookie with httpd 2.4

2014-10-20 Thread Scott Alexander
that? Any other pointers would be greatly appreciated. I'm getting in my error log file No authentication done but request not allowed without authentication for loginscript Authentication not configured? Terveisin/Regards Scott Alexander Järjestelmäasiantuntija Systems Specialist HUM

Re: apache2::upload with reverse_proxy

2005-12-06 Thread Scott Alexander
Srebrenko Sehic wrote: There is a bug introduced in Apache 2.0.55 which breaks mod_proxy in various ways with POST data. Try 2.0.54 and see if that helps. Yes thanks very much that was the problem. I installed 2.2.0 as the front_end and works fine. Scott On 12/5/05, Scott Alexander

apache2::upload with reverse_proxy

2005-12-05 Thread Scott Alexander
Hi, I did have two seperate machines in my test environment. A lite weight front end with just apache2 and a back end with mod_perl. File uploads worked fine using apache2::upload Now I have a front_end and mod_perl on the same machine but file uploads stopped working front_end with just one m

Re: Apache::File and setting filename

2005-05-17 Thread Scott Alexander
Scott Alexander wrote: Hi, Is it possible with Apache::File to set the name of the filename? (Apache/1.3.31 (Unix) mod_perl/1.29 configured) For the record: $fh = Apache::File->new($file) or warn "Can't open $file $!"; $r->content_type('application/octet-stream');

Apache::File and setting filename

2005-05-17 Thread Scott Alexander
Hi, Is it possible with Apache::File to set the name of the filename? (Apache/1.3.31 (Unix) mod_perl/1.29 configured) I have print "Content-type: application/octet-stream\n\n" ; $file = "myfile_to_send.doc" ; $fh = Apache::File->new($file) or warn "Can't open $file $!"; $r->headers_out->set("Conten

Memory usage

2004-05-10 Thread Scott Alexander
Hi, On my test server running Red Hat Linux 7.1 Linux version 2.4.2-2 shared memory is 18.71 MB On my production server Red Hat Linux 7.3 Linux version 2.4.20-20.7 shared memory is 4.32 MB use GTop; my $gtop = GTop->new; my $share = $gtop->proc_mem($$)->share; I've also noticed the same diff

perl chat thru reverse_proxy ?

2003-11-06 Thread Scott Alexander
Hi, I'm trying out Eric Cholet's chatsrv with a lite apache front end and mod_perl server. The front end and mod_perl are on different machines. if I use http://mod_perl_server:8080/chat.pl everything works okay when I use http://front_end/chat.pl I get don't get any output displayed to the brow

perltranshandler stage?

2003-09-28 Thread Scott Alexander
Hi, Is it possible to know has a user just clicked on a link or right clicked and selected "Save link target as" ? I've looked at $r->as_string for NN, IE etc. I need different action during my perltranshandler stage depending does the user left click or right click. Scott