Possible Duplicate:
Meaning of directories on Unix and Unix like systems
I'm confused about the different uses for 3 of the standard "root-level" folders: /var /etc /usr
What are the different use cases for these directories?
Possible Duplicate:
Meaning of directories on Unix and Unix like systems
I'm confused about the different uses for 3 of the standard "root-level" folders: /var /etc /usr
What are the different use cases for these directories?
I'm running exim4 as my MTA and it works great to send emails to outside emails other than my hostname.
When I send an email to my gmail via command line (sendmail [email protected], etc...) it works fine.
When I send an email to my website's domain, which is also the hostname for the server, i'm assuming it just does local delivery... which won't work because my email is received by another server (Google Apps).
So how do I disable local delivery in Exim4? dpkg-reconfigure exim4-config did not give any real results.
So I run this command:
/etc/init.d/apache2 start
And it says:
* Starting web server apache2 [ OK ]
But! My website still doesn't pull up. And!
service --status-all
[ - ] apache2
Whaattt....? What's goin' on? ;(
[Sat May 01 14:45:18 2010] [warn] pid file /var/run/apache2.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat May 01 14:45:18 2010] [notice] Apache/2.2.11 (Ubuntu) PHP/5.3.2 configured -- resuming normal operations
[Sat May 01 14:45:18 2010] [alert] (11)Resource temporarily unavailable: apr_thread_create: unable to create worker thread
[Sat May 01 14:45:18 2010] [alert] (11)Resource temporarily unavailable: apr_thread_create: unable to create worker thread
[Sat May 01 14:45:20 2010] [alert] No active workers found... Apache is exiting!
Possible Duplicate:
Apache2 is not starting my webserver
When I try to restart my webserver apache puts "Resource temporarily unavailable: apr_thread_create: unable to create worker thread" in the error log.
I'm not sure what this means, is my server running out of memory...? Or what's the deal?