This question has been spawned from this:

http://serverfault.com/questions/195675/vpc-running-winxp-sp3-with-wamp-403-error-on-network-drive

The real question:

Basically i need to know how to setup a "service account" that apache can use to access my virtual network drives on a VPC.

//tsclient/C/public_html

I have changed the service properties; the login account, to my local Admin account "./Kevin". However, this has been noneffective.

I continue to receive 403 errors when I try to access the network with apache.

Video of setup:

http://www.screencast.com/users/kevindees/folders/Jing/media/0f551d3b-326f-48bc-a5da-e1ddeb7229fb

Any ideas would be great!

Links:

link|improve this question

Just moved to vbox and I'm having the same issues. Will post better video soon. – Thorn007 Oct 29 '10 at 5:26
decided to use vh instead of an alias and all is well – Thorn007 Nov 4 '10 at 20:19
feedback

1 Answer

up vote 2 down vote accepted

Create a user account, grant it the ability to 'run as a service' and 'act as part of the OS' from the local security policy. Ensure that that account has permissions to your Apache directories. Once your service is installed, configure it to run as that user.

link|improve this answer
Is it important that I create the account before installing the service? – Thorn007 Oct 28 '10 at 18:32
No - shouldn't matter, unless the installer gives you the option of specifying the account. – Simon Catlin Oct 28 '10 at 18:36
I thought it was "log in as a service"? – Thorn007 Oct 28 '10 at 18:51
I was doing it by memory, so the exact phrasing may be different. – gWaldo Oct 28 '10 at 19:59
This doesn't appear to be working. I had added a new user via control panel and computer management. Are there other settings I need to change? – Thorn007 Oct 28 '10 at 22:32
show 3 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.