lamp

LAMP display php errors

I've installed developer's LAMP server and made changes on php.ini display_errors On display_startup_errors On but it doesn't display any errors or even a little warning, what's the problem, what's wrong? ...

How to reinstall a LAMP server?

I want to reinstall the whole LAMP server under Debian Lenny. This means, using 'apt-get remove' is not enough, I want to remove completely all components, and start again. I tried but files are always there so I can't make a new configuration for everything. What can I do? Thanks! ...

How to install Redmine on Fedora 11 linux?

I would like to install REDMine on my LINUX LAMP. First i need to install ROR. http://www.redmine.org Provide steps if anybdoy has done installation ...

What are the most likely scaling issues a website with a modified lamp stack (Lighttpd instead of Apache) on EC2 will encounter as it grows?

What are the usual bottlenecks (And what tends to break first) to Lamp based sites on EC2 when your number of users increase? Assuming: -Decent DB design -There are some Ram and CPU intensive processes on cron but no ram/cpu intensive stuff during normal use. ...

How to get php page load time statistics?

Recently we've been having problems with our LAMP setup and we started to see the number of MySQL database connections spike up every now and then. We suspect that some mysql operation is taking longer than usual and apache just started to build a backlog of connections to deal with incoming requests. Question is, is there a way to per...

"The Social Network" movie - how to watch logs in real time via Terminal?

This is a basic question - in the movie "The Social Network" there are several scenes when the young Facebook staff is watching the PHP/Apache server logs on in their TERMINAL in real time. I'm familiar with how to do this in a RUBY/RoR environment - but with a standard LAMP Apache/PHP environment, how to do actively monitor your server...

PHP code not executing, new to PHP

Last week I started playing around with LAMP Ubuntu and I didnt have any issues. Today some code wasn't working so I tried running this in index.php: <?php phpinfo(); ?> This doesn't work when I connect to localhost in my browser, but it works in testphp.php at localhost/testphp.php Any suggestions? Thanks ...

HTTP - 400 bad request while downloading file

Hi All, After further investigation on basis of previous question url encode/decode is working properly. Issue is something with Apache server (might be) which serves file download request Specially if my file name ends with % sign, it fails. For e.g. Original File name: 204153_20090605_Aluminiumacetotartraat_DCB_oordruppels_1,2%.pd...

Account, inventory integration with existing web application.

I have a midsize ERP which is very much domain focused. Now, I need to have typical ERP features like Accounts, inventory, purchase etc etc. I see a lot of applications already available for these. So I am thinking of reusing any of the existing available package and integrate it with my app. So the question is : Can anyone refer me su...

Looking for open source anti-spam systems, any suggestions?

Basically speaking, we have a forum-like systems and every one can post their demand/supply information. So we need an anti-spam system to avoid the spams like the ads, politic-sensitive, porn, etc. Our requirements: a) open source b)we can tune its features as we need c) can be deployed on LAMP systems By the way, the system could...

One server, multiple domains, sharing PHP MVC

I'd like to produce regional versions of a php powered website, for example: www.mysite-england.co.uk www.mysite-wales.co.uk www.mysite-scotland.co.uk I'd like to setup one LAMP server to serve all the domains with a single php MVC using $_SERVER['HTTP_HOST'] (or similar) as the primary content modifier. Ie if($_SERVER['HTTP_HOST'...

How to enable mod_rewrtie on ubuntu on bitnami machine on Amazon?

Hi Guys, I have created a lamp bitnami server on Amazon. I was wondering how to enable mod_rewrite on it? This is the server that I have http://bitnami.org/stack/lampstack I have tried installing "sudo apt-get install apache2.2-common" then running "sudo a2enmod rewrite" and then editing "/etc/apache2/sites-available/default" and ma...

404 Not Found Error when trying to access localhost on local LAMP server

I'm running Ubuntu. My Apache2 default file looks like this: <VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /var/www/ <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /var/www/> Options Indexes FollowS...