Dear Colleagues;
I have installed ITS 6.20 SP20 on Suse Linux Enterprise Edition 9 - Apache 2.0.49.
I have configured Apache server these details;
"Listen.conf"
NameVirtualHost xx.yy.zz.tt:2080
Listen 2080
"vhost.conf"
xx.yy.zz.tt:2080>
DocumentRoot /usr/local.orig/httpd/htdocsSID
<Directory "/usr/local.orig/httpd/htdocsSID">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
"loadmodule.conf"
LoadModule vhost_alias_module /usr/lib/apache2-prefork/mod_vhost_alias.so
When I write the http://xx.yy.zz.tt:2080/ address, I access the ITS files.
But I write the ITS address (http://xx.yy.zz.tt:2080/scripts/wgate/webgui/!), I face this error.
Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
Error 403
Mon Apr 10 08:49:41 2006
Apache/2.0.49 (Linux/SuSE)
I have gave read,write,executable permission to /usr/local.orig/httpd/htdocsSID.
How can I do this problem.?
Best Regards,
Onur