Re: am i heading for disaster... ?

2002-11-21 Thread Noam Solomon
hasn't choked yet, or behaved weirdly. Guess I'll find out when it goes into production... Thanks - Original Message - From: Stas Bekman [EMAIL PROTECTED] To: Noam Solomon [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, November 20, 2002 12:39 PM Subject: Re: am i heading

am i heading for disaster... ?

2002-11-19 Thread Noam Solomon
In the process of building apache_1.3.27 / mod_perl 1.3.27 / openssl0.9.6g / mod_ssl mod_ssl-2.8.12-1.3.27 on a Solaris OS 2 UltraSparc, with Perl 5.8, the apache make failed because of an undefined "url_delims". I was using the method where you build mod_ssl, then build mod_perl, then

OS X 10.1.5 problem: alloc.c not compiling mod_perl-1.27 / apache_1.3.26

2002-09-10 Thread Noam Solomon
The subject more or less says it all. I've found one bug report online which is pretty similar, but does not say much about a solution: http://citadelle.intrinsec.com/mailing/current/HTML/ml_apache-server-bugs/0424.html The errors look like: alloc.c: in function 'spawn_child_core':

Re: custom directives, again...

2002-06-26 Thread Noam Solomon
some modules loading in the wrong order. Hope this helps someone somewhere down the line! - Original Message - From: Per Einar Ellefsen [EMAIL PROTECTED] To: Noam Solomon [EMAIL PROTECTED] Cc: Mod-perl list [EMAIL PROTECTED] Sent: Monday, June 17, 2002 6:37 PM Subject: Re: custom directives

nightmare with custom directives being ignored

2002-06-11 Thread Noam Solomon
I'm writing again about the problem I was having yesterday with modules being unable to set their own custom directives. This is becoming my own private nightmare, and I am certain it is the result of a very stupid move I made: somehow in my initial grapplings, I upgraded from what I

nightmare -- ignored custom directives

2002-06-11 Thread Noam Solomon
(Please disregrard previous message I hit send prematurely...) I'm writing again about the problem I was having yesterday with modules being unable to set their own custom directives. This is becoming my own private nightmare, and I am certain it is the result of a very stupid move I

Help -- OpenIndexOptions

2002-06-10 Thread Noam Solomon
I'm installing a new site build ona production server, where I've built mod_perl 1.24 statically into Apache 1.20. Everything works nicely, except that one of the modules can't set it's own custom directives, and apache balks with a syntax error whenever it encounters one. I've tried moving

Help - OpenIndexOptions / AutoIndex...

2002-06-10 Thread Noam Solomon
Also, if I try to load Apache::AutoIndex, and turn off mod_autoindex, the server won't accept the IndexOptions directive...

Porting to OS X

2002-06-04 Thread Noam Solomon
without knowing how big the websites are, what kind of functions they call, etc., but if you could give me an idea of what kind of problems I can expect to encounter and how difficult they are to work around, I can give a quote to my client. Thanks, Noam Solomon

big problems with GDBM / MLDBM on solaris

2001-04-11 Thread Noam Solomon
hopefully some of you have seen this before and can offer some advice. We have a site we've developed on linux boxes and are now moving it over to a solaris box. it runs mod_perl 1.25 / HTML-Mason 2.02 / Stronghold 3 / Perl 5.6.1 and uses GDBM_File for cacheing. We are getting lots of these

Re: big problems with GDBM / MLDBM on solaris

2001-04-11 Thread Noam Solomon
mucho gracia! Jonathan Swartz wrote: One option is to switch to Berkeley DB (DB_File) - I believe it is much more stable and maintained. Don't know how much data transfer that would involve, though. -Original Message- From: Noam Solomon [mailto:[EMAIL PROTECTED]] Sent: Tuesday

DBI segmentation fault only in mod_perl

2000-12-05 Thread Noam Solomon
Hi, I've been working with HTML::Mason and have been unable to connect to mysql with DBI. There is a problem with the configuration on my machine such that perl won't check /usr/local/lib/perl5/site_perl/5.6.0/i586-linux/ for modules unless it's explicitly asked to. I don't really know why