-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I recently upgraded Ubuntu to the latest LTS edition on my work laptop, which I use as a LAMP development platform. The upgrade was from 12.4 to 14.4. Now I'm having trouble getting apache up and running again. Here is the output from an attempt:
antonc@antonc-laptop:/etc/apache2$ sudo service apache2…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I keep getting (about every 5-6 hours) this segfault in apache:
[Tue Jun 26 12:43:10 2012] [notice] child pid 26810 exit signal Aborted (6)
*** glibc detected *** /usr/sbin/apache2: free(): invalid pointer: 0xb68c2628 ***
======= Backtrace: =========
/lib/i386-linux-gnu/libc.so.6(+0x6ff22)[0xb75aef22]
/lib/i386-linux-gnu/libc…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I've installed php using brew install php54 --with-mysql, I've set up all the path correctly.
which php will give me /usr/local/bin/php
php -v will give me PHP 5.4.8 (cli) (built: Nov 20 2012 09:29:31)
php --ini will give me:
Configuration File (php.ini) Path: /usr/local/etc/php/5.4
Loaded Configuration…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
This is my first MacBook and I'm trying to get virtual hosts up and running so as it's going to be my dev machine.
I've got apache/php/mysql running fine, the problem is that what ever address I go to I just get one of the virtual hosts I've setup. I can't even get to the root site anymore.
I had…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I have just upgraded my Ubuntu 13.10 and apache2 is not working. When I try to start the apache2 server it is printing following errors:
* Starting web server apache2
* The apache2 configtest failed.
Output of config test was:
apache2: Syntax error on line 263 of /etc/apache2/apache2.conf: Could…
>>> More