You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Matias Braun <su...@hy.com.br> on 2001/02/05 13:31:02 UTC

apache-api/7192: Problems with new version of Apache 1.3.17

>Number:         7192
>Category:       apache-api
>Synopsis:       Problems with new version of Apache 1.3.17
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Mon Feb 05 04:40:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     suporte@hy.com.br
>Release:        1.3.17
>Organization:
apache
>Environment:
Windows 2000, i have downloaded the binary distribuition
>Description:
Hello, i'm from Brazil, and my English ins't so good.I have this problem:
I have a normal server with port 80 and maked a virtual host on my domain 

why.com.br --> is the normal server on port 80
loguol.why.com.br --> is the other host on port 8764

When i try to access the host "loguol" apache return this error

Forbidden
You don't have permission to access / on this server.
--------------------------------------------------------------------------------
Apache/1.3.17 Server at loguol.why.com.br Port 8764

My configuration on httpd.conf is:
Listen loguol.why.com.br:8764
NameVirtualHost loguol.why.com.br:8764
<VirtualHost loguol.why.com.br:8764>
     ServerAdmin suporte@why.com.br
     DocumentRoot d:/apache17/apache/logs --> i need to show to a partner my logs, later i will use .htaccess and .htpasswd, but for testing i don't will use at this time
     ServerName loguol.why.com.br
     Errorlog logsuol/uolerror.log
</VirtualHost>

I have created the .htaccess file and .htpasswd file on logsuol directory.

At the same configuration on previus versions this have worked.
When I use 1.3.14 it works fine, but in 1.3.14 I do not have the
ROTATELOGS feature, and I need it.

Can you help me?
>How-To-Repeat:
http://loguol.why.com.br:8764
>Fix:
If we try to get any file on loguol.why.com.br:8764 it gives the file
ignoring the .htaccess/.htpasswd settings.

Example: http://loguol.why.com.br:8764/test.htm
>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]