|
Home > Archive > Netware Webserver > August 2005 > virtual directory stops working on apache
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
virtual directory stops working on apache
|
|
|
| Running apache on 6.5. virtual directory setup. Worked for awhile, now
doesn't work. Checked httpd.conf and permissions on directories and nothing
has changed.
Get " you do not have permission to access " directory path" on this server.
Server should prompt for username/password.
Here is httpd.conf virtual directory listing:
<Directory sys:/apache1/htdocs/currium/teachers>
Order deny,allow
Allow from all
AuthType Basic
AuthName Secure_Site
AuthNDSTree BSD
AuthNDSContext O=BSD
Directoryindex index.htm
require valid-user
</Directory>
thanks
| |
| Anders Gustafsson 2005-08-18, 2:45 am |
| OK. What I would do first is grab he latest Apache 2 from
www.apache.org. Make a backup of sys:apache2 and update all NLMs in
Apache2 and apache2/modules from the downloaded zip.
- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)
Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement
Using VA 5.51 build 315 on Windows 2000 build 2195
|
|
|
|
|