INSTALL.simple.mod_ssl

2003-09-10 Thread Francesc Guasch
I'm trying to install from source apache + mod_perl + mod_ssl. I couldn't make it following the steps of INSTALL.simple.mod_ssl I also tried with the online guide unsuccessfully. Anyway here is how I did it step by step: cd mod_ssl* ./configure --with-apache=../apache_1.3.28 cd .. cd apache_*

Re: binary cgi mess ( repost )

2003-03-24 Thread Francesc Guasch
Francesc Guasch [EMAIL PROTECTED] wrote: I have a mod_perl server and I need to add a cgi application outside mod_perl, nagios. I followed the guide and when I try to use the cgis, the binary files are displayed instead of executed. Frank Maas wrote: Comparing your post and that of others, I

Re: binary cgi mess ( repost )

2003-03-19 Thread Francesc Guasch
Nikolaus Rath wrote: Francesc Guasch [EMAIL PROTECTED] wrote: Location /nagios/cgi-bin Options ExecCGI /Location Alias /nagios/ /usr/share/nagios/ Directory /usr/share/nagios/ AllowOverride AuthConfig Options None I suspect that the Options directive in the directory section

Re: binary cgi mess ( repost )

2003-03-19 Thread Francesc Guasch
Abdul-wahid Paterson wrote: Hi, Thank you again for answering me, Abdul-wahid. This is the config I have for nagios on one of my servers. I also have mod_perl working so there should be no problem with the two together. (My directory paths are different to yours but the principle is the same) I

binary cgi mess ( repost )

2003-03-18 Thread Francesc Guasch
I posted this, I received a couple of answers but the problem is still unsolved. I have a mod_perl server and I need to add a cgi application outside mod_perl, nagios. I followed the guide and when I try to use the cgis, the binary files are displayed instead of executed. I tried the same in

binary cgi mess

2003-03-13 Thread Francesc Guasch
I have a mod_perl server and I need to add a cgi application outside mod_perl, nagios. I followed the guide and when I try to use the cgis, the binary files are downloaded instead of executed. I tried the same in another apache server without Mason and it worked well. So I think something of my

Re: binary cgi mess

2003-03-13 Thread Francesc Guasch
executed in the server. I also tried to have both lines with the same results. On Thu, 2003-03-13 at 10:53, Francesc Guasch wrote: I have a mod_perl server and I need to add a cgi application outside mod_perl, nagios. I followed the guide and when I try to use the cgis, the binary files are downloaded

Basic Auth logout

2003-03-07 Thread Francesc Guasch
this has been asked before, and I've found in the archives there is no way I could have a logout page for the Basic Auth in apache. Is there nothing I can do ? This is required only for the development team, so we need to let mozilla or IE forget about the username and password. This is a site

Re: Load balancers

2003-01-13 Thread Francesc Guasch Ortiz
John Siracusa wrote: We've been struggling with load balancers for a while now. My requirements are pretty simple. I have a handful of plain and mod_perl apache servers, So...suggestions? How are other people handling load balancing? I have tested pen. It's easy to set up and works fine so

Obfusacating the source

2002-11-19 Thread Francesc Guasch
I know it's not the way to go, but anyway I must do it. I need some tool that gets all the perl modules and mason components, of an application we made, and obfucaste it a little. The idea is get something just a little difficult to read, so the customer engineers have a hard time if they try to

Re: Obfusacating the source

2002-11-19 Thread Francesc Guasch
John Saylor wrote: Hi ( 02.11.19 19:48 +0100 ) Francesc Guasch: The idea is get something just a little difficult to read, so the customer engineers have a hard time if they try to read the source. Call all variables 1 char names Replace all comments with 'comment here' That looks like what

Apache-Scoreboad parse error when compiling

2002-11-12 Thread Francesc Guasch
I have a RH8.0 with apache-1.3.27 and mod_perl-1.27. I'm trying to install Apache::VMonitor, but I can't make Apache::Scoreboard-0.10. These are the errors I've seen. In file included from DummyScoreboard.xs:14:

Re: Apache-Scoreboad parse error when compiling

