I think i have had this problem in the past.

The difference is that Apache in Windows 98 had to be run in a Terminal because Windows 98 didn’t support services. Because of this it would inherit the logon credentials of the person that was running apache.

In Windows XP, Apache tends to run as a service with a local account that has no network privileges for security reasons.

The way to resolve this is to create a new user account on the domain for the Web Server to use and grant that account permissions only to the resources that it needs and then set up the service to run as that account.

In XP this can be done in Control Panel > Administrative Tools > Services. Select the Apache service and enter the details of the new account in the Logon tab.

Then just restart apache and you should have access to the network.

Because it is an intranet there are few security problems, however don’t run apache as a to privileged user account just in case.

Hope this helps

Alistair


In reply to Re: XP and Network opendir() by allyc
in thread XP and Network opendir() by Lurky

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.