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
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
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
- 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:
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
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
if ($@) {
> $self->model->log('info', 'update failed, rolling back');
> foreach my $o (@created) { $o->dbi_rollback; }
> $self->context->throw( 'update', $@ );
> } else {
> push @created,