2002-11-12 Thread Francesc Guasch
Ged Haywood wrote: On Tue, 12 Nov 2002, Francesc Guasch wrote: install Apache::VMonitor, but I can't make Apache::Scoreboard-0.10. In file included from DummyScoreboard.xs:14: /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/auto/Apache/include/modules/perl/mod_perl.h:261: parse error

apache dies silently at start with perl-5.6.1 rpm

2002-03-19 Thread Francesc Guasch Ortiz
I'm testing the latest perl rpms from redhat updates: perl-5.6.1-26.72.3 mod_perl-1.26-2 I'm using HTML::Mason. When I start apache it just dies silently without complaining and I got nothing in the logs. I even tried to remove the former perl and modules. I rpmed -e a lot of

Re: apache dies silently at start with perl-5.6.1 rpm

2002-03-19 Thread Francesc Guasch Ortiz
Nicolai Schlenzig (DXD) escribió: Are you using the mason-handler supplied with Mason? Or did you extend it already? I have my own You could try to make a very minimized mason-handler and see what that The minimal handler.pl still won't work. I can launch apache if I remove the

Re: apache dies silently at start with perl-5.6.1 rpm

2002-03-19 Thread Francesc Guasch Ortiz
Kurt Hansen escribió: Did you see this message from the Mason list? If so, did this solution not work for you? I installed an old Data::Dumper: Data-Dumper-2.101 Right now I have a compiled perl-5.6.1 and these apache-1.3.22-2 rpm. Now I can start apache with the mason handler, but as soon

the object still does not exists in Apache::Session

2001-05-15 Thread Francesc Guasch
This is an old issue. I recall having patched Apache:Session so it evals when restoring objects from the Data Store. When the database of sessions is cleaned the server dies with Object does not exist in the data store I just installed a server and I had to patch it myself again. Am I the only

rewrite rules in Perl sections

2001-04-04 Thread Francesc Guasch
Hi. I found and old thread about having rewrite rules inside Perl sections in httpd.conf. In these mails it looks like there is not an easy way to do this. Is that still true ? I've tried different guesses unsuccessfully: $RewriteRule="^/(img/.*) http://other.server/$1";

Re: RedHat 7.0 and mod-perl

2001-01-09 Thread Francesc Guasch
Jamie Krasnoo wrote: Is anyone using mod-perl with apache-1.3.14 on RedHat 7.0? Any complaints? Me, core dumps. I recompiled perl_5.005_03 ,apache_1.3.12, mod_perl-1.24 and now it works: $ perl -v This is perl, version 5.005_03 $ telnet localhost 80 Trying 127.0.0.1... Connected to

Re: How to use specified NIC

2000-12-01 Thread Francesc Guasch
Jonas Nordström wrote: I have an application where incoming requests are handled by a gateway that translates the requests and sends them on to the intranet, receives the response, changes the links and sends the answer to the client. When I do the Intranet request (using LWP::UserAgent), I

empty or incomplete page returned

2000-11-30 Thread Francesc Guasch
I'm building a web application using mod_perl. Sometimes when I do tests using a slow connection I get empty pages returned. This doesn't happen from the local net. The server used for the test isn't tuned and it has low cpu and ram. Could this be the reason of that bad behaviour ? Returning

Re: Fast DB access

2000-10-11 Thread Francesc Guasch
"Differentiated Software Solutions Pvt. Ltd" wrote: Hi, We have an application where we will have to service as high as 50 queries a second. We've discovered that most database just cannot keep pace. The only option we know is to service queries out of flat files. There is a DBD

Re: template kit.....

2000-07-31 Thread Francesc Guasch
Denton River wrote: Ofcourse i can use different pieces of software,, But that was not my point I *want* to have the session management in the same kit becouse it´s convinient. I have used Apache::Session with HTML::Mason and it's plain easy. You only have to worry about tieing the

Re: What is *.xs file?

