Tagged Questions
58
votes
10answers
6k views
UTF-8 all the way through
I'm setting up a new server, and want to support UTF-8 fully in my web application. I have tried in the past on existing servers and always seem to end up having to fall back to ISO-8859-1.
Where ...
26
votes
7answers
253 views
Slow cronjobs on Cent OS 5
I have 1 cronjob that runs every 60 minutes but for some reason, recently, it is running slow.
Env: centos5 + apache2 + mysql5.5 + php 5.3.3 / raid 10/10k HDD / 16gig ram / 4 xeon processor
Here's ...
25
votes
5answers
854 views
“How the sausage is made” tour of apache/php/mysql interaction
I am having trouble understanding how apache/php/mysql stack works on a low level (including interaction with the browser). Is there a good description somewhere (a book, a website, etc) that will ...
24
votes
16answers
30k views
XAMPP and WAMP in the LAMP, whats the best?
We have got loads of options for php + MySQL + Apache combo... Which is the best pack among these ?
Lets confine our ideas to WAMP vs XAMPP, is there a better option to go for ?
I created an online ...
23
votes
2answers
252 views
separate different version of a website
I want to make sure I want to optimize and make my site very easy to maintain for different version of my site.
I have few version of my site:
iphone/ipod/android etc...
ipad/tablets etc...
other ...
14
votes
7answers
632 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 ...
12
votes
2answers
84 views
rewrite urls for product name
i want to rewrite a rule for my products.
i want to use the id and name in the url separated by a dash like this:
123-name means product id = 123 and name = name
so in my php i can get the ...
9
votes
6answers
1k views
How do I debug errors that have no error message?
How do I debug errors that have no error message?
When loading a PHP page I am getting this error in Firefox.
The connection to the server was reset while the page was loading.
It gives no ...
8
votes
5answers
256 views
DB structure for an autodeploy multi-application
I want to create an application similar to basecamp or mailchimp. The customer registers him self and then sets up the application for themself automatically. The application will be developed using ...
7
votes
3answers
300 views
Packaging a PHP-MySQL app to allow easy install
I've developed an open source application in php and mysql. I'd like to give it to the end user to install on their computer and use from their browser without me having to host it for them. But the ...
6
votes
4answers
90 views
How to predict system resource need?
Is there any software or way to predict system resource need by taking several inputs such as MySQL query read/write ratio, queries executed in a second, properties of tables and databases, maybe some ...
6
votes
1answer
58 views
user manual (seo + auto generate)
i have a website that allows people to get the manual online. i have a new version of the manual where everything is generated dynamically using php and mysql. so no more html generated.
i have the ...
6
votes
5answers
116 views
What is best practice when it comes to storing images for a gallery?
My question is not about storing images on disk or in DB.
Images will be stored on disk
Image path and other image data will be saved in database.
Images will be given a unique filename
Images will ...
6
votes
2answers
450 views
Perl Connection Pooling
Right now we have a large perl application that is using raw DBI to connect to MySQL and execute SQL statements. It creates a connection each time and terminates. Were starting to approach mysql's ...
6
votes
2answers
759 views
Cannot connect to MySQL through PHP
Seems like a beginner question but I can't seem to figure it out ...
I have a fresh Windows 7 x64 / Apache 2.2 / PHP 5.2 / MySQL 5 x64 installation.
Actually I tried both IIS and Apache.
But this ...
6
votes
11answers
9k views
Easiest way to create a virtual LAMP machine on Windows XP?
I need to set up a test environment on my XPSP3 machine that runs Apache, MySQL, and PHP. My original test environment was an old box that ran those three under Win2k. That box died. Running on ...
5
votes
3answers
119 views
Should I be concerned about performance with connections to multiple databases?
I have a PHP app that is running on an Apache server with MySQL databases.
Based on the subdomain that users access, I am connecting them to a database (sub1.domain.com connects to database_sub1 and ...
5
votes
5answers
13k views
Source install Apache 2.2.13 + PHP 5.3 + Snow Leopard
Can anyone direct me to or write their experiences installing Apache and PHP on Snow Leopard?
I had this working in the past on Leopard, it would die after a security update, but was as simple as:
$ ...
5
votes
5answers
3k views
Apache uses excessive CPU
We run a medium-size site that gets a few hundred thousand pageviews a day. Up until last weekend we ran with a load usually below 0.2 on a virtual machine. The OS is Ubuntu.
When deploying the ...
4
votes
1answer
75 views
MAMP Pro problems launching SQL Server after system clean
I've been building a Wordpress Multiuser site for the last two months. Everything was good:
Had a local configuration saved in MAMP using default ports (was FTP accessible) Which means I had to edit ...
4
votes
7answers
225 views
http://magento.local reverts to live site - Magento and Xampp for OSX
I'm having trouble trying to rebuild my dev environment.
I've installed XAMPP and followed these steps:
Backup MYSQL DB.
Backup Home Directory.
Create DB with same user/dbname
Imported SQL file ...
4
votes
1answer
159 views
MySQL + htaccess mod_rewrite?
I'm using a proxy-like short domain in conjunction with my site. The short domain is hrci.me and the long domain is reachchallenges.infectionist.com. hrci.me uses mod_rewrite and has a rule that ...
4
votes
1answer
86 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
3answers
398 views
On using ini_set('max_execution_time', 0);
How do I use ini_set('max_execution_time', 0);?
Question 1: Do I place it at the top of the .PHP file or in a function that takes a long time to do something?
Question 2: Does this setting last ...
4
votes
4answers
390 views
PHP - Storing Session in a Database
Hey Guys, I am setting up a EC2 cluster with a load balancer. I have seperate DB server which has mysql running on it. I have 3 webservers running, mostly for high availability, and of course its ...
4
votes
1answer
498 views
MySQL is very slow with DELETE query, Apache is weird while query runs
To start, a few details to describe the situation as a whole:
MySQL (5.1.50) database on a very beefy (32 CPU cores, 64GB RAM) FreeBSD 8.1-RELEASE machine which also runs Apache 2.2.
Apache gets an ...
4
votes
3answers
723 views
Ruby on Rails Errno::EPIPE Broken pipe
I know there is a lot of people posting this online but I haven't been able to find a solution.
I receive Errno::EPIPE after my website hasn't been accessed for > 6-8 hours. I read about it maybe ...
4
votes
3answers
536 views
How to import Apache access log into MySQL table?
What is the recommended approach to import Apache access log into a MySQL table? I am thinking of a ruby/perl script + a cron job. It'll be great if there is an example or reference.
I am not sure ...
4
votes
1answer
664 views
Apache/PHP processes hanging while interacting with MySQL
We're seeing some strange behaviour and we're not sure if it's a problem with apache, php, mysql or the OS, so over to the big brains of stackoverflow!
We have Apache and mod_php talking to a mysql5 ...
4
votes
5answers
873 views
URL Shortening Site
I am working on a URL shortening site which uses PHP, MySQL and Apache. General idea of URL shortening as I look at open source projects: user gives a URL link and the system gets ID for that link ...
4
votes
3answers
491 views
Trac Using Database Authentication
Is it possible to use a database for authentication with Trac?
.htpasswd auth is not desired in this install.
Using Trac .11 and MySQL as the database. Trac is currently using the database, but ...
4
votes
2answers
988 views
performance implications of php output buffering with Apache and MySQL
I am a bit confused about how php buffering works.
Let's say you have a php page foo.php and output_buffering = 4096 in php.ini, and Apache receives a get request for foo.php. foo.php starts ...
4
votes
8answers
415 views
Can I put a caching server in front of my web site?
I have a web site using apache httpd as the server and mysql as the backend. It publishes a "thought for the day" that has gotten so popular that the server is crashing due to the number of requests. ...
3
votes
4answers
6k views
Wampserver 2.1 gives orange icon after install on Windows 7
I just installed Wampserver 2.1 on my windows 7 64bit computer and the icon that should turn green, turns orange, saying that the server is not ready.
The result is that on opening the browser on ...
3
votes
2answers
168 views
making apache lenya work with mysql
I am new to java ... As per the documentation of apache lenya It doesnot use db by default but it can be configured to use db.. can anyone suggest a manual for configuring apache lenya to work with ...
3
votes
5answers
391 views
How to limit number of logins at a time?
Hello I have a website. created using php,mysql. I want to set a limit like.. only 10 user can login my website at same time. How can I do that kind of a setting? any body knows the solution kindly ...
3
votes
3answers
840 views
MySQL trigger + notify a long-polling Apache/PHP connection
I know there are Comet server technologies that do this but I want to write something simple and home-grown.
When a record is inserted into a MySQL table, I want it to somehow communicate this data ...
3
votes
2answers
169 views
deploying WAMP -> live site - any random tips?
In the next few weeks I'll be taking my site from the localhost (WAMP) and puting it on a new server. This will be the first site, on my first server, so basically...i'm a noob!
This must be an ...
3
votes
3answers
538 views
What is optimal hardware configuration for heavy load LAMP application
I need to run Linux-Apache-PHP-MySQL application (Moodle e-learning platform) for a large number of concurrent users - I am aiming 5000 users. By concurrent I mean that 5000 people should be able to ...
3
votes
2answers
438 views
PHP & MySQL on Mac OS X: Access denied for GUI user
I have just installed and configured Apache, MySQL, PHP and phpMyAdmin on my Macbook in order to have a local development environment. But after I moved one of my projects over to the local server I ...
3
votes
2answers
2k views
mod_rewrite, .htaccess connecting to mysql database
I would like mod_rewrite in an .htaccess file to link to a mysql database to provide me with mapping information.
Specifically, I am using a single code base to host multiple sites so..if a user ...
3
votes
4answers
497 views
File / Image Replication
I have a simple question and wish to hear others' experiences regarding which is the best way to replicate images across multiple hosts.
I have determined that storing images in the database and then ...
2
votes
2answers
51 views
shared hosting website optimization (US server)
i have a hosting server on godaddy. i have the economic plan which is a shared one for my current project (i have a tight budget until i get traffic and mnoey)
i am using linux and i have data in my ...
2
votes
2answers
85 views
Mysql search table optimization for a game website
I am having difficulties because of the database structure on a game website similar to http://box10.com.
I attempted to change table structure a bit but I made it worse, and now I must not do ...
2
votes
1answer
14 views
WHY Webservice Caching Token
I am using LAMP server, No matter what token service call has,
it's always showing me same number right now its 2147483647,
I guess it changes if I reboot server.
I have other values in the service ...
2
votes
3answers
110 views
What's the best way for a C# Desktop client to connect to a remote MySQL Db?
I am just learning c#, and am programming a Windows client that collects temperature data from the computer and needs to send it to a remote linux mySQL Database.
I was going to program it directly ...
2
votes
3answers
107 views
How to run php files on my computer
Could anyone please tell me how to run a php file locally on my system.
Currently I am using a server to run files.
I know both php & Apache to be installed.
I need to see out put of this program, ...
2
votes
3answers
98 views
Issue loading php_mysql.dll extension
I have been trying for a very long time to try and get mySql set up with php. The php install definitely works, and when I call phpInfo() I can see that my extension directory is being set.
When I ...
2
votes
1answer
39 views
Call a class function from inside another class
Newbie here, trying to get this to work:
I am making an online index for a library. I am using php and mySQL which I am running on an apache server. I have created a class called book which contains ...
2
votes
5answers
375 views
Configuring PHP with MySQL and Apache
I am trying to configure MySQL to be used with PHP and Apache. But getting the following error. I am not sure what to do.
Fatal error: Call to undefined function mysql_connect()
Please explain what ...