Re: What am I missing?

2005-10-06 Thread Aaron Ross
your request.", however, I cannot find any error in the error log and I don't know what could be the problem. You need to figure out where the error message is going. If you are getting an internal server error, there is surely an error message in the error log. Are you sure you are lookin

Re: Problem with french accents using mod perl

2005-09-08 Thread Aaron Ross
I have a website which has french accents (i.e. é) and I noticed that when a page uses mod perl in a cgi, the french accents are all messed up in my browser. Have you verified that the headers and meta data match the character set of the document? Aaron

[JOB] Apache/mod_perl Programmer for Teacher's Union in New York

2005-03-09 Thread Aaron Ross
Hi, Get involved in NY politics! A major mayoral slugfest is underway in New York. Commercials are airing. Newspapers are picking sides. You will help the Teacher's Union get their candidate and issues heard. Our client is looking to hire someone to start and lead a team of Apache/mod_perl deve

Re: Apache2/Modperl2 fails to preload Win32::OLE at server startup

2004-11-24 Thread Aaron Ross
- preload Win32::OLE with a 'use Win32::OLE' in the mod_perl startup script: => Apache2 refuses to start. "refuses to start" is pretty vague. Can you send us a specific error message from the error log? or the error output of the server process when it tries to start? Aaron -- Report problems:

Re: Proxying access to restricted information

2004-08-12 Thread Aaron Ross
Hi Dan, We are using mod_auth_tkt to solve the problem of having backend servers handle authentication, but front end reverse proxies handle access control. Here's a link: http://www.openfusion.com.au/labs/mod_auth_tkt/ There are a couple other variation out there as well. HTH, Aaron Dan Horne wr

Re: mason/mod_perl debugging help needed

2004-05-04 Thread Aaron Ross
you mean? Aaron -- Aaron Ross <[EMAIL PROTECTED]> Plus Three -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: some children not returning newly-inserted data

2004-05-02 Thread Aaron Ross
if ($@) { > $self->model->log('info', 'update failed, rolling back'); > foreach my $o (@created) { $o->dbi_rollback; } > $self->context->throw( 'update', $@ ); > } else { > push @created,