8
Setting bandwidth limitations on apache in windows?view story

http://serverfault.com – I have just installed Apache on Windows. Is there any way to setup some limitations on bandwidth usage? Say I have a folder called "testfiles", how can I set a general rule for 1Mbit max download connection on all files from this folder? (HowTos)

8
CentOS as a Mail Serverview story

https://www.centos.org – Probably need a bigger VPS.If you stick with 512M, you'll need to tune Apache, MySQL, and PHP very (VERY) tightly so that it uses a minimum of resources, or you'll OOM at the ... [by vonskippy] (HowTos)

12
[ubuntu] Custom Minimal Server ISO for VPS Deploymentview story

http://ubuntuforums.org – Hi everyone. I am about to start a project to create my own minimal Ubuntu Server ISO for VPS deployment (lots of VPS) and was hoping I could get some pointers. I need the ISO to allow the installation technician to input various parameters at the beginning of the install in order for various services to be setup. Domain Name - All installations will have a different domain name associated wit (Hardware)

12
Apache time out on PHP include() or file_get_contents() through HTTPview story

https://www.centos.org – Try running setsebool -P httpd_can_network_connect 1 That'll take a while to run as it recompiles the selinux pol... [by TrevorH] (HowTos)

12
[ubuntu] add www user into sudoers list and service commandview story

http://ubuntuforums.org – Hi, i am developing a little web page that gives statistical information from a service. Its web page is for an application called Airtime . In order to acquire the information from the CLI, i have to run the command " Code: sudo airtime-media-monitor status ". (Hardware)

13
Where The Free Software Movement Went Wrong (And How To Fix It)view story

http://techcrunch.com – The biggest change I’ve seen in the tech industry in the past decade isn’t social media, cloud computing, big data, consumerization or even mobile. It’s the mainstream acceptance of open source. Even 10 years ago open source was controversial. Back then “open vs. proprietary” arguments would still erupt at meetings and parties. (IT news)

12
[ubuntu] something limiting network speedsview story

http://ubuntuforums.org – Something is limiting my network speeds for webservers only I have a virtualbox windows server 2008 where both IIS7 and apache is limited and I installed apache2 on the host ubuntu server and the speeds were limited for apache2 there too! This has never happened before and I have no idea what could be causing it. (Hardware)

12
[ubuntu] 12.04 LTS - Setting up PAM, Kerberos, WinBind, LDAP, Samba, etcview story

http://ubuntuforums.org – I've been at this for days, using dozens of guides. Unfortunately I'm at my wits end. I just can't figure out the right combination of points to get all my ducks in a row and use my Domain structure on this Ubuntu box. Back story Building a Print Server using CUPS (based on a design my company made back in 2009 with Ubuntu 8.10, CUPS 1.3.9). (Hardware)

8
Apache SSL reverse proxy to a Embed Tomcatview story

http://serverfault.com – I'm trying to put in place a reverse proxy for an application that is running a tomcat embed server over SSL. The application needs to run over SSL on the port 9002 so I have no way of "disabling SSL" for this app. (HowTos)

8
Permissions/configuring apache so directory can have files included from but php cannot fopenview story

http://serverfault.com – Is there a way to set permissions on a directory or configure apache in a way that allows PHP to include files from this directory for execution but scripts cannot open them using fopen() or other similar functionality? I am trying to secure some keys, salts and whatnot that I don't want scripts to be able to reference or read directly. (HowTos)