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
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
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
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
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
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
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
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
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