Displaying 20 results from an estimated 100000 matches similar to: ""File does not exist" errors"
2004 Jul 26
0
"File does not exist" errors
I've seen, you got the same problem like me with your samba shares and
your apache error-log. Did you find/get any solution for that problem ?
Thenk you for Help, I'am a newbie (i would say so) and are happy for any
help
peace chris
2011 Nov 17
1
Using File when its source doesn't exist
Hi guys,
I''m trying to use the Apache SSL class from the camptocamp apache
module, The problem seems to be in the File type at the bottom
https://github.com/camptocamp/puppet-apache/blob/master/manifests/vhost-ssl.pp
Whilst source => "file://$csrfile" doesn''t exist at the time of
running, an exec creates it before the file is supposed to be run as
the require
2008 Nov 20
9
create a file only if directory exists
I''m trying to create a virtual host file only if the document root
directory exists. It doesn''t look like puppet is seeing the require
metaparameter. Currently, the file is being created whether or not
the document root directory exists. What is the best way to currently
do this?
I''m trying to create a file called site1.conf in /apps/apache/conf.d
only if
2006 Jul 28
0
Apache/Mongrel Deployment Errors
I am having issues with setting up my apache/mongrel cluster.
I am using FC5, and i currently have 3 mongrels running on port
8000,8001, 8002. I am just testing my apache/mongrel deployment on my
development machine and not online. I have apache 2.2.2, and my
httpd.conf is pretty much the exact default after i yum installed apache
2.2.2. in my /etc/httdp/conf.d , i have myapp.conf, which
2006 Aug 10
7
Mongrel proxied through Apache won''t serve images
I followed the tutorial from Coda Hale[1] on setting up
Mongrel/Mongrel_cluster and Apache to move away from my current
Apache+FastCGI setup.
The mongrels are all working fine, and Apache is proxying all dynamic
requests through to the cluster using proxy balance.
Strange thing is now, that all my images in public/images aren''t loading
at all, if I access them directly I just get a
2010 Feb 16
2
ZFS Mount Errors
Why would I get the following error:
Reading ZFS config: done.
Mounting ZFS filesystems: (1/6)cannot mount ''/data/apache'': directory is not
empty
(6/6)
svc:/system/filesystem/local:default: WARNING: /usr/sbin/zfs mount -a
failed: exit status 1
And yes, there is data in the /data/apache file system.......
This was created during the jumpstart process.
Thanks
--------------
2010 Sep 26
1
Error: Opening INBOX failed: Mailbox doesn't exist: INBOX
Hello,
there is one user which has a "Error: Opening INBOX failed: Mailbox
doesn't exist: INBOX" problem:
doveadm mailbox status -u user at foo.local -t all \*
doveadm(user at foo.local): Error: Opening INBOX failed: Mailbox doesn't
exist: INBOX
doveadm(user at foo.local): Error: Opening mailbox INBOX failed: Mailbox
doesn't exist: INBOX
doveadm -v force-resync -u user at
2006 Mar 09
5
Newbie - Help Please
I am just getting off the ground with RoR. (actually just walking out to
the runway)
I want to setup a development / test environment as close to the
production environment as possible except for OS (Win XP for Dev, Linux
for Prod).
I have Apache, MySQL, PhP installed and operating close enough to the
production environment that all the PhP stuff I''ve done in the past
seems to work
2008 Dec 16
0
Serve N files from a directory that may or may not exist
Hi list,
Here''s my files directory in my apache module:
files
|
+-> ted.haha.com
bob.haha.com
etc.haha.com
I have a custom myexists function that returns boolean. I''d like to
check for a vhosts directory underneath each of those $fqdn
directories, i.e.,
if myexits("/var/puppet/modules/apache/files/${fqdn}/vhosts") {
# serve every file in
2012 Nov 19
4
How can I prevent apache from mounting all home directories?
We use automounted user home directories on our CentOS 6.3 desktops, and on the desktops on which we start apache, I have noticed that all 900+ home directories listed in NIS get (and stay!) mounted. If I don't start apache, this doesn't happen.
We don't need access to home directories from apache, so I would like to prevent apache from mounting these home directories, but I
2014 Jan 25
1
Permissions for LAMP
I am running a Lamp server on a CentOS 6.5 box. It works fine, I am
concerned that I may have the wrong file/dir permissions.
The directories /var and /var/www are root:root and 755.
For /var/www/html and all directories underneath I have apache:apache
and 770.
For all files under /var/www/html I have apache:apache and 660.
Are these these permissions OK?
Thank you,
Joe
2006 Jul 25
3
+ camping 1.4.140 -- apache+fastcgi, lighttpd+fastcgi
Okay, I have tested mounting several of my apps under Lighttpd and Apache,
both running FastCGI. I''m going to explain the configuration, but first:
update.
gem install camping --source code.whytheluckstiff.net
== Mounting Root for Lighttpd+FastCGI ==
server.port = 3045
server.bind = "192.168.0.103"
server.modules = (
2004 Dec 03
3
Apache
Okay, I'm curious. I just installed CentOS 3.3 and did an update with YUM. I
want to run Apache so I first checked to see if it's installed with rpm -q
apache. Nada. Yet, in /etc/rc.d/rc3.d I see K15httpd. So I moved that to
S15httpd and started it up. It's up. Goto the default page and it's running.
So....if it's not showing up in rpm queries, how is/was it installed?
--
2007 Mar 11
0
mounting using "xm block-attach" does not work; "special device /dev/xvda1 does not exist." error
Hello,
I read the blktap readme; there is a section there
titled:
Mounting images in Dom0 using the blktap driver.
It says there that you can mount an image by:
xm block-attach 0 tap:aio:<FILENAME> /dev/xvda1 w 0
mount /dev/xvda1 /mnt/disk <--- don''t use loop
driver
This option also appears in:
http://wiki.rpath.com/wiki/Xen_DomU_Guide
I assume that this option is not
2011 May 10
7
Webrick script/server file does not exist
Hello all,
I worked fairly enough with PHP and MySQL, but am very new to Ruby.
I have Windows machine with Apache and MySQL installed previously.
Both Apache and MySql were stopped while installing Ruby.
I tried several ways to install Ruby 1.8.7 and one-step installer.
I can use Ruby with netbeans 6.0.1 with its own Ruby or with the one I
installed now.
The problem starts when I try to create
2007 Jan 25
8
Mongrel with mephisto on a Virtual Private Server
Hello everyone,
I am trying to setup Mongrel to work with Apache on a VPS as part of a mephisto installation. Has anyone done this, and if so how did you edit your conf file to make it work?
I used the info found on the mongrel site at:
http://mongrel.rubyforge.org/docs/apache.html<http://mongrel.rubyforge.org/docs/apache.html>
and one time I did get a mephisto splash screen, but it was
2006 Feb 12
1
fcgid -> errors
Hi,
I''m trying to get rails running on Debian stable with Apache 2,
mod_fcgid, Rails 1.0. The application works fine with webrick (*).
Let''s start here:
@eugene [/var/www/ls2/linuxsi/public] $ ./dispatch.fcgi
Status: 500 Internal Server Error
Seems to result in the following in the log files:
[12/Feb/2006:12:18:40 :: 4105] starting
[12/Feb/2006:12:18:40 :: 4105] terminated
2006 Jan 05
2
Apache issue
I know it is a configuration error. But i cannot figure it out. The
server was working fine until a couple of days ago. it is now throwing:
Forbidden
You don't have permission to access / on this server.
Additionally, a 404 Not Found error was encountered while trying to use
an ErrorDocument to handle the request.
Apache/2.0.52 (CentOS) Server at BabyHydra.localdomain Port 80
Nothing
2008 Oct 29
1
Problem with svn/apache
I hope someone can help me with this b/c I'm stumped... I had set up an svn repository a while ago with an apache/webdav front end using the default centos packages. For some reason this morning it stopped working for me - it would give me a 403 error. I suppose the problem is with Apache and not svn.
So far I've checked the following:
I use a couple of files called svn_htpasswd_file
2014 Mar 17
1
NFS Mount: files owned by nobody
This is one of those simple-been-doing-this-forever things that, for
some reason, has me stumped today.
When I try to NFS (v4) mount a directory, the user/group ownership shows
up as user "nobody" even though /etc/passwd has values for the correct
user names. How do I get it to mount with the correct user IDs?
Hume is the server, running CentOS 6, all updates applied, maybe a week