How Do I Disable Transfer-Encoding: Chunked

Jun 1, 2007

I'm seeing this in my HTTP Headers in a javascript widget I'm serving. Is there a way to disable chunked transfer encoding, either in PHP or my htaccess file? I have reason to believe it's a workaround for an IE bug.

View 1 Replies


ADVERTISEMENT

Apache :: How To Translate Non-chunked Message To A Chunked Message

Dec 17, 2014

Apache:2.2.26
OS:RHEL

How to translate non-chunked message to a chunked message using apache server side configuration?Idea is that apache must translate non-chunked request message coming from a client to a Transfer-Encoding: chunked message,before it reaches my apache C module.Here is the configuration i tried in httpd.conf,but of no success

ProxyRequests On
ProxyVia On
<Proxy *>
</Proxy>

<VirtualHost x.x.x.x:8080>
ServerName server
ServerAdmin root@server
LogLevel warn
SetEnv proxy-sendchunked 1

[code]...

View 1 Replies View Related

Sendmail Encoding

Mar 6, 2007

My OS is FreeBSD 6.2 and I use Sendmail as software to send the e-mail. When I sent a french letter, specials character will display as é. Is there a way to fix it?

View 2 Replies View Related

Enable Mp3 Encoding In Ffmpeg

Nov 16, 2007

I have installed lame and configured ffmpeg using --enable-libmp3lame

but while converting it gives error unknown encoder mp3

View 5 Replies View Related

Web Page Encoding Issues

Mar 28, 2007

I administrate a server with IIS 6 on it running Windows 2003 server. The problem is the person is does the webpages uploads webpages onto the server and when viewing them in the browser you see weird characters. The default encoding used is ISO, so when I change it to UTF-8 the characters go away and it looks normal. Now I know I can have him go into each page and add a meta tag to tell it to use UTF-8 but he has thousands of pages.

View 1 Replies View Related

Accept-Encoding: Tzip, Meflate

Jul 8, 2007

I've seen this header being sent by a small number of visitors. I suppose it's due to some personal antivirus or firewall, as Norton Internet Security strikes out the Accept-Encoding header too (in a different fashion though - it asterisks them out).

View 0 Replies View Related

Japanese Character Encoding In Auto Emails

Jan 30, 2009

We been working on building a Japanese site for some time now. We finally finished off and are in the testing stage. Through out the development of the site we've been having trouble with way that Japanese characters display in our auto emails. The problem is, neither us nor programming we team work with are Japanese. And there is very little to no information about this in English.

We've had issues where.

garbled text show up in one or two fields of an email (title/subject/body) but displays fine in others.

garbled text show up in one email account type (yahoo) and not in another (gmail).

Recently one point which really puzzled us, is that we have some auto emails (specific emails from our system to our users relating to topic) that show up fine in all email account types. Yet some emails generated for the same system with basically the same mix of character types have errors. Could this be and error on our part in the incorrect implementation of a coding method that has worked before?

We are using UTF-8 character set now.

View 1 Replies View Related

Host That Supports Video Encoding On A Shared VPS

Apr 12, 2008

I have a video site (just embedding) that is pretty small right now. I do not need a dedicated server just yet.

I am currently using westhost and they do not support the typical suite of video software needed to convert videos to flvs. I would like to know if there are any reliable hosts with good support that offer installation of the following software on a shared vps:

View 6 Replies View Related

Plesk 12.x / Linux :: Encoding Warning During Backups

Aug 14, 2014

We get a lot of warning for one and the same domain during backups:

Code:
Warning: hosting "domain.com"
Encoding::encode: source UTF-8 encoding declared, but invalid UTF-8 sequence occured. Falling back to ISO-8859-1

How may we solve it?

View 9 Replies View Related

Media Streaming, Encoding And Decode The Video File Like Youtube

Mar 30, 2009

I'm planning to buy a share hosting support media streaming, encoding and decode the video file like youtube, likeclub.com. or others

View 3 Replies View Related

X264 Video Conversion Cluster- (To Reduce Encoding Time)

Oct 31, 2008

I would like to know if there's any way we could reduce "conversion times" for videos while converting them with "mencoder" and "x264 codec"?

Is it possible to cluster 2-3 or more servers (Quad core/8GB RAM) so that I can reduce the conversion timings effectively?

