Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > I Accept The Principle of UAC, But...

Reply
Thread Tools Display Modes

I Accept The Principle of UAC, But...

 
 
mavigozler
Guest
Posts: n/a

 
      05-18-2009

I am probably one of the few who hasn't disabled UAC, because I do believe
that it has some effect with respect to security.

But I am getting annoyed that it is making me jump hoops to start the
Apache httpd server (runs as service on my machine).

Apache installs a "start" shortcut and a "Apache monitor," from which the
service can be started, stopped and restarted.

=====

1. When the Windows starts/powers-up/boots, the Apache service is supposed
to start. It does not.

2. Attempting manual start from the "monitor" program does not start the
service.

3. Attempting start from the 'start' shortcut continually forces me to see
the Allow/Cancel

I need to also state that I moved most of the files, particularly its
intialization file, httpd.conf, out of their installation tree under C:
\Program Files because it was impossible to edit the config file under
that tree. They were removed to c:\User\[name]\AppData\Roaming\Apache,
which I created myself.

As to item 1, the start of service at bootup, I checked Computer
Management->System Tools->Event Viewer->Windows Logs->Application, and
under Apache Service the following error report is given:

The Apache service named reported the following error:
>>> (20024)The given path is misformatted or contained invalid

characters: Invalid config file path
"C:/Users/john/AppData/Roaming/Apache/httpd.conf"

Note that I changed a parameter in the httpd.exe shortcut so that it would
try to find its config file, and I used the convention of forward-slashing
instead of back-slashing in the path name, because I was seeing this error
as well:

The Apache service named reported the following error:
>>> (20024)The given path is misformatted or contained invalid

characters: Invalid config file path
"C:\\Users\\john\\AppData\\Roaming\\Apache\\httpd. conf"

The question is: How do I get Apache service to start silently at bootup
and change the shortcuts and monitor program so they don't UAC me
constantly?
 
Reply With Quote
 
 
 
 
PaulM
Guest
Posts: n/a

 
      05-18-2009
I don't know if this will help, I have a script here:
http://www.paulsxp.com/forum/viewtopic.php?f=10&t=20
that will turn off the UAC prompt, UAC will still be active, but no prompt.

--
Windows XP and Vista Tweaks
------------------------------------------------------------
www.paulsxp.com
------------------------------------------------------------
Windows XP and Vista Help Forum
------------------------------------------------------------
www.paulsxp.com/forum
------------------------------------------------------------
Live Computer Help and Chat
------------------------------------------------------------
www.paulsxp.com/livesupport.html
------------------------------------------------------------


"mavigozler" <> wrote in message
news:Xns9C0FBE1C24E29mavi@207.46.248.16...
>
> I am probably one of the few who hasn't disabled UAC, because I do believe
> that it has some effect with respect to security.
>
> But I am getting annoyed that it is making me jump hoops to start the
> Apache httpd server (runs as service on my machine).
>
> Apache installs a "start" shortcut and a "Apache monitor," from which the
> service can be started, stopped and restarted.
>
> =====
>
> 1. When the Windows starts/powers-up/boots, the Apache service is supposed
> to start. It does not.
>
> 2. Attempting manual start from the "monitor" program does not start the
> service.
>
> 3. Attempting start from the 'start' shortcut continually forces me to see
> the Allow/Cancel
>
> I need to also state that I moved most of the files, particularly its
> intialization file, httpd.conf, out of their installation tree under C:
> \Program Files because it was impossible to edit the config file under
> that tree. They were removed to c:\User\[name]\AppData\Roaming\Apache,
> which I created myself.
>
> As to item 1, the start of service at bootup, I checked Computer
> Management->System Tools->Event Viewer->Windows Logs->Application, and
> under Apache Service the following error report is given:
>
> The Apache service named reported the following error:
> >>> (20024)The given path is misformatted or contained invalid

