I'm trying to understand the process for enabling an a core extension (dom) in php. When I run phpinfo, I see '--disable-dom' in the configure command. Am I supposed to re-install PHP?
Hi I have probem with phpmyadmin on ubuntu (My desktop computer):
cant create new database with phpmyadmin its writes: no privileges.
How privaleges can be enable that i will able to create new database?
Thanks
Task is to move 10-15 websites running Linux to new servers hosted by Amazon. These boxes are currently on dedicated servers. Some sites are running WordPress, some have custom CMS,
and others might have RoR applications.
Unfortunately, there is sparse documentation regarding each site and how services/files are dependent on each other which…
Hi
I will be setting up a linux webserver to host WordPress on. The problem is that although I know how to do it, I don't know how to properly do it. So I'm now looking for semi-advanced tutorials that are complete and secure above anything else.
I don't really mind trying a new distro, but I prefer ubuntu/debian.
I read this post: Any good…
I followed the following steps to install MongoDb on my centos machine.
http://andres.jaimes.net/876/setup-mongo-php-module-centos-6/
As mentioned at the end of the document, in the phpinfo() the mongoDb support was enabled.
Now i need to undo all the actions i did. Till now i hve uninstalled remi-release-6.rpm which i had installed by…
I have a VSP (centos6.1 64bit) with 4gb ram.
It always runs well, but in recent few days, the server become slowly. open a small css file need 22 seconds(2kb). tested in home/office/phone with (IE,chrome,safari,firefox). see in firebug networking
DNS Lookup ?4?ms
Connecting ?21.18?s
Sending 1?ms
Waiting ?115?ms
Receiving ?9?ms
…
I'm planning on launching a web application soon, and have decided on using Rackspace's Cloud offering with Debian. I'm not expecting that much traffic to start, but would rather get the architecture correct now even with the small VPSs. The thing I'm not quite sure about is how many VPSs I should get. At a minimum, I know I'll want…
How can I make it so that each user (with Apache's mod_userdir) has a php.ini file in their home directory that gets used along w/ the system php.ini (currently in /etc/php5/php.ini?
Cheers!
I am trying to enable CURL in php, and possibly update php as well. I have run into a road block where Apache seems to be running the wrong version of PHP. Here is some evidence.
#lsof | grep php
httpd 18397 nobody 135w REG 8,3 242 528537 /usr/local/apache/modules/libphp5.so
I download the latest…
I am working on a PHP script that transfers files using FTP functions. It has always worked on my production server (which is a hosting service). The development server I have just setup (I am a novice to servers) is Debian Lenny with Apache2, PHP5, and MySQL5.
The file transfer works correctly, but once the file has been written…
Hi everybody,
We need to update our webserver (PIII-700MHz and 512Mb RAM) and could not do that without reinstalling the whole system. However my choice to put Ubuntu 9.10 was probably not the best and the machine works very slow now. Actually, we need it just for simple LAPM configuration and we really want to use the old box…
We've got an ec2 m2.4xlarge running Magento (centos 5.6, httpd 2.2, php 5.2.17 with eaccelerator 0.9.5.3, mysql 5.1.52). Right now we're getting a large traffic spike, and our top looks like this:
top - 09:41:29 up 31 days, 1:12, 1 user, load average: 120.01, 129.03, 113.23
Tasks: 1190 total, 18 running, 1172 sleeping, 0…
Here is what I am trying to do.
I tried to add another folder to apache and I get the following error when trying to acces testing/index.html.
The idea is that I would like to have for every customer a folder like /home/neagoe/Work/InterWebs/Projects/[PROJECT NAME]/CustomerProjects/website/dist.
Forbidden
You don't have…
I have a website where a user uploads photos, the photos gets resized and thumbnailed, and stored on the server. At the same time, there are some INSERTS into a MySQL table regarding the photo uploaded (like description, user id etc).
The site currently runs off a managed VPS, and I love the support it provides. However it…
I am not sure how i can have remove the IP from UCEPROTECT Level 3.
Or a way in which i can send emails without them landing into spam.
The IP which i have used has only sent emails to the users which they have asked for and naturally not listed for spamming. But the Service provider is.
Any suggestion?, as i don't see…
Hello,
I am using Ubuntu and have AMP. I tried to create a new folder under /var/www/html/ it says not found. I edited the http://localhost/index.html and that gives me a 404 error. I guess its something to do with the security.
localhost/index.html was OK before the edit
Appreciate all assistance.
Thanks
Dave
Hello,
I am using Ubuntu and have AMP. I tried to create a new folder under /var/www/html/ it says not found. I edited the http://localhost/index.html and that gives me a 404 error. I guess its something to do with the security.
localhost/index.html was OK before the edit
Appreciate all assistance.
Thanks
Jean
This is my first time configuring a VPS server and I'm having a few issues. We're running Wordpress on a 1GB Centos server configured per the internet (online research). No custom queries or anything crazy but closing in on 8K posts. At arbitrary intervals, the server just goes down. From the client side, it just says…
I had a lighttpd server which works normally. I can access this website from outside(non-localhost) via http://vm.aaa.com:8080. Let's just assume that it's a simple static website, without php or mysql.
Now I want to copy this website as a test one(using another port) in the same machine. And I do not want to use…
I would like to be able to change active directory passwords via a Linux/Apache based webpage. This would be a self serve web page for the user. I have SSL-LDAP setup on the Active Directory to make this happen. Is there any project or code out there that will do this?
I've looked at this phpadadmin and I…
i am on ec2 plain linux and wish to change my mySQL password
ive tried:
sudo mysqladmin -u root -p '***old***' password '***new****'
then it prompts me to enter password
then i enter ***old***
but i keep getting an error message
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied…
I had a link to my blog posted on Reddit yesterday and MySQL crashed on my EC2 Micro instance. I know I didn't have that many visitors because I used a marketing link that tracks hits. The link got 167 hits over the course of the last 18 hours, and MySQL crashed twice.
So anyway, 167 visits is not a lot,…
Linux noob here. I have a 256MB VPS on Ubuntu 11.04 server and when I run "free -m" the result shows all memory being used (including the second line re: buffers/cache). I found this very strange, considering I only have 5 Apache processes running each chewing up about 20MB each. MYSQL is taking up…
I work in a company which is about to migrate most applications from in-house custom built Java/Tomcat applications to Drupal. Due to company policies, applications and websites need to run on in-house servers. This means that we need infrastructure for Drupal (PHP/MySQL) applications.
This must have…