Apache :: HTML5 Media Loading Sometimes Suspends Or Aborts

Aug 29, 2014

Recently, some code on a web application that has been working fine for months started to run unexpectedly. That code is just a media files loading JavaScript function, that uses jQuery. It's pretty long, but in essence it is like this:

Code:
var $audio=$('<audio>');
$audio.on('canplaythrough',function(e){
$audio[0].play();
});
$audio.attr('src','song.ogg');

Basically, the file only loads sometimes, and sometimes stops loading with a suspend or even an abort event.

I have uploaded a little testing HTML to [URL] .... , where you can see what's happening. You can download the test files from[URL] .... for local testing.

I have just checked that opening the test index.html file directly into Firefox, and not through my localhost Apache server, makes the audio files perfectly playable. So, I assume, my hosting and I have the Apache server misconfigured for serving media files.

My software versions are: Linux Mint 13, Apache 2.2.22-1ubuntu1.7 , Mozilla Firefox 31.0 , Chromium 36.0.1985.125 and jQuery 1.11.0.

My Apache server configuration is very basic. I have just installed the package, alongside the php mod, and modified very little on the conf file. I think the problem is not related to my specific configuration, and many other people would be able to reproduce it on they own.

I have checked the Apache error.log after a suspended loading, but nothing was added to it.

View 4 Replies


ADVERTISEMENT

Dotable Suspends Account Doesn't Respond To Tickets

Aug 26, 2008

One of our accounts has been suspended by Dotable.

It is under quota for diskspace and bandwidth and has been paid for in advance.

Dotable will not respond to the ticket asking why the account has been suspended and what we have to do to get it back up.

