Apache Standalone With Adobe HTTP Dynamic Streaming

Mar 1, 2013

I have been trying to install apache server on a windows pc which will deliver adobe HDS content. there is a specific tutorial for this in the adobe site, can be found here. I have been following it to the word, but when I try to start apache after asking it to load new modules (mod_f4fhttp), it returns me an error saying that the file is not readable/not found. I have installed the proper visual c++ libraries and also checked the permissions and spellings. This seems to be a common error with php modules in apache, but none of the solutions seems to work.

View 1 Replies


ADVERTISEMENT

Apache :: Dynamic URL Not Rewriting

Jul 10, 2013

For some reason I have some old urls which just don't want to rewrite. I have lots of others working fine but I think it may be to do with the symbols in these paths which are stopping it from working. Ideally these should be 301'd.

I need view.asp?filter=category%20name to go to category-name

View 3 Replies View Related

Ubuntu + Apache 2.0 + PHP 5.2.1 - Cannot Use Dynamic Extensions (e.g. Pdo.so)

Mar 6, 2007

I'm trying to compile PHP 5.2.1 on my Ubuntu 6.10 server. I've downloaded the source code from php.net and am running the following configure command on it:

Code:
./configure --with-apxs2=/usr/bin/apxs2 --with-mysql --with-informix=/opt/informix --enable-shared --enable-pdo=shared --without-sqlite --without-pdo-sqlite --with-pdo-mysql=shared --with-zlib --with-xml --with-pdo-informix=shared,/opt/informix
After doing this, then make, I copy over the generated libphp5.so file into my Apache extensions directory, add extension=pdo.so (and lines for the PDO-MySQL/Informix extensions) into my php.ini and restart Apache. I would expect to see PDO, PDO-MySQL and PDO-Informix listed in my phpinfo() - but they don't appear.

So, I tried recompiling PHP but without any of the PDO extensions being shared. This worked, and I could see PDO and PDO-MySQL in phpinfo(), but not PDO-Informix.

So, can anyone hazard a guess as to why none of the PDO extensions load when compiled shared? I don't get any related error messages in the Apache or System logs by the way....

View 0 Replies View Related

Apache :: Redirect Dynamic URL To Static URL

Nov 14, 2013

I transferred my WordPress site to static HTML website, but some other website have a link to my old WordPress site URL....

I want to redirect all traffic from that URL to new URL which is URL...., but my redirect in .htaccess file doesn't work (Redirect 301 /?page_id=1234 URL... because of the query string."mod_rewrite" to create the right code in .htaccess file.

View 1 Replies View Related

Apache :: How To Write Dynamic Image Url

Mar 15, 2013

how can I rewrite a dynamic image url? URL....

View 3 Replies View Related

Apache :: Write HTAccess Rules For Dynamic Pages

Feb 15, 2013

I'm really struggling to write htaccess rules for dynamic pages. I've like 20 pages to redirect What I want to do is redirect:

[URL] ....
to
[URL] ....

View 10 Replies View Related

Apache :: Building A Dynamic White-label Site On 2.4.x

Oct 29, 2014

How do I architect and design a dynamic, white-label website i.e. a site where the components are dynamic based on a path component in the URL?

View 1 Replies View Related

Apache :: Setup Dynamic Content Configuration - Correct Headers

Aug 28, 2014

I am trying to setup dynamic content configuration in apache 2.2 httpd conf. Here is the configuration and couple test cases:

CONF:
<FilesMatch ".(js|css|gif|jpg|jpeg|png)$">
Header set Cache-Control "no-cache, no-store, max-age=0, must-revalidate"
</FilesMatch>

TEST 1:
Without <FilesMatch> directive, the headers are set to all requested content as it should. This includes content served from apache server and content from a separate application server.

TEST 2:
If I use the above configuration example, I can see that static content comes with correct headers only

View 1 Replies View Related

Apache :: Capturing Internal Apache Errors Return Custom HTTP Status

Nov 15, 2013

Server Version: Apache/2.2.22 (Unix)

On our production service, we've been getting numerous malformed POST requests to some of our CGI scripts that are showing up as 500 errors in our logs. They are malformed in the sense that the actual content length doesn't match the Content-Length specified in the request.

Here's the most trivial example I can come up with that reproduces the problem for us:

POST /some_valid_alias HTTP/1.1
Host: example.org
User-Agent: Arbitrary/1.0
Content-Type: multipart/form-data; boundary=---------------------------41184676334
Content-Length: 769
-----------------------------41184676334

In addition to the 500 error in the access log, we see the corresponding error in the error log:

(70014)End of file found: Error reading request entity data

Based on the nature of the POST request and the error response, it does appear that Apache is doing the right thing here.

