xampp with openssl 1.0.0 or higher - xampp

I need a xampp with openssl 1.0.0 or higher with php 5.4 and apache 2.4+ which can run on windows server 2003.
Xampp 1.8.3 is there but it doesn't work on windows server 2003.
Can you please suggest me any version??
Thanks.

Xampp works in server 2003, the issue you are facing is because Windows Server 2003 is a server operating system which has a per-installed IIS server which runs using the same port. I recommend you to shutdown the IIS services then try restarting xampp to make it work. you can reach the services console by services.msc

Related

Upgrade Windows 8 Pro with Xampp to Win 10

How it will be after the upgrade? I have to migrate to Win 10 on a machine with Xampp. And I wonder what will happen with Xampp after the upgrade? Can someone give option is it possible to break something with Xampp, Mysql databases, Apache?
So I make the upgrade and everything is working as usual with Apache and Mysql. Case is done.

Windows CE 4.0 with Windows Server 2012

In my company, we have upgraded the Windows Server 2003 to Windows Server 2012 and we have some thin clients with an old version of RDP and they can't connect to the Server 2012 because when I does, I get this message: Because of a security error, the client could not connect to the remote computer. Verify that you are logged on to the network, and then try connecting again.
Our thin clients are: Compaq Evo T30 and a Neoware CA19 and they have Windows CE 4.0 installed by default.
Searching in internet, I've found this tutorial: http://www.hjgode.de/wp/2014/03/12/windows-server-2012-rds-and-windows-mobile-connection-error/ but I can't apply it to our server because we don't want to have less security.
I've searched everything on internet to configure the Windows CE to be able to connect to our server 2012 but I can't find anything helpful :( Seriously, we don't want to apply the steps of the previous tutorial, we prefer buying new Thin Clients instead of doing that, but it will be better if there is a way to be able to connect to the server 2012 without changing anything in the server.
Anyone can help me? Please, it's very important.
Thanks in advance! :)
Unless there is a way to update your clients to a newer release of Windows CE that support new RDP versions (you should test that first) probably replacing them is the only option.

Connectig to jira application server via browser remotely

I've installed Jira application server Version 7.1.4 on windows 10, I can connect to it with VM Ubuntu at my pc and also I can connect to it locally but I can't connect to it in other pc's in our office network.
I Use telnet MyserverIp and Myserver port and everything was ok.
let me know what is your idea.
Update: I changed firewall to turn off but it doesn't matter.
Thanks
I added tomcat8w.exe to "Allow a program or feature through windows firewall" at control panel windows firewall and problem is resolved.

Xampp server conflict due to which wamp server is not working

I installed Xampp on my pc it was working fine but today all of a sudden apache server failed to initialize then i removed it and installed Wampserver which is perfectly working and services are online. But whenever i try to open localhost it is not working and browser still displaying Xampp fevicon and displays message "http:/localhost/ is not available" Any help would be appreciated thanks
Following steps worked for me:
start services of xampp from xampp control panel, and then go to the browser.
in the address bar,type: 127.0.0.1/8080/filename.php where filename.php is the php file placed in xampp/htdocs and you will have to change the port 80 to 8080 by configuring apache Config option from xampp control panel.
Fixx....
see in your pc IIS services also running.. when IIS services running wamp server or xampp running only partially.. specially apache service not running on your pc.
do solutions...
for stop IIS on your system .. Go startmenu--type cmd--run-- type command
iisreset /stop
and enter.
now restart wamp server or xampp.. all services starts now. enjoy

Installing Xampp on MS Windows Server 2003

I have a Windows Server 2003 and asp.net website running on localhost. I have to install php and mysql, but php installation doesn't work for whatever reason. I was wondering if I could install package such as xampp on windows server to save time and hassle installing in manually (I could not find a tutorial for this). I was wondering though, if it is safe, i.e. what will happen if I go to http://localhost/ - will I get the php or asp website? In general, is it safe to install xampp on windows server 2003? All advice greatly appreciated.
Yeah, it's safe to install both. What you do is bind one to one port and the other to another port, so IIS is port 80 and Apache is port 81 or whatever, http://localhost/ would go to IIS and http://localhost:81/ would go to apache.
Microsoft got a detailed oficial instructionpage for PHP on IIS under h**p://php.iis.net/
You probably got IIS 6 running on that Windows 2003 Server. The following article describes how to run PHP apps
http://learn.iis.net/page.aspx/247/using-fastcgi-to-host-php-applications-on-iis-60/
If you have no experience with XAMPP or Apache Webserver I wouldn't recommend to install it... especially on a production system.

Resources