Mailing List Archive

/~people
I was playing around with a post that someone had send over from
a bug report.

Weird thing... okay, if you do

Alias /~ /usr/www/people

And try to access

http://xxx.xxx.xxx.xxx/~aram/ <-- It doesn't work...
but if you try:
http://xxx.xxx.xxx.xxx/~ <-- Give you the list of
directories in the
/usr/www/people directory?!?

Could this be a problem in the strip trailing '/' function?

<Aram>
--
Aram W. Mirzadeh, MIS Manager, Qosina Corporation
http://www.qosina.com/~awm/, awm@qosina.com
Apache httpd server team http://www.apache.org
Re: /~people [ In reply to ]
At 10:37 PM 10/5/95 BST, you wrote:
>> I was playing around with a post that someone had send over from
>> a bug report.
>>
>> Weird thing... okay, if you do
>>
>> Alias /~ /usr/www/people
>
>Would this work if you did:
>
> Alias /~ /user/www/people/

Nope, it still wants /~ as a page itself... so if you do

http://xxx.xxx.xx.x/~/Aram Then it would work.

<Aram>
>
>So http://foo/~bar -> [http://foo]/usr/www/people/bar
>
>> And try to access
>>
>> http://xxx.xxx.xxx.xxx/~aram/ <-- It doesn't work...
>> but if you try:
>> http://xxx.xxx.xxx.xxx/~ <-- Give you the list of
>> directories in the
>> /usr/www/people directory?!?
>>
>> Could this be a problem in the strip trailing '/' function?
>>
>> <Aram>
>> --
>> Aram W. Mirzadeh, MIS Manager, Qosina Corporation
>> http://www.qosina.com/~awm/, awm@qosina.com
>> Apache httpd server team http://www.apache.org
>
>
--
Aram W. Mirzadeh, MIS Manager, Qosina Corporation
http://www.qosina.com/~awm/, awm@qosina.com
Apache httpd server team http://www.apache.org
Re: /~people [ In reply to ]
> I was playing around with a post that someone had send over from
> a bug report.
>
> Weird thing... okay, if you do
>
> Alias /~ /usr/www/people

Would this work if you did:

Alias /~ /user/www/people/

So http://foo/~bar -> [http://foo]/usr/www/people/bar

> And try to access
>
> http://xxx.xxx.xxx.xxx/~aram/ <-- It doesn't work...
> but if you try:
> http://xxx.xxx.xxx.xxx/~ <-- Give you the list of
> directories in the
> /usr/www/people directory?!?
>
> Could this be a problem in the strip trailing '/' function?
>
> <Aram>
> --
> Aram W. Mirzadeh, MIS Manager, Qosina Corporation
> http://www.qosina.com/~awm/, awm@qosina.com
> Apache httpd server team http://www.apache.org