I've a problem with bandmin
If I put
Alias /bandwidth/ /usr/local/bandmin/htdocs/
in my httpd.conf, I get a forbidden access error when I access http://domain.com/bandwidth/
If I put
ScriptAlias /bandwidth/ /usr/local/bandmin/htdocs/
I get access to
http://domain.com/bandwidth/index.cgi
but the page doesn't show icons and canit use the css file.
If I put both statements:
Alias /bandwidth/ /usr/local/bandmin/htdocs/
ScriptAlias /bandwidth/ /usr/local/bandmin/htdocs/
I get a forbidden access error when I try http://domain.com/bandwidth/ (with and without index.cgi)
Then, which is the right config?
thanks



LinkBack URL
About LinkBacks
Reply With Quote




