search for: adddefaultcharset

Displaying 20 results from an estimated 23 matches for "adddefaultcharset".

2006 May 08
4
Special character with Apache in Centos 4.3
Hi guys, i have installed centos 4.3 and i have a problem with Apache. All char like "?", "-", ecc. in web pages appears as "?". This is the variable in httpd.conf: "AddDefaultCharSet UTF-8" I have also set: "AddDefaultCharSet ISO-8859-1" without any change. Where is the problem? Thanks Luigi -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20060508/833f083d/attachment-0002.h...
2005 Dec 09
3
Server displaying ?
I figure this is an apache issue, but I dont' know where to look. Since moving my website from an older Redhat installation to my new Centos 4 server (all updates installed), all my web pages display a "?" anywhere I have a non-breaking space. If I do a view source in my browser I see the " " character, but when looking at it on my server via ssh, I see a vertical bar,
2006 Aug 23
2
Changing the charset in Centos 4.3
Hi, My Centos 4.3 Server was installed with the english language only. The server hosts several files in spanish and the PHP code that themes the webpages uses the charset "iso-8859-1". If I do an "export" in my system it shows: LANG="en_US.UTF-8" Does apache or the operating system needs to have the charset changed? Where? Thanks, --
2005 Sep 16
2
php and mysql ok but display ? instead of a vowel with accent
php and mysql ok but display the character ? instead of a vowel with accent, i dont know why, i think that mybe can be the configuration of de php.ini, but why? if somebody can helpme, i will be very thankful. bye -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20050916/bc4a579b/attachment.html>
2006 Oct 20
5
OT: Problems with Pound Signs and Apache
Hi list, I have 2 Centos 4 servers running the Horde system, apparently identical in configuration, but they are behaving differently... On one, when emails containing a Pound Sign (?) are displayed it shows as ?? (not sure if this will come through right, but it's a capital A with a 'hat' accent over it followed by the pound sign). On the other, the Pound sign displays
2005 Mar 23
1
mod_ntlm_winbind authentication issues
...ports apache 1.3.33+mod_ssl from freebsd ports Windows 2000 Server SP4 clientside: Windows XP SP2 IE 6.0.2900.2180.xpsp_sp2_rtm.040803-2158 The apache virtual host definition: <VirtualHost 10.1.1.249:80> ServerName rt-test.elided.com DocumentRoot /usr/local/rt3/share/html AddDefaultCharset UTF-8 PerlModule Apache::DBI PerlRequire /usr/local/rt3/bin/webmux.pl <Location /> SetHandler perl-script PerlHandler RT::Mason AuthName "NTLM Authentication test" NTLMAuth on NTLMAuthHelper "/usr/local/bin/ntlm_auth --helper-protocol=s...
2007 Mar 31
8
Problem with encoding (Umlaut: ü, ä...)
Hi there from Germany, I just installed and set up ferret and act_as_ferret for rails. All of them at the most recent version. The development environment is running fine with Mac OS X. But I got problems with the productive environment (debian). In the (mysql-)database are few records stored, containig german umlauts (? for example). Running a query for "k?ln" returns the correct
2008 Jun 16
3
Apache rewrites with mongrel
...yApp/current/public/stylesheets Alias /javascripts /var/www/rails/myApp/current/public/javascripts RewriteLog /var/log/apache2/rails-rewrite.log And last not lease my .htaccess in public AddHandler fastcgi-script .fcgi AddHandler cgi-script .cgi Options +FollowSymLinks +ExecCGI AddDefaultCharset UTF-8 RewriteEngine On RewriteRule ^01,([0-9]*).html$ balancer://mongrel_cluster/shop/event/$1 [P,QSA,L] RewriteRule ^01,([a-zA-Z0-9]*),([0-9]+).html$ balancer://mongrel_cluster/shop/search/$2?startnumber=$1 [P,L] RewriteRule ^$ index.html [QSA] RewriteRule ^([^.]+)$ $1.html [QSA] RewriteCond %{R...
2008 Oct 08
1
Apache Charset vs html file charset
The apache httpd.conf has AddDefaultCharset UTF-8 while the page I'm viewing on my CentOS server is charset=ISO-8859-1 The page appears funny on the browser showing ?? Given that apache has the default charset shouldn't it honor it? Why the ?? characters? Spike.
2014 Jan 21
0
Apache Directory Level access control
...Domain / AuthDigestProvider file AuthUserFile /etc/httpd/access.d/.htdigest AuthGroupFile /var/data/hll_dav/htgroup Require group staff AllowOverride None Order allow,deny allow from all Satisfy All Options Indexes MultiViews IndexOptions FancyIndexing AddDefaultCharset UTF-8 </Directory> <Directory /Private> Require group management </Directory> In this setup a member of group staff who is not a member of group management nonetheless can list and download files in /Private. I want to prevent this. Is this possible and if so then how is t...
2011 Mar 26
2
Verify tomcat config
...st examples I found seem to assume that all queries, including static, are pased on to tomcat. To implement the correct behaviour, I came up with this conf.d fragment: <LocationMatch ".*WEB-INF.*"> AllowOverride None deny from all </LocationMatch> <Proxy *> AddDefaultCharset Off Order deny,allow Allow from all </Proxy> ProxyPreserveHost on ProxyPassMatch ^(.*\.jsp)$ ajp://localhost:8009/$1 The second bit was much harder to figure out - point tomcat to httpd's DocumentRoot. I came up with the following snippet: use the included /etc/tomcat/server-mini...
2006 Aug 07
0
some questions about mongrel
...lHost *:80> ServerAdmin root at localhost ServerName rftrack.[protected].com ServerAlias rftrack DocumentRoot /srv/www/railsapps/rftrack/public CustomLog /var/log/apache2/rftrack_access_log common ErrorLog /var/log/apache2/rftrack_error_log AddDefaultCharset utf-8 <Directory /srv/www/railsapps/rftrack/public> Options -Indexes FollowSymLinks AllowOverride All Order allow,deny Allow from all </Directory> ProxyRequests Off ProxyPass / http://localhost:3010/ ProxyPa...
2015 May 07
2
Apache 2.2 itk - 404 not found
...pt .pt AddLanguage pt-BR .pt-br AddLanguage ru .ru AddLanguage sv .sv AddLanguage zh-CN .zh-cn AddLanguage zh-TW .zh-tw LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv zh-CN zh-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/e...
2015 May 07
3
Apache 2.2 itk - 404 not found
...;> AddLanguage sv .sv >> AddLanguage zh-CN .zh-cn >> AddLanguage zh-TW .zh-tw >> LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl >> nn no pl pt pt-BR ru sv zh-CN zh-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 >> Add...
2006 Jan 11
10
Recommend server for developing RoR on win
Hi all, can you recommend me which web server config to use for developing rails on windows machine. I tried webrick, which is good but it''s annoying because console window is in taskbar for every site running and it have to be started manually. Apache with CGI is to slow and using FastCGI on the other side brings me lot of problems, like randomly not working RoR sites. Any help is
2015 May 07
0
Apache 2.2 itk - 404 not found
...t-br > AddLanguage ru .ru > AddLanguage sv .sv > AddLanguage zh-CN .zh-cn > AddLanguage zh-TW .zh-tw > LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl > nn no pl pt pt-BR ru sv zh-CN zh-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 >...
2005 Nov 21
10
Anybody using SCGI in production?
Or does anybody prefer fastcgi/fcgi? I''m using webrick for development, but plan on using scgi when I switch to production (because it appears to be an update to fastcgi, and I couldn''t get fastcgi working anyhow). thanks csn __________________________________ Yahoo! Mail - PC Magazine Editors'' Choice 2005 http://mail.yahoo.com
2007 Jun 03
3
mongrel cluster w/ apache
hi all, i''m working on deploying my app w/ apache and a mongrel cluster. i''ve started by copying the instructions and code from the agile rails book and everything seems to be working fine but apache isn''t forwarding my requests to mongrel the way i expect it should. there''s nothing in the rewrite logs and nothing but 404 errors in the apache error logs.
2006 Jul 09
3
Mongrel and proxying with Apache 2 mod_proxy
Hi all, I''ve just spent some time going through trying to get mongrel & apache 2.0 working with mod_proxy. I thought I''d share what I''ve found in case someone is going through the same exercise. Of late, I''ve been using mongrel (lovely, btw) to run my rails apps. Since I have a couple of different rails apps running on the machine, I thought it be nice to
2006 Dec 29
9
Error : No protocol handler was valid for the URL...
...my config : ----------------------- cat /etc/apache2/mods-enabled/proxy.conf <IfModule mod_proxy.c> #turning ProxyRequests on and allowing proxying from all may allow #spammers to use your proxy to send email. ProxyRequests Off <Proxy *> AddDefaultCharset off Order deny,allow Allow from all #Allow from .example.com </Proxy> # Enable/disable the handling of HTTP/1.1 "Via:" headers. # ("Full" adds the server version; "Block" removes all outgoin...