> characters: Invalid config file path
> "C:/Users/john/AppData/Roaming/Apache/httpd.conf"
>
> Note that I changed a parameter in the httpd.exe shortcut so that it would
> try to find its config file, and I used the convention of forward-slashing
> instead of back-slashing in the path name, because I was seeing this error
> as well:
>
> The Apache service named reported the following error:
> >>> (20024)The given path is misformatted or contained invalid

> characters: Invalid config file path
> "C:\\Users\\john\\AppData\\Roaming\\Apache\\httpd. conf"
>
> The question is: How do I get Apache service to start silently at bootup
> and change the shortcuts and monitor program so they don't UAC me
> constantly?


 
Reply With Quote
 
Nil
Guest
Posts: n/a

 
      05-19-2009
On 18 May 2009, mavigozler <> wrote in
microsoft.public.windows.vista.general:

> The question is: How do I get Apache service to start silently at
> bootup


Set apache up as a service, using a privileged account set up for the
use of apache only.

You have to edit httpd.conf to point to your new htdocs and conf
locations. I don't think that editing the shortcuts is good enough.

A more informative subject line would probably get you more informative
answers. Also, I believe apache has support forums; another good
resource is <http://www.apachelounge.com/>.
 
Reply With Quote
 
Alan Montgomery
Guest
Posts: n/a

 
      05-20-2009
On Mon, 18 May 2009 16:41:19 +0100, mavigozler <>
wrote:

One thing to try is to re-install it but not under program files.
If you install it under "C:\Apache" then any issues related to
virtualisation of program files, and associated user access permissions
will go away.


>
> I am probably one of the few who hasn't disabled UAC, because I do
> believe
> that it has some effect with respect to security.
>
> But I am getting annoyed that it is making me jump hoops to start the
> Apache httpd server (runs as service on my machine).
>
> Apache installs a "start" shortcut and a "Apache monitor," from which the
> service can be started, stopped and restarted.
>



--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
 
Reply With Quote
 
Charlie Tame
Guest
Posts: n/a

 
      05-21-2009
Alan Montgomery wrote:
> On Mon, 18 May 2009 16:41:19 +0100, mavigozler <>
> wrote:
>
> One thing to try is to re-install it but not under program files.
> If you install it under "C:\Apache" then any issues related to
> virtualisation of program files, and associated user access permissions
> will go away.
>
>
>>
>> I am probably one of the few who hasn't disabled UAC, because I do
>> believe
>> that it has some effect with respect to security.
>>
>> But I am getting annoyed that it is making me jump hoops to start the
>> Apache httpd server (runs as service on my machine).
>>
>> Apache installs a "start" shortcut and a "Apache monitor," from which the
>> service can be started, stopped and restarted.
>>

>
>


UAC is both an asset and a pain in the ass, the Linux version seems more
logical while the Vista version tends to shout "Rape" so much it's like
the proverbial car alarm in the parking lot. You look, but are you going
to play cop because some gal leaned on the panic button getting keys
from her purse and risk being identified as an attacker, or will you
just turn and walk away. Or click "Okay".
 
Reply With Quote
 
+Bob+
Guest
Posts: n/a

 
      05-21-2009
On Wed, 20 May 2009 19:09:10 -0500, Charlie Tame <>
wrote:

>
>UAC is both an asset and a pain in the ass, the Linux version seems more
>logical while the Vista version tends to shout "Rape" so much it's like
>the proverbial car alarm in the parking lot. You look, but are you going
>to play cop because some gal leaned on the panic button getting keys
>from her purse and risk being identified as an attacker, or will you
>just turn and walk away. Or click "Okay".


How hot is she?
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
UAC manual accept? Jeff Windows Vista Security 7 02-27-2007 11:47 PM
No "Accept" and "Cancel/ Don't Accept" buttons! Stuart Windows Update 1 09-13-2003 07:19 AM
contrat accept Didier Windows Update 1 09-11-2003 08:38 AM
Re: BUG: Cannot Accept EULA Mow Green Windows Update 2 09-09-2003 08:37 PM
Re: Accept button greyed out on accept terms dialog box Mow Green Windows Update 2 08-21-2003 01:24 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59