Re: Problems with Apache::Gallery

2002-11-20 Thread domm
Hi! On Mit, Nov 20, 2002 at 10:02:06 +0100, Juan Julian Merelo Guervos wrote: Hi, I'm having problems with apache::gallery, mod_perl 1.99 and apache 2.0 (and who hasn't?, you might ask). I'm not sure if Apache::Gallery works with mod_perl 2.x (and mod_perl 1.99 is the development

Re: Newbie: how to use PerlSetVar

2002-11-20 Thread domm
Hi! On Mit, Nov 20, 2002 at 12:48:34 -1000, Beau E. Cox wrote: May I use PerlSetVar/PerlAddVar statements in the httpd.conf file for my own use? Yes. Thats what they are here for. What about namespaces, i.e. how do I avoid stepping on someone else's variable? Prepend some custom string in

Re: Redirect Problem

2002-11-28 Thread domm
Hi! On Don, Nov 28, 2002 at 11:48:19 -0200, Udlei Nattis wrote: i have one problem, when i set one cookie and REDIRECT , cookie dont is set http://perl.apache.org/docs/1.0/guide/snippets.html#Sending_Cookies_in_REDIRECT_Response Please RTFM before posting questions:

Re: Redirect Problem

2002-11-28 Thread domm
Hi! On Don, Nov 28, 2002 at 12:03:26 -0200, Udlei Nattis wrote: but topic Sending Cookies in REDIRECT Response not is valid for modperl 2.0 You did't state that you're question was about mod_perl 2.0. I'd suggest you either use some sort of tag in your Subject line (eg: mp2) or state

Re: CGI programs on Darwin

2002-12-30 Thread domm
Hi! On Mon, Dec 30, 2002 at 04:57:32AM -0200, Lucas Barros wrote: I'm having some problems to configure Apache 1.3 to run CGI programs, my computer is a Macintosh running Mac OS X. This list is for discussing mod_perl related issues. You problem seems to be a plain CGI/Apache/OS X problem.

Re: Apache::AuthCookie and what's required

2003-01-07 Thread domm
Hi! On Tue, Jan 07, 2003 at 09:30:32AM -, Gareth Kirwan wrote: Hence I'm thinking that I'll need something using the model of require species hamster ( from Apache::AuthCookie documentation ) However I can't find out the significance of the word species ... hamster is the subroutine in

Re: Apache::AuthCookie and what's required

2003-01-07 Thread domm
Hi! On Tue, Jan 07, 2003 at 11:20:25AM +0100, [EMAIL PROTECTED] wrote: From perldoc Apache::AuthCookie: o authorize() This will step through the require directives you've given for protected documents and make sure the user passes muster. The require valid-user and require

Re: Memory Usage

2003-01-13 Thread domm
Hi! On Mon, Jan 13, 2003 at 10:15:58AM -0500, Chris Faust wrote: Sometimes it will run for days without an issue and other times the machine will die, normally because of out of memory problems. .. Any help or direction would be appreciated. There is quite a lot of documentation about

Re: problem with Location

2003-01-24 Thread domm
Hi! On Fri, Jan 24, 2003 at 09:08:43AM +, koudjo ametepe wrote: I have a litle problem with the redirection with the famous print Location: ; can someone help me about it The server print internal error 500 The information you provide is a little bit sparse. Please describe what you

Re: problem with Location

2003-01-24 Thread domm
Hi! On Fri, Jan 24, 2003 at 10:59:50AM +, koudjo ametepe wrote: (posted back to [EMAIL PROTECTED]) I want to send a the visitor to a page according to the script cgi's params .I have a default url . If the params are empty i send him to the default page or to the specific page

mod_perl PHP installation problem

2003-01-27 Thread domm
Hi! I've got some problems compiling mod_perl together with PHP. I'm using Apache 1.3.27, mod_perl 1.27 and PHP 4.3.0 on RedHat-Linux (7.2). I'm following http://perl.apache.org/docs/1.0/guide/install.html#mod_perl_and_mod_php The problem arises at the step Build Apache ./configure

Re: mod_perl PHP installation problem

2003-01-27 Thread domm
Hi! On Mon, Jan 27, 2003 at 02:03:12PM +0100, [EMAIL PROTECTED] wrote: I've got some problems compiling mod_perl together with PHP. So, after reading some docs, I solved them myself. For the archives: ./configure --prefix=/usr/local/etc/httpd \