Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: No access to apache server from intranet |
|
Author |
|
r_hauser
Joined: 04 May 2006 Posts: 3
|
Posted: Wed 22 Aug '07 18:14 Post subject: No access to apache server from intranet |
|
|
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: 7373 Location: Germany, Next to Hamburg
|
|
Back to top |
|
|
|
|
|
|