The POST never actually makes it as far as the script being targeted (/some_valid_alias in the above example); in other words, Apache returns 500 to the client, writes the error to the error log and never executes the script.

Is there a way to capture/avoid internal Apache errors like 70014, and return some other HTTP status besides 500 (like 403)? It's particularly annoying in our case, because our server sends us an email for all 500 errors.

So far, our best "defense" against these 500 errors is to disallow POST for these aliases, which normally just ignore the POST data anyway (when the request is not malformed):

RewriteCond %{REQUEST_METHOD} ^POST$
RewriteRule ^/(some_valid_alias)(.*)$ $1$2 [R]

But this won't work for all our scripts, because in some cases we do want to permit POST.

View 2 Replies View Related

Apache Streaming MP4

May 14, 2009

I've installed H264 Streaming Module for Apache 2 from: h**p://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Apache-Version2.
Replace ** with tt

Loaded the mod in httpd.conf but my streaming of MP4 files don't improve at all.
Other file types like: WMV & FLV at high bitrate or large filesize have no problem streaming. Only MP4 files are giving me problems when streaming through JW Flash Player.

I've made 2 test pages, read on:

1) h**p://x264-bb.com/vids/ >>> Replace ** with tt
MP4 File hosted on a CDN server.
This server hosting my MP4 file which works perfectly fine on any browsers anytime when visited, so this proves that my MP4 file has no problem to be streamed online.

2) h**p://x264-bb.com/vids2/ >>> Replace ** with tt
The exact same MP4 File hosted on my server, giving me the headaches!

Problems facing are:

- can't load the streaming MP4 at all on IE7
- can't load on Firefox unless multiple times of refreshing if you get lucky
- after working on Firefox, it stops working later
- HTTP Pseudo Streaming is not working at all when it works on Firefox

View 3 Replies View Related

Apache :: MP3 Streaming Timeout

Nov 5, 2013

I have a web server with Apache 2.4 VC11 [URL] .... running on Win 7.

On my server I have some mp3's. I can queue them up in Winamp and the 1st one will begin streaming. However, after it plays for about 20-30 minutes it stops streaming, almost as if some time limit has been reached, and advances to the next song. I can reselect the song and drag the position to where it stopped playing and it will continue to play for about 20-30 minutes from that position and stop again.

Is there a setting in the apache configuration I need to add/change to increase this limit?

View 4 Replies View Related

Install Adobe AIR On Linux With SSH

May 21, 2009

how to install Adobe AIR on linux with ssh?

View 1 Replies View Related

Adobe Acrobat' Problems In VPS

Jul 31, 2007

I installed Adobe Acrobat 7, then needed to start activation process, but the process asked me to restart my computer and close all other application before trying to activate again.

I've tried to stop VPS and Start VPS in my VPS Powerpanel, but the problems was the same as asking me to restart my computer before making the activation.

I also send a ticket to JaguarPC support, the answser was as follows,

"""Since Adobe Acrobat 7 is third party application we do not provide support for it. You need to check with the vendor or consult its documentation in order to fix the issue. """

View 7 Replies View Related

Adobe Flash Media Interactive Server 3.5

May 19, 2009

I am thinking about making a web site that streams HD movies and videos that I have created myself. I was wonder could you use Adobe Flash Media Interactive Server 3.5 to do so I know i would have to buy a dedicated server and a fast one with a good load of bandwidth. The big question am asking is that can you base a website or content management system around the interactive server.

View 6 Replies View Related

Image Server Like Adobe Scene7 On Demand

Oct 5, 2007

Anyone know where i could find some software like this, it looks about 6 years old
www.hallogram.com/leadtool/imgsrv ( see meta tags )

the software is for generating images like this through the querystring
localhost/images/53065_383.fpx?wid* =167&ftr=8&effect=dropshadow,0x000* 000,10,8,120,8&cvt=jpeg

the closest i have found is www.scene7.com/solutions/dynamic_imaging.asp
(its only a web service) and over 10k yearly

View 1 Replies View Related

Apache HTTP Flooding

Aug 15, 2007

Someone seems to be flooding our HTTP server somehow. We use the latest version of Apache on Windows.

Is there any Windows modules that can filter the total amount of IP connections, or something built into Windows that could filter this?

View 2 Replies View Related

Apache :: Hostname Via SNI And HTTP Are Different

Jan 6, 2015

I'm in the process of trying to pin down a couple errors I've been running into, and after installing and configuring SSL I have occasionally been receiving the following error:

View 2 Replies View Related

Apache :: 503 On HTTP And Folder Only

Oct 9, 2012

Suddenly on a particular website (possibly following an easyapache php minor version update) if I specify a folder rather than a specific file I get a 503 response.

If I do the same on https it's ok. But http always gets a 503.

If I specify a file it's fine, but the folder always hits a 503.

I have removed the htaccess file and php.ini to rule that out and indeed they weren't factors - it seems like it goes wrong before reading the htaccess file.

View 3 Replies View Related

Php5 Standalone Hosting

Jan 25, 2007

My friend has a problem with his php5 script and he needs php5 standalone hosting server. Anyone can suggest a good provider?

View 2 Replies View Related

Apache Http.conf Or DNS Misconfig

Aug 7, 2008

I have two domains that are sharing one IP address. One site is meissenation.com and the other is mifbody.com.

My httpd.conf file looks like this: ...

View 2 Replies View Related

Apache Calls On HTTP GETS And PUTS

Mar 3, 2007

Does anyone know if there is an Apache directive where you can have Apache call a script on HTTP PUTs to a specific location and also for HTTP GETs?

View 0 Replies View Related

Apache :: Redirecting From HTTP To HTTPS

May 4, 2015

I keep hearing that redirecting from http to https is not very secure [non-SSL to SSL]. Among other reasons, one reason is that the browser may continue to think it is communicating with non secure server and may not encrypt the data. Is it true? I hope not, I am using the following -

<VirtualHost 12.34.567.89:80>
ServerName www.mysite1234.com:80
Redirect / https://www.mysite1234.com/
</VirtualHost>

View 1 Replies View Related

Apache :: Possible To Do P2V Migration Of HTTP Server 2.2

Jun 27, 2013

its possible to do a P2V migration of a Apache http server 2.2

Present environment:

Windows 2003
Apache http server 2.0.63

There are 2 webservers (running Apache) for load balancing. The backend server runs an application which uses an oracle database. Is a P2V migration of the web servers possible?

View 2 Replies View Related

Apache :: Can't Access Http Anymore (2.2)

Sep 30, 2014

I made the idiotic move of not making a backup of the default configs and now I can't access my http website externally. ssl works fine, but I need http to work too.

View 3 Replies View Related

Apache HTTP Started But Not Accessible

Aug 30, 2013

I was trying to set up a JBoss cluster with apache httpd mod cluster in windows.I was able to start the apache using the command 'httpd. exe'. But when I tried to access it using localhost:6666/mod_cluster_manager , the page was not accessible.I have the entry 127.0.0.1 localhost in my hosts file.

The http.conf contains lines as given below:

# MOD_CLUSTER_ADDS
# Adjust to you hostname and subnet.
<IfModule manager_module>
Listen 127.0.0.1:6666
ManagerBalancerName mycluster
<VirtualHost 127.0.0.1:6666>

[code]....

View 2 Replies View Related

Apache :: 2.2.22 Not Working Via HTTP Only Via HTTPS

Mar 3, 2015

I'm using a turnkey image for smallmachineforum system, installed on amazon aws instance.

In the default configuration I can't use the http version of the site, only the https.

It does not seem to be a network issue, a telnet on port 80 opens.

The server is apache version 2.2.22, on a Debian 3.2.57-3+deb7u2 x86_64

View 2 Replies View Related

Apache :: Redirect Https To Http?

Aug 17, 2013

I am trying to find out if redirecting an https URL to an http URL will still provide the security of the original https? Should the page information for the redirected http page show it as being unencrypted or shouldn't it have the same encryption as the original https?

View 3 Replies View Related

Compiling Static Standalone PHP Binary

Jun 22, 2007

I am using the following configure command in hope to generate a PHP binary which is totally independent, standalone and can be moved to other systems without caring for dependencies:

./configure --enable-fastcgi --enable-force-cgi-redirect --enable-discard-path --prefix=/server/php --exec-prefix=/server/php --with-config-file-path=/server/php --disable-all --enable-shared=no --enable-static=yes --enable-session --with-gd --with-zlib-dir --with-freetype-dir --enable-sockets

But when I try to run the generated binary on another system which doesn't have freetype etc installed, I get the following error:

error while loading shared libraries: libfreetype.so.6

View 1 Replies View Related

Multi-sites On Standalone Server

Apr 24, 2007

I have a local server who has only 1 IP. I would like to ask how to setup multiple site by using different ports. eg: site1:8080 ; site2:8081 ; site3:8083 , etc.

View 3 Replies View Related

Standalone Mail Servers For Cpanel

Jul 28, 2007

I have a couple cpanel servers and am interested in setting up new server (without cpanel) that I would use as a mail server for all the other cpanel servers. This server would also interface with my mailfoundry anti-spam solution. Can someone point me to any tutorials/how-tos for setting up a standalone mail server that still works with email account creation, etc, aspects of cpanel?

View 9 Replies View Related







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