The original video sizes are around 500-700MB on an average and I'd like to convert them using mencoder in x264 codec @ 500Kbps bitrate and 2pass settings.

Ofcourse it'll take atleast 1-2hours to encode 1 such video at these settings on a 'single' such server, so is there a way to reduce the conversion times to around 10-15minutes/video by using "parallel encoding" with x264 codec?P.S: I know how to form a cluster, using beowulf/rocks, etc...what I need help with is 'using' the cluster with x264 codec

View 11 Replies View Related

Plesk 12.x / Linux :: Server Backup - UTF-8 Encoding Declared / Invalid Sequence Occurred

Jun 27, 2014

Since updating to plesk 12, we haven't been able to back up the server; even tough sites are backed up individually - apparently backups are ok, haven't had the need to try them.

The troubling domain is a huge joomla site which was backed up w/o trouble through previous versions of plesk 9, 10 and 11.

This is the error message at the server's backup admin:

ERROR: (server object 'server') Runtime error: The check dump failed with code '1'. The dump can contain invalid data! at /usr/local/psa/admin/bin/plesk_agent_manager line 1022.
ERROR: (server object 'server') The dump have been invalidated by check-dump operation

WARNING: (hosting object 'domain.com') Encoding::encode: source UTF-8 encoding declared, but invalid UTF-8 sequence occurred. Falling back to ISO-8859-1

View 2 Replies View Related

How To: Disable SSL 2.0 And Use SSL 3.0

Oct 20, 2008

Our security comlience test got failed due to following reason

Synopsis:
The remote service encrypts traffic using a protocol with known weaknesses.

Description:
The remote service accepts connections encrypted using SSL 2.0, which reportedly suffers from several cryptographic flaws and has been deprecated for several years. An attacker may be able to exploit these issues to conduct man-in-the-middle attacks or decrypt communications between the affected service and clients.

Solution:
Consult the application's documentation to disable SSL 2.0 and use SSL 3.0 or TLS 1.0 instead. See for Apache.

We have Cpanel RHEL server. Please advise how to:

'disable SSL 2.0 and use SSL 3.0 or TLS 1.0 instead. See for Apache.'

View 12 Replies View Related

How To Disable RBL

Feb 20, 2008

RBL is blocking every incoming email. While waiting for the admin. How to disable it?

View 3 Replies View Related

Dr Web - How To Disable It

May 11, 2008

I can stop Dr Web from within Plesk Control panel, but every time server restarts - Dr Web is automatically started again.

Any possible way to disable it from running?

Also the same with Spam Assassin.

I am running CentOS

View 0 Replies View Related

Disable SSL 2.0 And Use SSL 3.0

Nov 6, 2007

I would like to disable SSL 2.0 and use SSL 3.0, my question how i can do this and which file i have to modify or i have to upgrade from SSL 2.0 to SSL 3.0 ?

View 2 Replies View Related

Why Disable Parse_ini_file

Jun 10, 2009

I've seen for securing PHP recommends putting parse_ini_file() in the disable_functions line in php.ini but I cannot find an exact reason why. This being disabled is causing an error message to appear on some of my users sites but I'm trying to find a clear cut reason why it is disabled.

View 12 Replies View Related

Disable Clamav

Mar 19, 2008

How can I disable clamav on cpanel server and make sure that it's not running

because when clamav is running the outlook is not working so I have to restart clamav every time.

View 6 Replies View Related

Disable Logrotate

Oct 25, 2009

is it possible to disable log rotate? I can't seem to find the cron under my weeklys or dailys nor monthlys unless it's named "mad-db" but is there a way to make it say yearly? or just disable it all together? I say this because the script I use has a function already to clear the logs and when log rotate runs it kills all processes going by the script

View 8 Replies View Related

How Disable Phpinfo()

Apr 17, 2009

when some one upload and load files with phpinfo()

he can see our server PHP Configuration.

how can us disable phpinfo()?

View 13 Replies View Related

Disable Auditd

May 24, 2009

I have disabled auditd

