Red 5 Video recorder. Installer.swf not working - red5

I have installed Red (setup-Red5-1.0.0-RC2-java6) on my windows xp. Red5 server running proper. but installer.swf not able to connect. also getting 404 error while installing demos. demos directory is not at the location as well.
any Idea what could have cause this ?

Try using the 0.9.1 build. Also your firewall should allow listening on port 5080 (default for red5).
As an alternative try manually installing the demos from the source trunk and restart the server.

Related

How do I get Red5 /installer URL not to yield 404?

I've performed a clean install of Red5 Media Server 1.2.2 on Ubuntu Server 18.0.4 LTS.
I can access my server via <server ip>:5080. I see the screen confirming red5 is installed. If I click on demo followed by install, taking me to <server ip>:5080/installer, I get a 404 Error from Apache Tomcat.
What could I need to change, to access this page?
The installer webapp is not there anymore, that's why you get the 404. The app is no longer supported and as you've noticed, we haven't removed or fixed the link on the demo page yet.

ColdFusion 2016 stopped rendering website after Mac software update

ColdFusion 2016 stopped rendering website files in browser after I updated my Mac software to latest one, Mojave 10.14.1. Instead of seeing the rendered page in the browser I can see my repository files only.
I noticed that some previous settings regarding local server and Apache were removed after update. I did restore missing settings back how they were before and even reinstalled ColdFusion 2016, but still have that problem with rendering websites on the ColdFusion platform.
After running /Applications/ColdFusion2016/cfusion/runtime/bin and sudo ./wsconfig, I the get Web Server Configuration Window with content inside
[ localhost ] Apache : /private/etc/apache2.
Is there anyone who can help to resolve this issue please?
Change the directory to
/Application/ColdFusion2016/cfusion/runtime/bin
Run
sudo ./wsconfig
The documentation does not mention sudo, but I am suggesting it to be safe.
Source: https://helpx.adobe.com/coldfusion/configuring-administering/web-server-management.html
After testing ColdFusion 2016 platform using port :8500 I found out that CF server uses Tomcat path (wrong path) instead of Apache one (for Mac virtual directory file: httpd-vhost.conf) and both of them are running at the same time.

How to run Wamp server?

I have a wamp server as well as Xampp installed. I am unable to start my wamp server. When I try to start services, it stops in orange state, never moves to green. But I am getting to see my local host in browser with Xamp under this situation. Can any one help me how to get my wamp server only running.
Sorry for being naive. I am just starting.
if you are using Ubuntu 14.0 you can try somewhat like this in the Terminal Window by pressing Ctrl+Alt+T
Stopping web server apache2
sudo /etc/init.d/apache2 stop (find the path where your xampp server is located)
Starting XAMPP
sudo /opt/lampp/manager-linux.run (find the path where your wamp server is located)
For Windows
Press Windows Key + R or go to run
Type services.msc
Then stop the service for Xampp Server
If Apache is not running as a Windows Service:
you use the Xampp Control Panel Application to stop and start Apache.
I also experienced the same problem and I hope it will work
INSTALLING
Double click on the downloaded file and just follow the instructions.
Everything is automatic. The WampServer package is delivered whith
the latest releases of Apache, MySQL and PHP.
Once WampServer is installed, you can manually add aditionals Apache,
Php or MySql (only VC9, VC10 and VC11 compiled) versions.
Explanations will be provided on the forum.
Each release of Apache, MySQL and PHP has its own settings and its
own files (datas for MySQL).
Using wampserver
The “www” directory will be automatically created (usually
c:\wamp\www)
Create a subdirectory in “www” and put your PHP files inside.
Click on the “localhost” link in the WampSever menu or open your
internet browser and go to the URL : http://localhost
Installing Wamp

Internet Explorer 10 (Windows 8) crashing Apache

I just installed Windows 8, and I'm having a hard time running Apache on it.
After a couple of adjustments on httpd.conf file (changing ports because of WWAHost.exe and allowing ::1 due to IPv6) I finally got it running (installed with EasyPHP), but when I open some local site on Internet Explorer 10, Apache stops responding and keep trying to load the page forever.
I think it has to do with Internet Explorer 10, because on other browsers work fine before loading any local site on Internet Explorer. After that I have to restart Apache to work again and not use Internet Explorer 10 any more in order to keep it running.
Did you have the same problem?
I had a similar problem and managed to fix it with the following solution. See IE freezes when requesting an EasyPHP/Apache hosted page.
As I already had a modern Apache, I just added:
AcceptFilter https none
AcceptFilter http none
EnableSendfile Off
EnableMMAP off
before loadmodules section. This worked like a charm.
My configuration was: Apache 2.4.4 and Internet Explorer 10
I had the same problem running Apache 2.4.2 (EasyPHP 12) with Internet Explorer 10 on Windows 7, although think I've found a solution on astutelogic.com that seems to work... At least, upgrading Apache to 2.4.4 using those instructions worked for me.
I downloaded the Apache binaries from Apache Lounge, then after the extracting/renaming steps, I copied my current 'php.ini' and 'httpd.conf' files across to the new folder and added the additional lines to my 'httpd.conf' file as instructed.
As per the linked page, a note on development servers vs live servers:
As far as I can see, the AcceptFilter directive only really works on FreeBSD and Linux (to a lesser extent) so there isn’t any benefit from having them on Windows. I could be wrong though… In any case, its only a development environment so a few milliseconds slower shouldn’t be a problem.
Update
Just noticed EasyPHP 13.1 has been released, which comes with Apache 2.4.4. If you haven't already tried the steps I linked to above (or simply updated EasyPHP), I'd recommend you just download the updated stack.
I have been attempting to fix the same issue on Internet Explorer 10 on Windows 7 and have found that using compatibility mode alleviated most of the delays using localhost sites.
I know it isn't exactly a solution, but I also experienced these issues on Windows 8 and tried the common fixes to no avail.
It might be something with ThreadsPerChild.
Check error.log and httpf.conf:
# Server-pool management (MPM specific)
#Include conf/extra/httpd-mpm.conf
I had the same problem in Internet Explorer 10, but now I can't seem to reproduce it. Normally I use Firefox, and there is no problem. It seems I got this problem after updating to Apache 2.4.

IIS Failed To Run & XAMPP Anomally

I recently activate IIS7 feature in my Windows (through control panel)
Previously I already installed XAMPP in my machine (configured to run on port 8080 through the httpd.conf file)
What happen is:
I am not able to invoke the iis startpage.. (using address http://localhost/), doesn't display error or anything, jus a plain blank page..
on the other hand, when I tried to run my XAMPP, i noticed that on the control panel it is mentioned that it's running on port 80 (which contrary to my settings)
However XAMPP startup page still can only be invoked through http://localhost:8080/xampp. I figured that if what the control panel telling me is true, I shouldn't need to include the ":8080"..
Can anyone give any idea how this happen? And how to fix this anomally, thx?
I some time ago successfully installed a IIS and XAMPP in a Windows (I use Windows 7 Ultimate) and both are running smoothly. But before installing XAMPP, I have activated & using IIS before. I'm using XAMPP 1.7.3.
Maybe you could try to install IIS first, XAMPP. Before installing XAMPP, make sure the IIS service is running / active.
Hope it helps.