I just noticed that when I use ErrorDocument to server custom 404 pages the
output filter I defined is not getting used anymore. Is there some special
configuration required to make the filters also work on custom error pages?
Regards,
Dennis
-
> Anyway the real question is: Is there a way to have short tags turned
> on for one web site and turned off for another?
Yes, either by
php_flag short_open_tags on
in .htaccess or separate php.ini for vhost.
-
The official Us
Not sure this is really the place for this question. but I am hoping that
someone might have an answer nonetheless.
I use php5 (Apache2, php5, Ubuntu) and a product called phpAlbum, which up
until now has worked great. Recently one of my customers required that I
turn off SHORT_TAGS in php, w
You may want to look at mod_macro, or mod_perl if you want really
complex setups.
~Jorge
On Sun, Dec 5, 2010 at 12:28 PM, Nicolas Froidure
wrote:
> Hello!
>
> Are there a way to make mutlti-level virtualhosts ?
>
> I've many virtualhosts on my httpd.conf file. There are 3
Hello!
Are there a way to make mutlti-level virtualhosts ?
I've many virtualhosts on my httpd.conf file. There are 3 "classes" of
virtual hosts (static content, dynamic content with rewrite rules, others).
I would like to be able to define more than one base virtualhost
On 05.12.2010 01:30, Qingshan Xie wrote:
Hello!
We have a Reverse Proxy server, which initiates SSL connection to the backend
server, functioning as a SSL client. In order to enable Session-Resumption,
should we configure SSLSessionCache and SSLSessionCacheTimeout?
AFAIR the reverse proxy