Code:
root@server48 [~]# chkconfig --list |grep audit
root@server48 [~]# rpm -qa|grep audit
audit-libs-1.7.7-6.el5_3.3
audit-libs-1.7.7-6.el5_3.3
audit-libs-python-1.7.7-6.el5_3.3
root@server48 [~]# lsmod |grep audit
root@server48 [~]#
root@server48 [~]# ps aux|grep audit
root 532 0.0 0.0 0 0 ? S< May17 0:00 [kauditd]
root 20690 0.0 0.0 61180 740 pts/0 R+ 06:12 0:00 grep audit
root@server48 [~]#

I still get audit on /var/log/messages

Quote:

May 24 06:10:01 server48 kernel: type=1101 audit(1243163401.625:179651): user pid=19715 uid=0 auid=0 msg='PAM: accounting acct="root" : exe="/usr/sbin/crond" (hostname=?, addr=?, terminal=cron res=success)'
May 24 06:10:01 server48 kernel: type=1101 audit(1243163401.716:179652): user pid=19716 uid=0 auid=0 msg='PAM: accounting acct="youtubet" : exe="/usr/sbin/crond" (hostname=?, addr=?, terminal=cron res=success)'
May 24 06:10:02 server48 kernel: type=1101 audit(1243163402.087:179656): user pid=19719 uid=0 auid=0 msg='PAM: accounting acct="vidzboxc" : exe="/usr/sbin/crond" (hostname=?, addr=?, terminal=cron res=success)'

How do i disable auditd completely?

View 1 Replies View Related

How Disable Php On Cpanel

Jul 18, 2009

any one can apply php scripts under cpanel like:

domain.com:2082/scripts.php
I have run phpinfo for looking for cpanel php.ini I have
Configuration File (php.ini) Path /usr/local/cpanel/3rdparty/etc
I renamed /usr/local/cpanel/3rdparty/etc to /usr/local/cpanel/3rdparty/etc.OLD
then restart the server I am still get cpanel php work and phpinfo give :
Configuration File (php.ini) Path /usr/local/cpanel/3rdparty/etc
how to disable cpanel php to prevent some one exploit php to hacking my server?

View 5 Replies View Related

Disable Backup

Apr 9, 2009

i wanna disable the backup from cpanel for one user only

how i can do that?

i wont him take full backup from the cpanle.

View 4 Replies View Related

Disable FTP In CPanel/WHM

Apr 13, 2008

I've a VPS to run my only one website. As I don't use ftp, I'd like to know how to disable it.

I tried WHM -> Service Configuration -> Service Manager, then uncheck ftpd, but it's still there

View 6 Replies View Related

Disable WHM/Cpanel

Jul 29, 2008

I want to disable WHM/Cpanel.because client purchase dedicate server from us and he want to access from command line and no WHM/Cpanel so how can i do it and it will be effect on any service because i have installed all the service like dns, exim and http from WHM.

View 3 Replies View Related

How To Disable A Contain With Mod_security

May 7, 2008

How can i disable some words from the contain of the page by Mod_Security2?

View 6 Replies View Related

Disable FTP For Specified Time

Oct 30, 2008

Does is possible to disable ftp capabilities of several websites run by cron at some specified time of the day? then re-enable it automatical at a certain time also?

View 7 Replies View Related

How Do I Disable IPTables?

Dec 5, 2008

I installed APF/BFD a log time ago on my centos server and have had no problems up until now.

Approx 3 days ago, the server was uncontactable by SSH/HTTP/FTP. So I ran a traceroute and the host confirmed the box was up with no problems.

He disabled IPTables and I was allowed in. Anyway, overnight, the same thing has happenned again.

I will have to SSH in from another IP however, my main question is how do I disable IPTables ? Or better still, how do I uninstall APF!

View 4 Replies View Related

Disable Email

Feb 20, 2008

I got the problem with email running on my server.

That mean, I using my domain email service with other server. Now I hosted a website for this domain on one other server.

Note that the IP for domain and email domains are different (Using managed domain service)

But I got the problem now when email sending from the server (using php email function ) with the website running that will confusing, not sending anymore.

Don't know that you understand my case. But I want to stop email service for this domain on my server, all email just send and receive through other email server.

How can I setup or configure it through SSH?

View 3 Replies View Related

How To Disable This Message

Apr 9, 2007

I have placed .htaccess to block some ip, when the person ip matches, my server will gives this message "client denied by server configuration", got lots of them everday in my error log, how can I disable this message? I need other error log message but not this message, is there any way I can disable it?

using centos and plesk.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved