Tagged Questions

LAMP refers to a stack of web technologies based on Linux, Apache, MySQL, and PHP/Perl/Python.

learn more… | top users | synonyms

35
votes
4answers
18k views

How do I convert a PDF document to a preview image in PHP?

What libraries, extensions etc. would be required to render a portion of a PDF document to an image file? Most PHP PDF libraries that I have found center around creating PDF documents, but is there a ...
26
votes
20answers
5k views

Recommendation for straight-forward python frameworks

Although I have quite a few years of experience of building web applications in Java, I've not really done much web development in the more lightweight 'LAMP' style. I've recently picked up python ...
20
votes
7answers
9k views

Why use deflate instead of gzip for text files served by Apache?

What advantages do either method offer for html, css and javascript files served by a LAMP server. Are there better alternatives? The server provides information to a map application using Json, so a ...
16
votes
8answers
6k views

Amazon EC2 as web server?

I have thought a lot recently about the different hosting types that are available out there. We can get pretty decent latency (average) from an EC2 instance in Europe (we're situated in Sweden) and ...
16
votes
21answers
4k views

Is the LAMP stack appropriate for Enterprise use?

Is the LAMP (Linux, Apache, MySQL, PHP / Ruby / Python) stack appropriate for Enterprise use? To be clear, by "Enterprise", I mean a large or very large company, where security, robustness, ...
15
votes
8answers
2k views

Best practices for optimizing LAMP sites for speed?

I did a cursory search and couldn't find this question and this could be viewed as a multi-part question so help me out in either case if I made a mistake. I want to know when building a typical site ...
14
votes
12answers
897 views

How much of Linux should I learn in order to deploy web sites using LAMP?

Being a Windows developer I'm currently working on my own project using LAMP. I understand what I need to know of PHP and MySQL, but Linux looks huge and it's not clear where to start and what is ...
14
votes
7answers
624 views

Best practices for withstanding launch day traffic burst

We are working on a website for a client that (for once) is expected to get a fair amount of traffic on day one. There are press releases, people are blogging about it, etc. I am a little concerned ...
13
votes
1answer
80 views

php code organization

We just got new servers for our new system and I want to know what I should do to make my new code as efficient as possible, and how to organize it. I want a good solution so I don't have to ...
13
votes
15answers
3k views

What are alternatives to SQL database storage for a web site?

An SQL database is overkill if your storage needs are small. When I was young and dumb, I used a text file and flock()ed it when I needed to access it. This doesn't scale, but I still feel that ...
12
votes
3answers
1k views

On-the-fly zipping & streaming of large files, in PHP or otherwise

Imagine a web serving scenario where several large files must be zipped and provided to the client for download. The most obvious way to do this on LAMP is to create a temporary zip file using PHP’s ...
11
votes
7answers
968 views

Is there any good tool to refactor Perl web code?

i'm currently working on a perl web app LAMP style and recently stumbled upon this death maze of code left by some previous developer. He left so many magic numbers and weird logic that it's gives me ...
10
votes
2answers
83 views

Migrating bad system into our current system with tons of data [closed]

I inherited of a system when my company bought another company. This system is a mix of LAMP and .NET. 1 Windows server running asp.net that controls third-party validation used only for apis and ...
10
votes
1answer
88 views

Secure Transaction between Mobile app and LAMP

I have a Mobile App (iPhone and Android) which allows user to login to his account, change prefs etc... I want to add a new feature where the user can buy products through his device or upgrade his ...
10
votes
11answers
1k views

J2EE — is it just fluff or the real stuff?

I'm familiar with the LAMP stack and over the years have successfully deployed a handful of web sties based on it. I've used everything from Apache + modPerl, to PHP, to Ruby and Rails. With good use ...
8
votes
2answers
580 views

Ideal Multi-Developer Lamp Stack?

I would like to build an 'ideal' lamp development stack. Dual Server (Virtualised, ESX) Apache / PHP on one, Databases (MySQL, PgSQL, etc) on the other. User (Developer) Manageable mini ...
8
votes
8answers
771 views

How do you implement the “one step build” for a LAMP project?

Having the "one push build" to take your changes from development environment to live server is one thing that is very nice to have and often advocated. I came on board with a small team running in ...
8
votes
3answers
4k views

How do I use rpm to update/replace existing files?

I have several applications that I wish to deploy using rpm. Some of the files in my application deployments override files from other deployed packages. Simply including the new files in the ...
8
votes
3answers
8k views

How can one run multiple versions of PHP 5.x on a development LAMP server?

(Sorry for the poorly-phrased title.) I need to test my PHP applications with multiple versions of PHP 5.x, such as PHP 5.0.0 and PHP 5.2.8. Is there a way that I can configure a development LAMP ...
8
votes
9answers
1k views

Is it dumb to develop for LAMP on WAMP?

After becoming somewhat estranged open source, and spending some years developing web applications in ASP.Net, I'm going to start doing quite a lot of PHP / MySQL development. I've quite painlessly ...
7
votes
1answer
34 views

command line script php does not run

i am trying to build a php script to process data manually to later convert it to a cronjob. this script also get data from mysql and 3rd party soap. when i try to run it from command line i have an ...
7
votes
4answers
304 views

Is it good to have Memcache, APC and Varnish on LAMP servers

I have 3 web servers I need to optimize. I currently have just a little over 2000 unique visitors a day and I want to improve performances on my servers to make sure when I will get more traffic ...
7
votes
1answer
124 views

What is the fastest and most efficient way of storing and fetching images when you have millions of users on a LAMP server?

Here is the best method I have come up with so far and I would like to know if there is an even better method (I'm sure there is!) for storing and fetching millions of user images: In order to keep ...
7
votes
5answers
1k views

PHP errors NOT being displayed in the browser [Ubuntu 10.10]

I'm new to PHP and the whole LAMP stack but I've managed to get it up and running on my Ubuntu 10.10 system. Everything seems to be working with the exception of error reposting in the browser which I ...
7
votes
3answers
689 views

Mysql count how many queries per second are executed, is there any way?

i have a busy web server with LAMP installed, and i was wondering, is there any way to count how many queries per second (mysql) are executed in the server ? Thank you.
7
votes
11answers
708 views

When to choose LAMP over ASP.NET?

A friend wants to start a dating website, she wants me to help her. We still haven't discussed on what platform it'll be developed, but I'm thinking she'll suggest LAMP to save a buck (which is one ...
6
votes
6answers
203 views

What are common methods of sending initial configuration variables to an Ajax client on the page load?

A complex web-app can have a large amount of user and/or context specific meta and configuration information. eg, user's preferred result-set size, timezone, beginning of the week (Sun/Mon), etc. ...
6
votes
1answer
162 views

What does wikipedia use to scale? [closed]

Being the 5th most visited site in the world, and serving millions of pages to tens of millions of users daily, does wikipedia use anything else in the back-end to scale to those numbers? Or is it ...
6
votes
4answers
305 views

How to gear towards scalability for a start up e-commerce portal?

I want to scale an e-commerce portal based on LAMP. Recently we've seen huge traffic surge. What would be steps (please mention in order) in scaling it: Should I consider moving onto Amazon EC2 or ...
6
votes
3answers
278 views

Shared Apache / MySQL / PHP setup on multiboot

In short: I have a multiboot machine with Win XP, Windows 7 and Ubuntu, and I would like my localhost web projects to be shared by all three OSes. Details: I finally want to get rid of Windows XP for ...
6
votes
2answers
221 views

How might I improve my development and deployment strategy?

I am working on a web application that runs on the LAMP stack (Linux Apache Mysql PHP) and would like recommendations on improving my workflow. I have 3 environments: My local machine AKA my ...
6
votes
11answers
3k views

Microsoft .NET vs. LAMP for startups

for startups with limited capital, creating web based business application, which platform is the best bet, is it MS.NET (browser+IIS+Database+vb.net/c#) or LAMP stack? Any views with respect to ...
6
votes
9answers
1k views

Suggestions/Tricks for Throttling a PHP script

I have a scheduled task that runs a script on a regular basis (every hour). This script does some heavy interaction with the database and filesystem and regularly takes several minutes to run. The ...
6
votes
10answers
840 views

In PHP, how many DB calls per page is okay?

I've got shared hosting on a LAMP set up. Obviously the fewer calls to the Db per page the better. But how many is too many? Two? Ten? A hundred? Curious what people think.
6
votes
3answers
1k views

The ideal multi-server LAMP environment

There's alot of information out there on setting up LAMP stacks on a single box, or perhaps moving MySQL onto it's own box, but growing beyond that doesn't seem to be very well documented. My current ...
6
votes
16answers
2k views

How Did You Decide Between WISA and LAMP?

Did you ever have to choose between WISA or LAMP at the beginning of a web project? While pros and cons are littered around the net, it would be helpful to know about your real experience in coming ...
5
votes
3answers
219 views

How Can I Block Requests from China to My App?

I have an API that is somewhat popular (10,000+ requests/day). After 10 requests per day from an IP address I return a message telling the user they need to cough of some cash if they want to use the ...
5
votes
6answers
313 views

Getting php tips and tutorials as daily emails to improve the knowledge in php programming

Thanks for your time. This question is related to php programming but not a programming question.I have a young team of php (LAMP + javascript) programmers.I want them to learn better coding and keep ...
5
votes
3answers
235 views

Best way to simulate a domain?

I am going to build a website on a test server that will behave differently depending on which domain is used to access it (The real website will have multiple domains pointing to it). But how will I ...
5
votes
3answers
2k views

Which distro is best for hosting LAMP + memcache? (answer gets a Linode or Slicehost referral)

Despite having very little Linux experience, I'm too enticed by VPS (and too sick of cPanel/shared hosting crap) to not give it a try. I'm a smart kid and pick up things pretty quick. I took a ...
5
votes
14answers
1k views

Most “large” companies prefer WISA over LAMP? Why?

If this is true, I'd like to know why. Do we see a great percentage of secure and high traffic web applications built in LAMP?
5
votes
8answers
5k views

LAMP Server LiveCD

I'm looking for a LiveCD that will run a LAMP server, e.g. from files on a USB pen. I've heard of SLAMPP, which looks like it could be what I need but the homepage isn't loading today. There's also ...
4
votes
3answers
55 views

Git environment setup. Advice needed

Background info: We are currently 3 web programmers (good, real-life friends, no distrust issues). Each programmers SSH into the single Linux server, where the code resides, under their own username ...
4
votes
1answer
17 views

google pagerank curl call using php

i read an article regarding google rank and i wanted to create a php script that get the page rank using curl in php - i endded up using this script: ...
4
votes
1answer
208 views

Create a thumbnail preview of documents (PDF, DOC, XLS, etc.) in PHP (LAMP)

When users upload certain files to my site (such as .doc, .xls, .pdf, etc) I'd like to be able to generate a preview thumbnail (of the first page of the document). I'm working with PHP in a LAMP stack ...
4
votes
1answer
74 views

Can PHP issue multi processed mysql queries in an Apache environment?

I have a single database server with 4 cores and a web server running PHP. I want one PHP script to be able to issue queries to the database server such that they execute in parallel on the database ...
4
votes
1answer
183 views

Understanding Apache RewriteMap with RewriteLock

I've taken over development of a fairly heavy-duty LAMP application. The original dev used an .htaccess file with RewriteMap and a PHP script to handle certain conditions of the app. Specifically, ...
4
votes
1answer
157 views

Viewing Mac Localhost on a network PC

I am developing some websites on my Mac (Standard LAMP setup, with PHP5, Using Remy Sharp's LAMP setup instructions). I can see these sites locally by going to (eg http:// apple.dev). I was just ...
4
votes
2answers
100 views

Is PHP under Apache reentrant?

Just a theoretical question really. say my website consists of a form that uses the PHP mail functions to send e-mails. I have 500 users clicking submit at the same time. Now 500 e-mails in 500 ...
4
votes
4answers
2k views

WAMP-like package for Ubuntu/Linux?

When I started developing with PHP, I installed Apache myself, as well as MySQL and PHP of course, but then I discovered WAMP and my life suddenly was easier. I'm afraid this could be one of those ...

1 2 3 4 5 11