
Registered since September 28th, 2017
Has a total of 4246 bookmarks.
Showing top Tags within 18 bookmarks
howto information development guide reference administration design website software solution service product online business uk tool company linux code server system application web list video marine create data experience description tutorial explanation technology build blog article learn world project boat download windows security lookup free performance javascript technical control network beautiful support london tools course file research purchase library programming image youtube example php construction html opensource quality install community profile computer feature power browser music platform mobile work user process manage database share hardware professional buy industry internet dance advice installation developer 3d material search camera access customer travel test standard money documentation review css engineering webdesign engine develop device photography digital api speed source program management phone discussion question event client story simple water marketing yacht app content setup package fast idea interface account communication cheap script compare study market easy live google resource operation startup monitor training
Tag selected: webserver.
Looking up webserver tag. Showing 18 results. Clear
Saved by uncleflo on May 30th, 2018.
This guide will explain how to set up a site over https. The tutorial uses a self signed key so will work well for a personal website or testing purposes. This is provided as is so proceed at your own risk and take backups! For an SSL encrypted web server you will need a few things. Depending on your install you may or may not have OpenSSL and mod_ssl, Apache's interface to OpenSSL.
setup administration server website openssl apache interface depend installation test tutorial key encryption howto backup explanation site security administrator development mod_ssl centos webserver ssl https process workflow troubleshoot guide
Saved by uncleflo on March 23rd, 2018.
‘Comply’ is a free multi-use Landing Page HTML template built on the Bootstrap Framework. The demo feature here, angled at a VR app, features a fixed header navigation (that smooth scrolls to sections), product highlights, pricing table, team, news feed and social media icons. Cheers for the freebie Wired Dots. Comply is a multiple One Page Bootstrap 4 template designed for marketing agencies, landing page, startups and corporates released under Creative Commons 4 license. It is professional, responsive, smooth and sleek, with a clean modern layout.
landingpage template bootstrap framework demo feature header navigation highlicht startup professional responsive smooth layout beautiful website development administration howto webserver company
Saved by uncleflo on March 8th, 2018.
phpFileManager is a complete filesystem management tool on a single file. Features: directory tree, with ajax loading, copy/move/delete/create/rename/edit/view/chmod files and folders, tar/zip/bzip/gzip, multiple uploads, shell terminal emulator, server info, portscan using PHP sockets, password protection, works on linux/mac/windows, php4/php5/apache2 compatible, english/portuguese/spanish/catalan/dutch/french/german/italian/korean/russian/polish/turkish translations. phpFileManager is free software; you can redistribute it and/or modify it.
php file manager manager file server host access webserver management upload complete load folder script development administration webdevelopment web website
Saved by uncleflo on December 28th, 2017.
HHVM is an open-source virtual machine designed for executing programs written in Hack and PHP. HHVM uses a just-in-time (JIT) compilation approach to achieve superior performance while maintaining the development flexibility that PHP provides. HHVM supports Hack, PHP 5 and the major features of PHP 7. We are aware of minor incompatibilities, so please open issues when you find them. HHVM also supports many extensions as well. HHVM should be used together with a webserver like the built in, easy to deploy Proxygen, or a FastCGI-based webserver on top of nginx or Apache.
hhvm opensource virtual execute program jit compile performance perform development issue extension webserver fastcgi administration improve production apache nginx maintenance code developer server implementation facebook support documentation download github installation install source host website run howto report fix
Saved by uncleflo on December 27th, 2017.
HAProxy is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications. It is particularly suited for very high traffic web sites and powers quite a number of the world's most visited ones. Over the years it has become the de-facto standard opensource load balancer, is now shipped with most mainstream Linux distributions, and is often deployed by default in cloud platforms. Since it does not advertise itself, we only know it's used when the admins report it :-) Its mode of operation makes its integration into existing architectures very easy and riskless, while still offering the possibility not to expose fragile web servers to the net. Each version brought its set of features on top of the previous one. Upwards compatibility is a very important aspect of HAProxy, and even version 1.5 is able to run with configurations made for version 1.0 13 years before. Version 1.6 dropped a few long-deprecated keywords and suggests alternatives. The most differenciating features of each version are listed below :
proxy load balancer solution availability proxying tcp http application traffic website power standard opensource linux distribution architecture operation feature compatibility configuration explanation software server howto free fast webserver development administration production business high availability
Saved by uncleflo on December 27th, 2017.
You've got your Rails or Rack-based Ruby app built. It's even running in Docker off your laptop and other developers on your team have it up-and-running as well. Everything looks good, so time to ship it. Wait! Not so fast! Transitioning to a Docker production environment isn't quite as easy as it sounds. There's more to it than just shipping your locally built container image into a production environment. Let's examine the 9 most critical decisions you'll face before you can securely deploy your Dockerized Rails and Rack-based Ruby apps into production:
docker software reasoning examination environment deployment production development administration webserver server deploy ship workflow guide explanation article
Saved by uncleflo on December 27th, 2017.
I evaluated NGINX Plus and was amazed at its power. The benchmarks just blew me away. The amount of traffic that NGINX Plus can handle is unreal – even beyond our needs. Availability and scalability are incredibly important, but security is most important for us. With the ability to meet our security requirements and stay ahead of the curve, NGINX Plus is our vehicle for moving forward. NGINX Plus gives us flexibility in our underlying cloud platform to innovate faster. It enables us to be more responsive to our customers and provide them with the level of scale and performance they need. We had an expensive upgrade coming up with our current load balancing provider, so we looked at alternatives. We found that we could do more with NGINX Plus and do it at a quarter of the cost at most.
nginx microservice balancer load webserver cloud security web performance product administration installation software serve download scalable availability platform provide expensive technology service training application firewall explanation development workflow
Saved by uncleflo on June 30th, 2017.
Welcome to IP Location, the home of IP Geolocation and IP Resources. This website was built to offer tips, tutorials and articles on IPv4 and IPv6 addresses, and how it relates to TCP/IP and Internet. HTTP is the protocol used to transfer data between the web server and browsers. When a browser requests a HTML document from a web server, the browser send an URL (web address) with a request header. The server respond to a browser by providing a HTTP response header and the requested document (if exists). This tool extracts the HTTP server response headers, and displays them to you.
ip network location server header administration computer infrastructure security check apache iis webserver certificate url domain address checker validator
Saved by uncleflo on October 21st, 2016.
A WebSocket is a standard protocol for two-way data transfer between a client and server. The WebSockets protocol does not run over HTTP, instead it is a separate implementation on top of TCP. A WebSocket connection allows full-duplex communication between a client and server so that either side can push data to the other through an established connection. The reason why WebSockets, along with the related technologies of Server-sent Events (SSE) and WebRTC data channels, are important is that HTTP is not meant for keeping open a connection for the server to frequently push data to a web browser. Previously, most web applications would implement long polling via frequent Asynchronous JavaScript and XML (AJAX) requests as shown in the below diagram.
websocket socket remote communication technology http establish application webserver data channel development administration python script howto code server nginx fullduplex internet tech ajax javascript
Saved by uncleflo on October 18th, 2016.
OK, I am looking for a way to use GIT to keep a web site up to date between my local machine (git repository) and my web site (git clone of repository). I have initialized the repository (on windows 7 machine) and added all the files to the repo on my local machine. I now need to get the repo to the webswerver (a linux-based machine). I can access the webserver via putty and ssh. How do I go about cloning the repo into the appropriate directory to serve the web site?
development git administration repository server desktop webserver access windows versioncontrol website clone ssh question stackoverflow
Saved by uncleflo on April 5th, 2015.
A list of websocket libraries for both client and server. Is there a library or client for connecting to a WebSocket server from PHP? If not, is there a reason why? (phpwebsocket only seem to have Javascript client code.)
websocket php server webserver library reference lookup list development socket client browser javascript
Saved by uncleflo on April 5th, 2015.
From the born of www era and the implementation of JavaScript and ajax, web is looking for a solution to find out real time client-server bidirectional communication. Now It is been suggested to include within HTML5 and has been in full developmental phase. Although it not yet recommenced by W3, it is been wildly implemented in most of modern web browsers including Google Chrome,Opera,Firefox and safari.
php socket websocket download source communication zone browser implementation javascript ajax library realtime http protocol development administration server webserver
Saved by uncleflo on April 5th, 2015.
Setting CORS (cross-origin resource sharing) on Apache with correct response headers allowing everything through
cors development programming web apache header information reference lookup response resource share setup webserver server administration howto
Saved by uncleflo on January 31st, 2012.
AW Server is a Web Server for Android devices. With the PAW webserver you can use the functionality of your phone from a web browser, serve your own web pages or develop phone enabled web applications. Tasker and Locale Plug-in support.
PHP plug-in is available. The software is still in beta. Working on WiFi. If 3G works is carrier dependent. In case of problems, please send an email! Recent changes: Bug fixes, Pressure sensor support, Gyroscope sensor support, NFC helper classes to read/write Text, URI, Smart Poster and Mime Media NDEF records.
android paw webserver server web development fun code appbrain phone mobile plugin php beta information status support
Saved by uncleflo on January 31st, 2012.
In this post I would like to write about what is coming up next in PAW development. PAW supports BeanShell code to create dynamic pages. BeanShell is well suited for Android, because it integrates will into the OS by supporting the Android Java API.
fun code paw server php development android beanshell blog howto guide java api webserver phone mobile
Saved by uncleflo on June 9th, 2011.
Piwik is a downloadable, open source (GPL licensed) real time web analytics software program. It provides you with detailed reports on your website visitors: the search engines and keywords they used, the language they speak, your popular pages… and so much more. Piwik aims to be an open source alternative to Google Analytics, and is already used on more than 150,000 websites. Piwik is a PHP MySQL software program that you download and install on your own webserver. At the end of the five minute installation process you will be given a JavaScript code. Simply copy and paste this tag on websites you wish to track (or use an existing plugin to do it automatically for you) and access your analytics reports in real time.
development software tools free opensource monitoring traffic visitors piwik analytics website webserver administration
Saved by uncleflo on July 7th, 2010.
As luck would have it when I went to http://www.utorrent.com/ , to get the latest client, they had announced the release of uTorrent WebUI on public beta. This was great news, the remote administration angle looked like it was sorted. What next? Okay, so if I could just get uTorrent running as a Windows Service on my machine that would do!! With a bit more digging, and downloading The Windows 2003 Resource Kit I found the solution. Using two of the tools that I had downloaded you can configure pretty much anything to run as a Windows Service. See Part 2 of this article to find out how. You don't need Windows 2003 Server you can do this on XP, so keep reading. I'll walk you through configuring this, starting with uTorrent WebUI.
guide howto server service software tutorial webserver windows bittorrent torrent utorrent
No further bookmarks found.