I have posted on the Dotable forum (in the 'Dotable Support Forum) about this but nobody has replied (I can't link to it because I don't have more than 5 posts).


Has anyone got any suggestions about what I can do to find out why the account has been suspended and how to get it back up if Dotable doesn't reply?

View 14 Replies View Related

Loading Localhost With Apache

Dec 9, 2007

I've had a localhost server setup for awhile now, and all of a sudden when I access [url]it wants to download my "index.php" file. However, when I access it via [url]is loads fine.

View 7 Replies View Related

Apache/MySQL/PHP Issue - PHP Not Loading

Jun 28, 2008

I've got a server that was running Apache 2.0/PHP 5.2.5 & MysQL 5.0 just fine, however I needed to upgrade to a newer version of MySQL.

So I uninstalled MySQL 5.0 and installed MySQL 5.1, copied the MySQLlibs over, and recompiled Apache/PHP with easyupdate. Apache & MysQL both start/run fine without errors, however PHP files don't load. Just get black pages (HTML works fine obviously).

I went ahead and updated to Apache 2.2 & PHP 5.2.6 while I was at it, but that doesn't change things. I'm not sure why uninstalling MysQL & reinstalling would break any dependencies, but looks like thats the case. Perhaps I need to reinstall some libraries?

Or would it be easier just to reinstall Apache/PHP entirely? I have no data.

View 4 Replies View Related

Apache :: 2.4.10 Stop Loading Resources

Mar 3, 2015

I encounter a strange issue with Apache. My apache proxy is configured to work as a reverse proxy with virtuals hosts using SSL.

When I try to load a web site page with several ressources, internet navigator begin to load ressources but often stop without ending. It continue to load (cursor) but don't do anything.

On both side (client and server), requests terminate with status 200 so all seem good but... (debug navigateur and acces.log OK)

After several F5 (refresh), all ressources are finally loaded and the html page display correctly.

Here is my configuration :

Server OS : Ubuntu server 14.04.2 (64 bits)
Apache version : 2.4.10
SSL version : 1.0.1f (ubuntu version)

An example of host :
...
<VirtualHost 192.168.254.16:443>
ServerName ged.irsa.fr

SSLEngine on
SSLCertificateFile /etc/certificates/ged.irsa.fr.2.crt
SSLCertificateKeyFile /etc/certificates/ged.irsa.fr.2.key
SSLCertificateChainFile /etc/certificates/gandi/Gandi_bundle_CA.pem
[Code] ....

Modified configuration in apache2.conf file :
...
AcceptFilter http none
AcceptFilter https none
EnableSendfile off
EnableMMAP off
...

Modified configuration in mods_enabled/ssl.conf :

...
SSLCipherSuite ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:

[Code] ....

Here is an extract off /var/log/apache/error.log with trace mode, just before the stop loading :

[Tue Mar 03 11:52:00.115567 2015] [proxy:debug] [pid 5339:tid 140124566247168] proxy_util.c(2146): AH00943: AJP: has released connection for (*)
[Tue Mar 03 11:52:00.115671 2015] [ssl:trace4] [pid 5339:tid 140124566247168] ssl_engine_io.c(2054): [client 90.83.195.161:16378] OpenSSL: I/O error, 5 bytes expected to read on BIO#7f7163bfdff0 [mem: 7f71180798d3]

[Code] ....

I have test many things but nothing worked for the moment.

View 3 Replies View Related

Apache :: Webpage Loading Very Slowly

Jul 6, 2015

In short, the main page for my Mediawiki install loads very slowly. I know I have a lot going on with the main page and can do some other things to speed it up but my main issue is a 10.5 second pause that I can discern no reason for. I ran the site through GT Metrix and saw this:

[URL]

What is that long pause for and how can I stop it?

View 1 Replies View Related

SELinux Is Preventing Apache/PHP From Loading Modules

Jul 28, 2008

I can't get SELinux to let httpd load the IonCube module for PHP. I've given the CentOS 5 forum a try (here: http://www.centos.org/modules/newbb/...15403&forum=42), talked with WHMCS's support (the app I'm using that needs it), and even opened a ticket with IonCube. Unfortunately nobody seems to know how to tell SELinux to let httpd "exec" modules.

I'm running CentOS 5, and the error I'm getting in /var/log/messages is:

Jul 23 10:15:30 host kernel: audit(1216833330.905:1249): avc: denied { execheap } for pid=22055 comm="httpd" scontext=root:system_r:httpd_t:s0 tcontext=root:system_r:httpd_t:s0 tclass=process

I can disable SELinux and it works fine (setenforce 0), but that's not the solution I'm looking for. Can someone please tell me how to do this the *right* way?

View 11 Replies View Related

Find Out Which .conf Files Apache 2.2 Is Loading

Apr 23, 2009

Is there a way to get Apache to tell me which .conf file it is loading at start-up?

There's a box that's misbehaving and Apache is running on port 80 and 8080 on the box... but we can't locate *why* it's running on port 8080. I can't find any Listen 8080 statement in the typical config files. If I knew which config files it was loading, I could go through all of the files in more detail.

View 4 Replies View Related

Apache :: Localhost Is Randomly Loading Forever?

Mar 12, 2015

my local host is just taking incredibly long to load. At work I've set it up no differently and it works like a charm, but at home, it works.. But at times it doesnt load instantly until I restart my browser. I have to press refresh or enter to login a million times for it to load after the first few seconds I use it.

View 1 Replies View Related

Apache :: Loading Assets With Assetic Is So Slow

Dec 18, 2013

I am working with wamp on development phase. We have a Symfony 2 project and I am using Assetic to manage the assets. (no filter used for my test, so no compression or whatever).

I know I am in the development mode and that assetic is meant to work differently on prod environment but the loading of js, css and images is so slow (could be 30s for a dozen css, a dozen js -most of them are already minified- and 4 images, I am using firebug to check) that I wonder if there is a problem with Apache.

View 10 Replies View Related

Apache :: Images Not Loading In Reverse Proxy In Ubuntu

Apr 12, 2013

I've set up a reverse proxy using the Ubuntu Apache2 package (2.2.2, with evidently an old version of mod_proxy_html), and it's about 50% functional, but certain images aren't loading.

I've tried with and without ProxyHTMLExtended on, but even with it on I'm not convinced that any non-inline scripts or CSS files are being properly handled, as they are being directed to my local root directory instead of /app1/, and when it is on, I can no longer log in to the internal webapp.

In the log, the only errors that stand out to me are those referencing things from relative root directories, like /images/* and /ajax/*. The image files are coming from separate CSS files, and it doesn't tell me where exactly the ajax references are originating.

Here is the relevant part of my VH config:

ProxyRequests Off
ProxyPass /app1/ http://example.com/
ProxyHTMLURLMap http://example.com /app1

ProxyHTMLLogVerbose On
LogLevel debug

<Location /app1/>
ProxyPassReverse /
SetOutputFilter proxy-html
ProxyHTMLURLMap / /app1/
ProxyHTMLURLMap /images([^)]*) url(/app1/images$1) Rih
ProxyHTMLURLMap url(http://example.com([^)]*)) url(http://localhost/app1/) Rih
RequestHeader unset Accept-Encoding
</Location>

And here's an example of the errors:

[Thu Apr 11 23:22:50 2013] [error] [client 127.0.0.1] File does not exist: /var/www/images, referer: http://localhost/app1/css/examplefile.css
[Thu Apr 11 23:31:00 2013] [error] [client 127.0.0.1] File does not exist: /var/www/ajax, referer: http://localhost/app1/admin/

Comparing the source to the proxied version, I see that the images are going from "/images/*" to "/var/www/images/*".

View 1 Replies View Related

Videos Not Loading/ Loading Very Slow

Dec 5, 2008

I have been having soooo many issues with this new server

It is nothing against my host; but now the videos aren't loading or loading so slow

What could be the issue? It would have to be a server issue, correct?

The site is nsfw but it is ftw (hint hint) , it is an adult site and I don't know if

View 11 Replies View Related

APF Loading: Is Everything OK

May 20, 2009

i am getting iptables errors when reloading APF, and after that APF takes a few seconds to move thru each line in deny_hosts.rules (and also other rules files). is this normal? if i have a very long list of deny rules wouldnt this delay loading other rules?

(running centos/virtuozzo 2.6.18-028stab062.3)

Code:
/etc/apf/apf -r
apf(7689): {glob} flushing & zeroing chain policies
apf(7689): {glob} firewall offline
apf(7721): {glob} activating firewall
apf(7761): {glob} determined (IFACE_IN) venet0 has address 127.0.0.1
apf(7761): {glob} determined (IFACE_OUT) venet0 has address 127.0.0.1
apf(7761): {glob} loading preroute.rules
iptables: Unknown error 18446744073709551615
iptables: Unknown error 18446744073709551615
iptables: Unknown error 18446744073709551615
iptables: Unknown error 18446744073709551615
iptables: Unknown error 18446744073709551615
iptables: Unknown error 18446744073709551615
iptables: Unknown error 18446744073709551615
apf(7761): {resnet} downloading http://r-fx.ca/downloads/reserved.networks
apf(7761): {resnet} parsing reserved.networks into /etc/apf/internals/reserved.networks
apf(7761): {glob} loading reserved.networks
apf(7761): {glob} loading bt.rules
apf(7761): {glob} loading deny_hosts.rules
apf(7761): {trust} deny all to/from 124.166.250.250
' not found.3.5: host/network `124.166.250.250
Try `iptables -h' or 'iptables --help' for more information.
' not found.3.5: host/network `124.166.250.250
Try `iptables -h' or 'iptables --help' for more information.
apf(7761): {trust} deny all to/from 200.233.149.110

View 3 Replies View Related

Anyone Try VPS Media

May 1, 2008

I was just wondering if anyone else here uses or has used VPS Media?

I have been with them since Monday and running a Counter-Strike server. So far my experience has been positive. My VPS was up and running within minutes of signing up and they were not hesitant to help me prepare it for CS server.

Now I'm thinking about buying another VPS from them for a web server but I cant decide which distro to pick. I'm familiar with CentOS, is Debian or Fedora much different for running a web server?

View 7 Replies View Related

About High Loading

Oct 5, 2009

I have a Shared Hosting , and a Vps . i use the VPS to Storage Audio files and Leach to them from my Shared Hosting . the shared hosting Only Has Some php, and Html pages with the links to leach from the vps ..

Now which One Gets The Load , or which one is the One Suffering the Load . the Shared Hosting or the VPS ..

View 8 Replies View Related

High Cpu Loading

Jun 15, 2008

I found many processes like this from a user log, this is a forum site, >>

116.49.xx.xx - - [15/Jun/2008:18:16:30 +0800] "GET /?fromuid=448?info_hash=%A0%AF%9E%0C%9C%A9%0D%29k%A4%21%AF2%AC%DD%5C%5E%CB%DF%17&peer_id=%2DXL0012%2D%E8%ACfS%94%9E%81%8E%FF%D9%F2%1D&ip=169.254.xx.xx& port=80&uploaded=2348474988&downloaded=2348474988&left=2094006272&numwant=200&key=6830&compact=1 HTTP/1.0" 200 453 "-" "Bittorrent"
116.49.xx.xx - - [15/Jun/2008:18:16:30 +0800] "GET /?fromuid=23?info_hash=%A0%AF%9E%0C%9C%A9%0D%29k%A4%21%AF2%AC%DD%5C%5E%CB%DF%17&peer_id=%2DXL0012%2D%E8%ACfS%94%9E%81%8E%FF%D9%F2%1D&ip=169.254.xx.xx&p ort=80&uploaded=2348474988&downloaded=2348474988&left=2094006272&numwant=200&key=20271&compact=1 HTTP/1.0" 200 453 "-" "Bittorrent"
116.49.xx.xx - - [15/Jun/2008:18:16:31 +0800] "GET /?fromuid=168?info_hash=%A0%AF%9E%0C%9C%A9%0D%29k%A4%21%AF2%AC%DD%5C%5E%CB%DF%17&peer_id=%2DXL0012%2D%E8%ACfS%94%9E%81%8E%FF%D9%F2%1D&ip=169.254.xx.xx& port=80&uploaded=2348474988&downloaded=2348474988&left=2094006272&numwant=200&key=8883&compact=1 HTTP/1.0" 200 453 "-" "Bittorrent"
116.49.xx.xx - - [15/Jun/2008:18:16:31 +0800] "GET /?fromuid=221?info_hash=%A0%AF%9E%0C%9C%A9%0D%29k%A4%21%AF2%AC%DD%5C%5E%CB%DF%17&peer_id=%2DXL0012%2D%E8%ACfS%94%9E%81%8E%FF%D9%F2%1D&ip=169.254.xx.xx& port=80&uploaded=2348474988&downloaded=2348474988&left=2094006272&numwant=200&key=12323&compact=1 HTTP/1.0" 200 453 "-" "Bittorrent"
116.49.xx.xx - - [15/Jun/2008:18:16:31 +0800] "GET /?fromuid=32?info_hash=%A0%AF%9E%0C%9C%A9%0D%29k%A4%21%AF2%AC%DD%5C%5E%CB%DF%17&peer_id=%2DXL0012%2D%E8%ACfS%94%9E%81%8E%FF%D9%F2%1D&ip=169.254.xx.xx&p ort=80&uploaded=2348474988&downloaded=2348474988&left=2094006272&numwant=200&key=14310&compact=1 HTTP/1.0" 200 453 "-" "Bittorrent"

when i suspend this user account, it fix the problem....

but when i reupload a new forum file (no mods, original version but keep the old data, ex. post, pm)

to recover the old forum file and then reactive the account again,

View 5 Replies View Related

Continuous Loading

Jul 17, 2008

I have a weird issue with my Plesk VPS. If I restart the VPS it will work find for about 20 minutes and then go down. All my websites will continue to load and load until they time out.

The weird thing is, I can still access everything. FTP, Plesk, SSH. Just no my websites.

View 9 Replies View Related

Websites Are Not Loading

Feb 2, 2007

This is a little wierd, I am not able to see any of my websites on my home network, but from anywhere else it seems too load just fine. Even when i go through a proxy site they load. I'm still able to get to WHM and cPanel from my home but the websites themself do not load.

this started happing yesturday and after a few hours it seemed to work again on its own.

View 5 Replies View Related

Zend Not Loading

Feb 6, 2007

root@server [/usr/local/ioncube]# php -v
PHP 5.2.0 (cli) (built: Feb 2 2007 22:41:26)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies
with the ionCube PHP Loader v3.1.24, Copyright (c) 2002-2006, by ionCube Ltd., and
with Zend Extension Manager v1.0.11, Copyright (c) 2003-2006, by Zend Technologies
with Zend Optimizer v3.2.2, Copyright (c) 1998-2006, by Zend Technologies

php.ini

[Zend]

zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.2.so
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.2.2
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.2.2
zend_optimizer.version=3.2.2

zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so

**

View 11 Replies View Related

Media Hosting

Apr 22, 2009

Hopefully this will be a quick and fairly simple question. I already have my site hosted with another provider and very, very happy with the service.

However, i want to add video support to my site. However the current provider i use doesnt have the functionality i need (FFMPeg, etc).

So what i am looking for is a reliable host who will store, convert/encode my files and then stream them for a decent prices. As it will be a new feature to my site im not looking at spending a fortune to start with (i know, how many times have you heard that?) but will be happy to upgrade capacity as and when.

Im not interested in fancy cPanels or bogged down features for "Web Hosting" which i will never use. I just need a host that can store, encode and stream my media (i will handle the scripting side. Ideally they would be located within Europe, but thats not 100% nessesary.

View 5 Replies View Related

Media Server

Feb 26, 2009

Say I use about 1 TB of bandwith / month in media: images, small files, etc. What would be the best hosting option? Most shared hosting I've tried have booted me for using too many resources.

View 15 Replies View Related

Media Hosting

Jul 28, 2007

moderate single webhosting for audio/video hosting...

may be 1-3gb which moderate cost..

so what should be cost..ideal and which is relaible one...

whats about the free service like youtube...

or paid but not for music ..like rapidshare...

View 5 Replies View Related

Media-Temple

Oct 25, 2007

Recently I bought a hosting on MediaTemple. My previous site index file is index.php. But when I uploaded my site to MediaTemple it can not see it.

Where can I set default index file for MediaTemple? I need to change it to index.php instead of the index.html.

Please don't redirect me to MT support, they are too slow.

View 2 Replies View Related

Website Loading Too Slow

May 27, 2009

I lunch a filesharing website below this server configuration:

# HP ProLiant DL180 G5 Server

# 1x Intel Quad Core Xeon L5410 / 12MB CPU

# 4GB DDR2 RAM

# 8 x 1000GB SATA II + 2 x 80GB (OS) Harddisk

# CentOS (64bit) OS

# 2 x 1000Mbps Full-Duplex Uplink Port

# No RAID Hardware RAID

# Remote Power Management Remote Power Management

# 4 IP

250 Mbps Unmetered bandwidth Volume Connectivity

But most the time it load too slow.

View 4 Replies View Related

Loading Php Extension Dynamically

Jul 25, 2009

I realize the title isn't clear enough, but that's the closes to my question

What I basically want to know is if its possible to add pgql support for PHP without rebuilding PHP (running easyapache). Currently all standalone phppgadmin instaces return:

Your PHP installation does not support PostgreSQL. You need to recompile PHP using the --with-pgsql configure option.

Is it possible to load the pgsql extension without rebuilding, like you'd do with zend for example.

View 2 Replies View Related

Webpages Loading Slowly

Jan 26, 2009

I have this problem with my hosting provider. Website is loading slowly (sometimes up to 10 sec) from my location. I've made several checks:

1. Script execution time is within 0.1 sec.

2. Tracert shows times within 0.3 sec.

3. Also, host-tracker.com shows average loading time ~2.0 sec (they check from 20-30 different locations around the world).

So, the questions:

1. What can cause such long slow-downs?

2. What average loading times can be expected from shared hosting? Is 2.0 sec (average) good or bad? For example, google.com has average response time of about 0.2-0.3 sec, but they have many servers around the world.

View 14 Replies View Related

Website Loading Time

May 27, 2009

regarding the speed of loading my website. How do you find in terms of speed of my blog? Is it slow? - My blog: mangochico.com

I am contemplating in changing host as I believe my current host isn't up to par when it comes to loading times.

Tell me what you think about the loading times and if you happen to know a good, reliable and fast host please list it below so I can take a look at it and see if it fits to my needs.

View 14 Replies View Related

How To Remove Pre Website Loading Ads

Sep 13, 2008

I have this site gameplanet,pri,ee and it has this built-in annoying ad that always

shows up if you're viewing the website for the first time.

Is there a way to remove or disable it or do anything about it.

View 2 Replies View Related

How To Find Out Which Is The Heavy Loading PID

Jul 8, 2008

I have some websites running on my LINUX server now.

Not all of them are running stable commercial scripts or cgi.

In fact, our server had some records down before by some package scripts.

I only know TOP to know the current server status.

But I can not know which PID is making CPU usage high, or which website.

I think if I can check the exact site or cgi causing heavy loading. Perhaps it helps us to make our server up.

Is there a way or LINUX command to find out which PID is causing heavy loading?

View 5 Replies View Related

Mysql Loading Very Slow

Dec 28, 2008

I'm running a forum system on my server. Loading pages that don't connect to the forum database load normal. Whenever I browse any page that connects to the forum database on my forum, the page either takes ages to load or times out loading. I never exceed using 14% of one of my two cores, I'm using a quarter of my 1.5GB ram. It's only been loading slow like this since I've switched from running Windows to Ubuntu Server 8.10. I enabled logging slow queries on SQL, but nothing's been recorded. I've installed the server packages through Webmin,

when I access the server through its local IP address it's still very slow.

View 13 Replies View Related







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