PC Review


Reply
Thread Tools Rate Thread

I Accept The Principle of UAC, But...

 
 
mavigozler
Guest
Posts: n/a
 
      18th May 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
 
      18th May 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" <(E-Mail Removed)> 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
 
      19th May 2009
On 18 May 2009, mavigozler <(E-Mail Removed)> 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
 
      20th May 2009
On Mon, 18 May 2009 16:41:19 +0100, mavigozler <(E-Mail Removed)>
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
 
      21st May 2009
Alan Montgomery wrote:
> On Mon, 18 May 2009 16:41:19 +0100, mavigozler <(E-Mail Removed)>
> 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
 
      21st May 2009
On Wed, 20 May 2009 19:09:10 -0500, Charlie Tame <(E-Mail Removed)>
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
Rate This Thread
Rate This Thread:

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
what is the key principle when naming a file ? Mchael Microsoft Word New Users 4 15th Oct 2009 09:21 PM
reverse principle calculation Demi Microsoft Excel Worksheet Functions 3 30th Mar 2006 12:40 AM
Webmessenger principle CW Microsoft ASP .NET 5 23rd Sep 2004 03:14 AM
RE: principle self stevta [MSFT] Microsoft Windows 2000 Active Directory 0 10th Oct 2003 01:54 PM
Principle and Interest Calculation Michael Cooper Microsoft Access Form Coding 0 17th Sep 2003 02:32 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:33 PM.