2000-07-07 Thread Francesc Guasch
James G Smith wrote: I would start with `man h2xs' (only a start), and get _Programming Perl_, which talks about it some, as does _The Perl Cookbook_, I believe. Then Advanced Perl programming talks about it also. -- - frankie -

Re: @INC and Win32

2000-05-30 Thread Francesc Guasch
Gundars Kulups wrote: Hi! I've upgraded to Apache 1.3.12, perl 5.6.0 and mod_perl 1.23 (Randy's binary distribution) and now it doesn't work. I've found related topic in mailing list archive: I don't know why, in a site of mine I have to manually add directories to @INC in httpd.conf. Hope

Re: @INC and Win32

2000-05-30 Thread Francesc Guasch
Gundars Kulups wrote: At 12:15 PM 5/30/00, Francesc Guasch wrote: Gundars Kulups wrote: Hi! I've upgraded to Apache 1.3.12, perl 5.6.0 and mod_perl 1.23 (Randy's binary distribution) and now it doesn't work. I've found related topic in mailing list archive: I don't know why

New Module (was Re: RFC: Apache::Request::Forms (or something similar))

2000-05-19 Thread Francesc Guasch
I have my own module for doing this job, sorry I missed many posts of this thread but here is what I do: - The target is automatically : add , update, select data from a table reading data typed by the user. - I didn't want to use the Apache api, so it even can be used out of apache, so I

Re: Session management moudle suggestions?

2000-05-09 Thread Francesc Guasch
Stephen Zander wrote: I've avoided session management like the plague until now (intranets let you get away with that sort of thing :)) but rolling out web-based LDAP is forcing session management upon me. Other than Apache::Session what are my choices? How well do any of these play

Re: Apache::Session question

2000-05-05 Thread Francesc Guasch
Gundars Kulups wrote: Hi! I am sorry to ask this bit off question, but still. Has anyone used Apache::Session on Solaris (Sparc, not intel)? We implemented system on Linux (intel) and tried to port it to Solaris, but session doesn't work - can not create session files. Store manager used

Re: Apache::ASP rules [was: Sorry men]

2000-04-28 Thread Francesc Guasch
Ime Smits wrote: Bottomline: Apache::ASP made me really happy because now don't have to develop for IIS anymore and I can stick to my Linux environment. I can I'm also being told every once in a while by management about why we aren't using IIS, you know, when they receive marketing

Re: [OT] Lotus Domino as Web server ?

2000-04-25 Thread Francesc Guasch
Jean-Denis Girard wrote: Hi dear modperlers, We have a client here willing to use Domino to serve his Web site. I started considering Domino a while ago. My conclusion was to flee from it. I haven't used it and these were the opinions of real programmers that used it. I'll try to

Re: [new module] proposal Apache::DebugHeaders

2000-03-28 Thread Francesc Guasch
Stas Bekman wrote: Did you know that CPAN tolerates even the packages with no Makefile.PL? I don't try to disencourage you to write Makefile.PL (feel free to "steal" one from your favorite module), but if you really cannot build yours release it as it is. It still might save one of us days

Re: Session

1999-12-16 Thread Francesc Guasch
raptor wrote: hi, Is there Session module that has capability more like ASP::Session rather than Apache::Session.(I mean hanlidng the cookies too, Joshua is it easy to extract Session functionality from ASP as a standalone module :")). OR what mostly the MASON people use to handle

Developing with CVS

1999-12-01 Thread Francesc Guasch
I'm trying to build a CVS environment for a team working with mod_perl. I tried: - Every developer has a http.conf file and a cvs copy of the sources. Then I try to run httpd daemon as the user. I modified the conf so the owner of the process if the developer and changed the

Re: DBI::mysql - Dynaloader.pm errors!!!?

1999-11-17 Thread Francesc Guasch
jarek wrote: Hi! I donno what's going on I have newly upgradet my mod_perl , I have just succesfully installed new perl modules with CPAN eshell, and tried to find Dynaloader.pm but with no result. It looks like you have THE DBD::mysql installation problem. This is documented in

Re: hostname sanitation in PerlTransHandler or anywhere else

1999-10-29 Thread Francesc Guasch
Dan Rench wrote: PS: I'd still like to hear from anyone who is running mod_perl on Solaris 2.5.1 with Perl 5.005_03 -- I don't want to stick with 5.004 forever. If only you could upgrade to solaris 2.6. I have it running: SunOS 5.6 This is perl, version 5.005_03 built for sun4-solaris