Displaying 3 results from an estimated 3 matches for "idonotexist".
Did you mean:
donotexist
2014 Feb 06
3
Virtual Hosts question
...is "Directory index forbidden
by Options directive: /var/www/wordpress/" and googling didn't help.
I have my httpd.conf and error.log below.
Thank you, Joe
============== httpd.conf ==============
ServerName 192.168.0.99
NameVirtualHost *:80
<VirtualHost *:80>
ServerName IDoNotExist.com
DocumentRoot /var/www/html
DirectoryIndex Index.html index.html
</VirtualHost>
<VirtualHost *:80>
ServerName X.com
ServerAlias www.X.com
DocumentRoot /var/www/wordpress
DirectoryIndex Index.html index.html index.php Index.php
CustomLog logs/access_log_custom common
&l...
2012 Nov 09
1
Sieve puts incoming message into inbox on any problem with submission_host
...ver to forward the message just fine. Unfortunately, if the server
configured for submission is unavailable, returns an error or cannot be
found via DNS, sieve will simply put the message into the inbox and be
done with it:
--- dovecot.log ---
dovecot: lda(user1): Error: lmtp client: DNS lookup of
idonotexist.example.com failed: Name or service not known
dovecot: lda(user1): Error: sieve: msgid=unspecified: failed to redirect
message to <user2> (refer to server log for more information)
dovecot: lda(user1): sieve: msgid=unspecified: stored mail into mailbox
'INBOX'
dovecot: lda(user1): Err...
2007 Feb 06
23
What I''m doing with Puppet
...375 had an error while trying
to run manifest Foo, let''s have the puppetmaster mail the Sysadmin
Donkey so he can fix it)
- nagios integration (I can dream, can''t I?)
- support for something like:
exec { "mycommand with some arguments":
unless => file { "/tmp/idonotexists": test => exists }
}
--
Kind regards,
Tim