Re: [EMAIL PROTECTED] Alias directive not being honored

2007-04-26 Thread Roberto Tortolero
Hi I have problem with proxys on apache, i have two servers and i want to use one as a firewall an the other as web page server. i've all ready doned, but, the thing is that apache always returned the same carpet all the time, no matter what address i put, always redirect me to the first virtual

Re: [EMAIL PROTECTED] Alias directive not being honored

2007-04-26 Thread Victor Trac
This may be a long shot, but have you tried getting rid of the trailing slashes? e.g.: Alias /news /path/to/codebase/newsletters --Victor On 4/26/07, Nikolai Lusan <[EMAIL PROTECTED]> wrote: Greetings, Not sure if anyone has seen anything similar to this one ... I have a number of Alias dir

Re: [EMAIL PROTECTED] alias directive

2006-09-09 Thread Joshua Slive
On 9/9/06, chipmonkeys <[EMAIL PROTECTED]> wrote: Hello, I've downloaded and installed the latest version of Apache on my PC, so I can learn to use PHP and MySQL. I've entered http://localhost/ in my browser and get the "It works". In testing the alias directive I've included in the config fi

[EMAIL PROTECTED] alias directive

2006-09-09 Thread chipmonkeys
Hello, I've downloaded and installed the latest version of Apache on my PC, so I can learn to use PHP and MySQL. I've entered http://localhost/ in my browser and get the "It works". In testing the alias directive I've included in the config file, the browser opens a page with "You are not a

RE: [EMAIL PROTECTED] Alias Directive on Apache 2.2

2006-07-13 Thread Niamh.OReilly
PROTECTED] Sent: Donnerstag, 13. Juli 2006 11:26To: users@httpd.apache.orgSubject: [EMAIL PROTECTED] Alias Directive on Apache 2.2 Hello, It seems that reverse mappings have higher priority than aliases. I have this setup: Alias /oto/images /opt/myapp/oto/images ProxyPass /oto http://m

[EMAIL PROTECTED] Alias Directive on Apache 2.2

2006-07-13 Thread Manuela . Vorazzo
Hello, It seems that reverse mappings have higher priority than aliases. I have this setup: Alias /oto/images /opt/myapp/oto/images ProxyPass /oto http://my.host.com/oto ProxyPassReverse /oto http://my.host.com/oto The alias is ignored, '/oto/images' is mapped to remote 'http://my.host.com/ot

Re: [EMAIL PROTECTED] Alias Directive Issue (403 Forbidden Error)

2005-09-26 Thread Jessica Rasku
Trystan Hughes wrote: Hi all, I want to create an Alias in the apache httpd.conf file and have done so like this Alias /test_alias/ "C:\Documents and Settings\Trystan\My Documents\" So, what this should effective do is to print the directory contents of 'My Documents' directory when I enter

Re: [EMAIL PROTECTED] Alias Directive Issue (403 Forbidden Error)

2005-09-26 Thread Joshua Slive
On 9/26/05, Trystan Hughes <[EMAIL PROTECTED]> wrote: > Hi all, > > I want to create an Alias in the apache httpd.conf file and have done > so like this > > > Alias /test_alias/ "C:\Documents and Settings\Trystan\My Documents\" > Two notes already: 1. Don't put something in an block unless you

[EMAIL PROTECTED] Alias Directive Issue (403 Forbidden Error)

2005-09-26 Thread Trystan Hughes
Hi all, I want to create an Alias in the apache httpd.conf file and have done so like this Alias /test_alias/ "C:\Documents and Settings\Trystan\My Documents\" So, what this should effective do is to print the directory contents of 'My Documents' directory when I enter the following URL into m