Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 66291 invoked from network); 13 Nov 2008 16:28:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Nov 2008 16:28:01 -0000 Received: (qmail 61512 invoked by uid 500); 13 Nov 2008 16:27:58 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 61490 invoked by uid 500); 13 Nov 2008 16:27:58 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 61479 invoked by uid 99); 13 Nov 2008 16:27:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Nov 2008 08:27:58 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [134.174.159.105] (HELO genome.med.harvard.edu) (134.174.159.105) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Nov 2008 16:26:39 +0000 Received: from [10.200.12.44] [10.200.12.44] by genome.med.harvard.edu with ESMTP (SMTPD-10.01) id A5540340; Thu, 13 Nov 2008 11:27:00 -0500 Message-ID: <491C5554.3060803@genome.med.harvard.edu> Date: Thu, 13 Nov 2008 11:27:00 -0500 From: Timothy Orme User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: users@httpd.apache.org References: <4911BF14.10904@genome.med.harvard.edu> <00B3B5B3AD8B1B46BDA60B483B3EEB1F7210EB@EXEVS02.its.uncc.edu> In-Reply-To: <00B3B5B3AD8B1B46BDA60B483B3EEB1F7210EB@EXEVS02.its.uncc.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Apache fails to start as service Hello Dewey, Well I was able to narrow down my problem and managed to find an "acceptable" workaround. It seems that when you map a network drive it is invisible to services regardless of permissions. This kind of makes sense, as my loose understanding of mapped network drives is that they are mapped at the time the user logs in. Since a service doesn't really go through a typical login on windows, I'm guessing that it just never maps these drives and therefore, trying to access a drive like "X:" fails. I should probably reiterate that this could be a completely wrong explanation of it, and it's really just my "best guess" as to how things work. My solution then was to simply reference the folders that I needed through their network share names in http.conf . For instance if I was originally mapping \\serverA\Files to X: and referencing X: in the http.conf, I just replaced my X: reference with \\serverA\Files. This seems to work just fine, and in my case, is a perfectly reasonable solution to this problem. When I start up httpd now, it works fine as a service in the same way as from the command line. I'm not sure if this fixes the issue that your having (you didn't mention if it was due to mapped network drives) but if it is, hope this helps, and if you need more info just let me know. Thanks, Tim Orme Williams, Dewey wrote: > >> -----Original Message----- >> From: Timothy Orme [mailto:torme@genome.med.harvard.edu] >> Sent: Wednesday, November 05, 2008 10:43 AM >> To: users@httpd.apache.org >> Subject: [users@httpd] Apache fails to start as service >> >> Hello, >> >> I'm running Apache 2.2.10 on Windows 2003 EE. I have a directory > aliased to a >> mapped network drive. I have setup a user which has permissions to > access these >> drives, and have specified that the >> apache service should be run as that user (By changing the services > "Log on" account). >> However, when I try and start this service, it fails. From the > services MMC I receive an >> error message saying >> that Windows couldn't start the service due to an error code 1. When I > try and start >> the service via the command line (httpd -k start) it fails silently. > Whats strange is that >> if I simply run the >> command (httpd) Apache starts fine. >> >> >> Thanks, >> Tim > > > Tim, > > I have had this problem for many versions of Apache (since 2.0) and it > has yet to be resolved. I have found that Apache will run in a Command > Window, but not as a service. Don't know why, have asked many Apache > gurus here and "in the cloud" with no resolution. > > If you find a solution please pass it on. > > Dewey Williams > UNC Charlotte > > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org