logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: No access to apache server from intranet
Author
r_hauser



Joined: 04 May 2006
Posts: 3

PostPosted: Wed 22 Aug '07 18:14    Post subject: No access to apache server from intranet Reply with quote

hallo ,

I have access to my local apache server, but nobody can access from elsewhere on the intranet.

The errorlog in the error.log is:

[Tue Aug 21 17:28:11 2007] [error] [client xx.yyy.zzz.www] (OS 1789)1789 The trust relationship between this workstation and the primary domain failed.

: access to /xampp failed, reason: cannot generate server context

-----------------------

The access to /phpmyadmin is possible but to /xampp it isn't.

I use the modul :mod_auth_sspi.so

<Directory />
Options FollowSymLinks
AllowOverride None
## ***
Order allow,deny
Allow from all

AuthName "login!"
AuthType SSPI
SSPIAuth On
SSPIAuthoritative On
require valid-user
</Directory>

What can I do ?

Thanks
reini
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Fri 14 Sep '07 10:16    Post subject: Reply with quote

You should ask in the forum from one of the authors of that module
Back to top


Reply to topic   Topic: No access to apache server from intranet View previous topic :: View next topic
Post new topic   Forum Index -> Apache