7
Is it time to add a serverview story

http://serverfault.com – This question is about figuring out is horizontal scaling by adding servers is the next step or not. Here is the context: About 1400 concurrent users at peak time (between 11:00am-4:00pm) in Google Analytics Real-time stats. And it also show spikes of up to 75 pages per second and average per minute of about 1000. (HowTos)

7
How to set maximum directory size on apache server?view story

http://serverfault.com – I create FTP users with a php script. I would like to give my users unique FTP folders. However I would like to limit the folders sizes to 1024MB/folder. How can I limit a folder size? I use proftp with i-mscp. I create SQL rows for my FTP users. (HowTos)

8
Android: Rapid HTTP Requestsview story

http://stackoverflow.com – In my android application I have this bit of code: while(testCase){ for(HttpPut put : httpPut){ try { httpclient.execute(put, responseHandler); } catch (ClientProtocolException e1) { // TODO Auto-generated catch block e1.printStackTrace(); } catch (IOException e1) { (HowTos)

8
float.parsefloat numberformatexception when ontext changedview story

http://stackoverflow.com – Here is my piece of code where in i am checking edittext input dynamically. al_e.addTextChangedListener(new TextWatcher() { @Override public void onTextChanged(CharSequence s, int start, int before, int count) { // TODO Auto-generated method stub } @Override public void beforeTextChanged(CharSequence s, int start, int count, i (HowTos)

8
most stable, secure, & easily installed spdy & hiphop php linux?view story

http://unix.stackexchange.com – As I've just learned with CentOS, not all linuxes are created equally. CentOS seems to be so obsessed with stability & security that it almost never updates an rpm. This is not meant as an insult. I'm sure there's another linux that always wants to be cutting edge, sacrificing stability & security. (HowTos)

8
Setting up a VPNview story

http://unix.stackexchange.com – I develop websites. I bought a VPS a while ago and decided to turn it into a development server for me and some buddies. Now, because these are websites, I want to be able to access the development versions of the websites on the server. For this, I set up a LAMP stack which works perfectly. Next step is access control to the development websites. Originally, I was going to filter request by IP. (HowTos)

9
Provision a New Linux Dev Environment in Nothing Flat with Puppetview story

https://www.linux.com – With Puppet and Vagrant, you can automate creating a complete new development environment. Setting up a development environment for a web application can seem simple—just use SQLite and WEBrick or a similar development server—but taking shortcuts can quickly lead to problems. What happens when you need to onboard new team members? What if your team members are geographically distributed? (Software)

8
Building PHP Extensionview story

http://stackoverflow.com – I have built new php extension to execute linux commands on the server but there are problem when i try to call the function which in php extension from shell it's working fine from command line but when i try to run it with apache the internal server error appear the the error logs has malformed header from script. Bad header=back: (HowTos)

8
Securely running LAMP under a specific userview story

http://unix.stackexchange.com – I'm setting up a sandbox type of server that will be used by a couple users as a development environment and knowledge base. The server will have a web frontend so I've installed Apache, MySQL and PHP. Out of the box, everything under /var/www is owner by root:root. I haven't run a web server in a while but I'm pretty sure this isn't the best way of doing things. (HowTos)

8
apache force me to download pageview story

http://serverfault.com – I feel a bit lost, after installing apache with suexec on ubuntu12.04 on url click I'm prompted to download the page the message what I get a message what shows the following You have chosen to open which is: application/x-httpd-php (395 bytes) (HowTos)