Displaying 8 results from an estimated 8 matches for "typesconfig".
2005 Feb 09
1
ssl certificate problem - one domain only
...nf file:
/etc/httpd/conf/httpd.conf
/etc/httpd/conf/httpd.conf.save_by_frontpage
I see this one is turned off in the httpd.conf file:
LoadModule env_module modules/mod_env.so
#LoadModule mime_magic_module modules/mod_mime_magic.so
LoadModule cern_meta_module modules/mod_cern_meta.so
Other ones:
# TypesConfig describes where the mime.types file (or equivalent) is
# to be found.
#
TypesConfig /etc/mime.types
DefaultType text/plain
Is there something that needs to be changed to make this ssl certificate
work?
Sincerely,
Melinda Odom
www.designhosting.biz
479-471-0891
--
No virus found in this outgoi...
2005 Feb 09
0
RE: CentOS Digest, Vol 2, Issue 13
...nf file:
/etc/httpd/conf/httpd.conf
/etc/httpd/conf/httpd.conf.save_by_frontpage
I see this one is turned off in the httpd.conf file:
LoadModule env_module modules/mod_env.so
#LoadModule mime_magic_module modules/mod_mime_magic.so
LoadModule cern_meta_module modules/mod_cern_meta.so
Other ones:
# TypesConfig describes where the mime.types file (or equivalent) is
# to be found.
#
TypesConfig /etc/mime.types
DefaultType text/plain
Is there something that needs to be changed to make this ssl certificate
work?
Sincerely,
Melinda Odom
www.designhosting.biz
479-471-0891
--
No virus found in this outgoin...
2015 May 07
2
Apache 2.2 itk - 404 not found
...he following line instead:
#
#UserDir public_html
</IfModule>
DirectoryIndex index.html index.htm index.php
AccessFileName .htaccess
<Files ~ "^\.ht">
Order allow,deny
Deny from all
Satisfy All
</Files>
TypesConfig /etc/mime.types
DefaultType text/plain
<IfModule mod_mime_magic.c>
MIMEMagicFile conf/magic
</IfModule>
HostnameLookups Off
ErrorLog logs/error_log
LogLevel debug
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\&...
2008 Apr 20
2
mod_rails showing plain text instead of actual page
...h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i
\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
CustomLog /var/log/httpd-access.log combined
</IfModule>
DefaultType text/plain
<IfModule mime_module>
TypesConfig etc/apache22/mime.types
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz
</IfModule>
NameVirtualHost *:80
<VirtualHost *:80>
ServerName mysite.com
ServerAlias www.mysite.com
DocumentRoot /services/httpd/mysite.com/public
<Directory "/services/h...
2015 May 07
3
Apache 2.2 itk - 404 not found
...</IfModule>
>> DirectoryIndex index.html index.htm index.php
>> AccessFileName .htaccess
>> <Files ~ "^\.ht">
>> Order allow,deny
>> Deny from all
>> Satisfy All
>> </Files>
>> TypesConfig /etc/mime.types
>> DefaultType text/plain
>> <IfModule mod_mime_magic.c>
>> MIMEMagicFile conf/magic
>> </IfModule>
>> HostnameLookups Off
>> ErrorLog logs/error_log
>> LogLevel debug
>> LogFormat "...
2015 May 07
0
Apache 2.2 itk - 404 not found
...t; #UserDir public_html
> </IfModule>
> DirectoryIndex index.html index.htm index.php
> AccessFileName .htaccess
> <Files ~ "^\.ht">
> Order allow,deny
> Deny from all
> Satisfy All
> </Files>
> TypesConfig /etc/mime.types
> DefaultType text/plain
> <IfModule mod_mime_magic.c>
> MIMEMagicFile conf/magic
> </IfModule>
> HostnameLookups Off
> ErrorLog logs/error_log
> LogLevel debug
> LogFormat "%h %l %u %t \"%r\" %>s %b...
2006 Jul 28
0
Apache/Mongrel Deployment Errors
...additional configuration directives. See also the AllowOverride
# directive.
#
AccessFileName .htaccess
#
# The following lines prevent .htaccess and .htpasswd files from being
# viewed by Web clients.
#
<Files ~ "^\.ht">
Order allow,deny
Deny from all
</Files>
#
# TypesConfig describes where the mime.types file (or equivalent) is
# to be found.
#
TypesConfig /etc/mime.types
#
# DefaultType is the default MIME type the server will use for a
document
# if it cannot otherwise determine one, such as from filename
extensions.
# If your server contains mostly text or HTML...
2006 Jan 05
2
Apache issue
...in each directory
# for additional configuration directives. See also the AllowOverride
# directive.
#
#
# The following lines prevent .htaccess and .htpasswd files from being
# viewed by Web clients.
#
<Files ~ "^\.ht">
Order allow,deny
Deny from all
</Files>
#
# TypesConfig describes where the mime.types file (or equivalent) is
# to be found.
#
TypesConfig /etc/mime.types
#
# DefaultType is the default MIME type the server will use for a document
# if it cannot otherwise determine one, such as from filename extensions.
# If your server contains mostly text or HTML do...