Thanks to all your responds.
One bad thing is an extra mod_rewrite rule in http portion of Apache
virtual host conf.
I have this schema:
<VirtualHost 192.168.120.209:80>
...
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://localhost/.*$ [NC]
RewriteRule ^/ https://%{HTTP_HOST}%{REQUEST_URI} [redirect]
<Directory>
Allow from all
</Directory>
...
</VirtualHost>
<VirtualHost 192.168.120.209:443>
...
AuthType Basic
...
</VirtualHost>
With this I have got "Bad title" while generating PDF.
Bad title
The requested page title was invalid, empty, or an incorrectly linked
inter-language or inter-wiki title. It may contain one or more
characters which cannot be used in titles.
On Mar 20, 7:40 am, Tomas Straupis <[email protected]> wrote:
> 2010/3/19 Richard Ash <[email protected]>:
>
> > I worked round this by customising the apache configuration so that
> > access from localhost to the server doesn't need a password. I forget
> > exactly how I achieved this, but the result is that users have to log in,
> > but the render server doesn't.
>
> For example give access to api.php from localhost without authorisation.
>
> --
> Tomas Straupis
--
You received this message because you are subscribed to the Google Groups
"mwlib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/mwlib?hl=en.