Displaying 8 results from an estimated 8 matches for "addoutputfilter".
2015 May 07
2
Apache 2.2 itk - 404 not found
...TW
ForceLanguagePriority Prefer Fallback
AddDefaultCharset UTF-8
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl .crl
AddHandler type-map var
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
Alias /error/ "/var/www/error/"
<IfModule mod_negotiation.c>
<IfModule mod_include.c>
<Directory "/var/www/error">
AllowOverride None
Options IncludesNoExec
AddOutputFilter Includes htm...
2015 May 07
3
Apache 2.2 itk - 404 not found
...set UTF-8
>> AddType application/x-compress .Z
>> AddType application/x-gzip .gz .tgz
>> AddType application/x-x509-ca-cert .crt
>> AddType application/x-pkcs7-crl .crl
>> AddHandler type-map var
>> AddType text/html .shtml
>> AddOutputFilter INCLUDES .shtml
>> Alias /error/ "/var/www/error/"
>> <IfModule mod_negotiation.c>
>> <IfModule mod_include.c>
>> <Directory "/var/www/error">
>> AllowOverride None
>> Options In...
2009 Sep 20
2
SSL and virtual hosts?
Hi,
I successfully managed to use SSL on a local webserver for testing
purposes, following the section "Using SSL" in the Chapter "Using
Apache" of the "Definitive Guide to CentOS". Now I wonder: how can I use
SSL with virtual hosts?
I have several virtual hosts defined. Let's say I want to use SSL with
this one:
<VirtualHost *:80>
ServerAdmin info
2015 May 07
0
Apache 2.2 itk - 404 not found
...fer Fallback
> AddDefaultCharset UTF-8
> AddType application/x-compress .Z
> AddType application/x-gzip .gz .tgz
> AddType application/x-x509-ca-cert .crt
> AddType application/x-pkcs7-crl .crl
> AddHandler type-map var
> AddType text/html .shtml
> AddOutputFilter INCLUDES .shtml
> Alias /error/ "/var/www/error/"
> <IfModule mod_negotiation.c>
> <IfModule mod_include.c>
> <Directory "/var/www/error">
> AllowOverride None
> Options IncludesNoExec
>...
2009 Aug 18
1
WebDav on CentOS?
...r at example.com
DocumentRoot /var/www/test.example.com/data
ErrorLog /var/www/test.example.com/logs/error_log
TransferLog /var//www/test.example.com/logs/access_log
<directory /var/www/test.example.com/data>
Options +Includes Indexes FollowSymLinks
AddType text/html shtm
AddOutputFilter Includes shtm
AllowOverride all
Dav On
AuthType Basic
AuthName "Test and Development Area"
AuthUserFile /var/www/test.example.com/secure/htpasswd
AuthGroupFile /dev/null
require valid-user
Order allow,deny
allow from all
satisfy all
</directory>
DavLockDB "/var/www/test....
2008 Oct 11
5
Rails + Apache2 + Balancer Manager - PHP doesn't work
Hi
I have a Debian Server and I managed that Ruby works with Apache2 and
the Balancer Manager that listen to the Mongrel server.
The Problem is that PHP files don''t work anymore.
How do I have to configurate the Balance Manager that PHP is working
again like without the Balance Manager?
Greetings Andi
--
Posted via http://www.ruby-forum.com/.
2006 Jul 28
0
Apache/Mongrel Deployment Errors
...in multiple languages.)
#
AddHandler type-map var
#
# Filters allow you to process content before it is sent to the client.
#
# To parse .shtml files for server-side includes (SSI):
# (You will also need to add "Includes" to the "Options" directive.)
#
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
#
# Action lets you define media types that will execute a script whenever
# a matching file is called. This eliminates the need for repeated URL
# pathnames for oft-used CGI file processors.
# Format: Action media/type /cgi-script/location
# Format: Action handler-name /cgi-script...
2006 Jan 05
2
Apache issue
...in multiple languages.)
#
AddHandler type-map var
#
# Filters allow you to process content before it is sent to the client.
#
# To parse .shtml files for server-side includes (SSI):
# (You will also need to add "Includes" to the "Options" directive.)
#
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
#
# Action lets you define media types that will execute a script whenever
# a matching file is called. This eliminates the need for repeated URL
# pathnames for oft-used CGI file processors.
# Format: Action media/type /cgi-script/location
# Format: Action handler-name /cgi-script...