I have used Eayapache via cPanel WHM to rebuild Apache with PHP 5.4.7 (upgrading from 5.3.17)
All went well during the rebuild.
I have used Eayapache via cPanel WHM to rebuild Apache with PHP 5.4.7 (upgrading from 5.3.17)
All went well during the rebuild.
Please help with some ideas about this Apache server crash:
Here is my MPM config and errors
<IfModule prefork.c>
StartServers 5
MinSpareServers 30
MaxSpareServers 40
ServerLimit 950
MaxClients 950
MaxRequestsPerChild 2000
</IfModule>
[Sun Sep 09 03:08:03 2012] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.3.16 mod_ssl/2.2.15 OpenSSL/1.0.0-fips configured -- resum
Fresh VPS. CentOS 5.5 + Apache + mysql. With root access.
I start httpd service. status running.
I type IP address from web browser. default page not being displayed.
My browser keeps showing Sending request. And ping takes 70 ms.
What could be the reason? My VPS provider couldnt solve the problem for last 5 hours.
Access Log is empty.
I have an Arch Linux server that used to use Python 2.7.3 just fine with Apache and mod_wsgi-3.4-2. I have both Python 2.7.3 and 3.3.0 installed on the server, and both executables are located in /usr/bin. Recently it has started to use Python 3. I need Apache to go back to using Python 2.7.
I'm getting a 503 error whenever I try to request any page. I really don't know how to go about fixing this problem.
64-bit Win7 Apache 2.2.19, mod_wsgi/3.4-BRANCH Python/2.7.3
No errors visible in logs:
[Wed Aug 01 17:44:48 2012] [notice] Apache/2.2.19 (Win64) mod_wsgi/3.4-BRANCH Python/2.7.3 configured -- resuming normal operations
[Wed Aug 01 17:44:48 2012] [notice] Server built: May 28 2011 15:18:56
[Wed Aug 01 17:44:48 2012] [notice] Parent: Created child process 8528
[Wed Aug 01 17:44:48 2012] [debug] mp
Introduction
While trying to install purge module, in my Drupal site, I got this error while trying to enable the module.
Unable to load dynamic library '/usr/lib/php/modules/curl.so'
That was in my /var/log/messages file.
Unable to load dynamic library '/usr/lib/php/modules/curl.so' | How to solve it
First install the php-curl package, (This is only meant for Arch Linux)
pacman -S php-curl
The
i am creating my own portable server but i can't make it to run the phpMyAdmin, the mysql, php and apache is running except for phpMyAdmin.