Sorry Steffen,
I posted a retraction...
The request will be handled by the right VH but the certificate defined in the
first VH will be presented to the client.
-ascs
-Original Message-
From: Steffen Ronalter [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 04, 2006 7:05 PM
To: use
ProxyPass / http://www.yahoomail.com/
will pass all requests to www.yahoomail.com
You may also want to add
ProxyPassReverse / http://www.yahoomail.com/
-ascs
From: senthil kumar [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 05, 2006 6:54 AM
To: users@http
Hello everybody,
I would like to change User-Agent to some fixed value for all the
requests going through apache proxy. I was digging through mailing list
archives but I could not find the answer.
Thanks in advance.
Piotr Zlotorzynski
Hello
Few things i want to ask about Apache (Linux).
1- How we can enable front page extension
2- I have add ScriptAlias in my virtual domain entry, as:
ScriptAlias /cgi-bin/ mysite.com/www/cgi-bin/"
Now which type of scripts i can execute in cgi-bin directory.
3- How i can execute ph
Try
Header set User-Agent foobar
You will need mod_headers.
-ascs
-Original Message-
From: Zlotorzynski, Piotr [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 05, 2006 9:57 AM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] How to change User-Agent in apache 1.3 runnin as a
pr
It does not work for me.
I guess Header ... does not work with mod_proxy.
Doc says:
This module provides for the customization of HTTP response headers.
So it works only for setting response headers of a web server, as I understand.
pz
-Original Message-
From: Axel-Stéphane SMORGRAV [mai
There is one directive:
RequestHeader
but it is available in apache2.0 and above. unfortunately I have 1.3 and cannot
upgrade it.
pz
-Original Message-
From: Zlotorzynski, Piotr
Sent: Thursday, January 05, 2006 10:12 AM
To: 'users@httpd.apache.org'
Subject: RE: [EMAIL PROTECTED] How to
Sorry, my fault. I have a real hard time to get my act together these days...
RequestHeader set User-Agent foobar
However, this only works with Apache 2.x
And I am not even going to ask why on earth you want to do this.
-ascs
-Original Message-
From: Zlotorzynski, Piotr [mailto:[EMAIL
Don't ask :)
PZ
-Original Message-
From: Axel-Stéphane SMORGRAV [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 05, 2006 11:08 AM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] How to change User-Agent in apache 1.3 runnin as
a proxy?
Sorry, my fault. I have a real hard ti
Hi Pete,
Put an "L" inside the line with the "asx" -Line, so that Apache knows this
will be the "last " Rule.
Than with RewriteRules you don't need "ProxyPassReverse"
Than check these [ist is only inserted an ",L" before the "]":
RewriteEngine on
RewriteRule /pub/wiv/(.*).asx$ ajp://theTo
Yes you will need the ProxyPassReverse in order to rewrite the Location headers
of potential redirections. The RewriteRule will not take care of that.
-ascs
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 05, 2006 12:50 PM
To: users@ht
Hi Axel-Stephane
is a
RewriteRule ^/pub(.*)$ajp://theTomcatBox:8009/pub$1 [P]
not the similar like
ProxyPass/pub ajp://theTomcatBox:8009/pub
ProxyPassReverse /pub ajp://theTomcatBox:8009/pub
I have had several Apache's from 1.3 to 2.2 which have had no
Hi Axel,
Thanks for your response.
As you suggest I configured .
ProxyPass / http://www.yahoomail.com/
Yes It works fine. when i type http://hostname:8080/ then it redirect to www.yahoomail.com.
=== ==
I want to build my apache as gateway server. the end user can assess the external
Generally speaking this will cause no problem unless the backend server issues
a HTTP 302 (or other redirection) with a Location header that needs the reverse
transformation.
I do not know if that could ever happen in the case of AJP, but imagine the
Tomcat issues a redirect to ajp://theTomcatB
Hey guys..
This is on boarder line of the httpd list so bear with me.
I'm scripting some PHP in apache and I'm trying to get the script to auto fill
some fields that the user gives apache when they log into the system. MY auth
program is mod_imap (which uses my mail server to auth the u
I am not sure I understood all of that, but...
When it comes to the yahoomail stuff, the reason you get redirected to
www.yahoomail.com is that you are missing the ProxyPassReverse directive.
ProxyPassReverse / http://www.yahoomail.com/
However, I am not quite sure that what you actually wan
Hi Axel,
I am not looking for proxy concept, i don't want to configure my browser to point to my proxy server.
I am looking for gateway concept, I want to communicate external domain through my gateway apache server.
Browser <-> My Gateway Apache Server <-> External domain
N
Hello Everyone,
We're using apache 2.2.0 as caching proxy in front of several
application servers. No matter what I tried, I can't get "stickysession"
to see my appservers session-cookie :(
ServerName appfront.desy.de
RewriteEngine on
RewriteRule ^(.*) balancer://mycluster$1 [P,L] stickyse
I am just unable to understand that exactly which option is used in
APACHE (linux) to run PHP pages... and by disabling which option i can
stop executing these sort of pages... I searched a lot on google,,, but
none of the article provided me the answer.
Thanks!
On Wed, 2006-01-04 at 16:06, Stev
> I am just unable to understand that exactly which option is used in
> APACHE (linux) to run PHP pages... and by disabling which option i can
> stop executing these sort of pages... I searched a lot on google,,, but
> none of the article provided me the answer.
>
More than an option, it's a modu
Hey.
in your config file. There is a line that looks like this.
LoadModule php4_module libexec/libphp4.so
AddType application/x-httpd-php .php .php3 .phtml
AddType application/x-httpd-php-source .phps
You want php out of the question 100% then remove thoes lines.
If you want php for a dire
I asked this before, with no response, so I'm rephrasing the question:
Environment:
Apache/2.0.54 (Mandriva Linux/PREFORK-13.1.20060mdk)
mod_auth_external/2.2.9 mod_ssl/2.0.54 OpenSSL/0.9.7g PHP/5.1.0RC1
Mandriva 2006, Pentium III dual processor system, SMP kernal, 768 mb
memory, ext3 filesystem
> -Original Message-
> From: Thomas Leavitt [mailto:[EMAIL PROTECTED]
> Sent: Donnerstag, 5. Januar 2006 16:09
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Apache 2.0.54 randomly fails to serve
> index.html
> for single domainon multi-host server
>
>
> I asked this before, w
I am trying to install Apache Server on a SUSE LINUX Version 9 machine. The machine is X86_64.
OK, I admit that I am new at this, but I keep getting this same error. I have tried just the configure and make, and even tried building the apr/apr-util. I get this same issue on the regular make an
Just curious, can you try compiling 2.0.55 instead and see what happens.
On Thu, 5 Jan 2006 10:32:24 -0500 users@httpd.apache.org wrote:
>
>
> I am trying to install Apache Server on a SUSE LINUX Version 9 machine.
> The machine is X86_64.
>
> OK, I admit that I am new at this, but I keep getti
I'm trying to figure out why sticky sessions aren't working for me.
This is on Linux RHEL3 w/Apache 2.2.0.
I have debug on and see output for finding JSESSIONID, but then it goes
ahead and routes to one of the two servers. Here is the hopefully
relevant part of my conf:
UseCanonicalName Off
Tried that yesterday, with the same results. I really do think I have a corrupted library, but don't quite know how to fix it. For the record, here is what I see when I enter /usr/lib/libex*
-rw-r--r-- 1 root root 159982 2004-06-30 14:03 libexpat.a
-rwxr-xr-x 1 root root 706 2004-06-30 14:
On Thu, Jan 05, 2006 at 10:32:24AM -0500, [EMAIL PROTECTED] wrote:
> I am trying to install Apache Server on a SUSE LINUX Version 9 machine.
> The machine is X86_64.
...
> pr_ldap_option.lo misc/apr_reslist.lo misc/apr_rmm.lo misc/apu_version.lo
> misc/apr_queue.lo misc/apr_date.lo uri/apr_uri.lo
>
expat-devel.i386 is not installed on the system. And the expat 1.95.7-37.1 and the expat-32bit all seem to have quite a large number of running programs that depend on them being installed.
Thanks for the suggestion, though. You state that it's a known bug - is there a web page or something tha
On Thu, Jan 05, 2006 at 11:07:09AM -0500, [EMAIL PROTECTED] wrote:
> expat-devel.i386 is not installed on the system. And the expat 1.95.7-37.1
> and the expat-32bit all seem to have quite a large number of running
> programs that depend on them being installed.
You don't need the 32-bit expat-de
Running Apache server 2.0.55 on Windows NT. If I load LDAP as
followsin the httpd.conf file:LoadModule ldap_module
modules/util_ldap.soLoadModule auth_ldap_module
modules/mod_auth_ldap.sothe server crashes during shutdown of server and
during any attempteduse of ldap for authentication.No er
It looks like you're on a 64 bit machine. Apache doesn't seem to like to be
compiled for
64 bit machines. If that is the case, here's a couple of work arounds to try
and compile for
32 bit. Start over and re-configure with
#!/bin/sh
LDFLAGS="-L/usr/lib32" \
CFLAGS="-m32" \
./configure --pref
I have a simple perl cgi script. It runs fine from the command line from
the cgi-bin directory, but not in the browser. I'm sure it is something
simple, but any ideas why it works from the command line but not the
browser? Here is the error_log output:
[Thu Jan 05 10:20:45 2006] [error] [client
It seems obvious that there is no file
/Users/sdavis/Documents/workspace/DogDB/lib/Dog/HTML/DogForm.pm
But on the other hand it could be too obvious to be true.
Otherwise I thought it was necessary to set "Options ExecCGI"...
-ascs
-Original Message-
From: Sean Davis [mailto:[EMAIL PR
On 1/5/06 11:31 AM, "Axel-Stéphane SMORGRAV"
<[EMAIL PROTECTED]> wrote:
> It seems obvious that there is no file
> /Users/sdavis/Documents/workspace/DogDB/lib/Dog/HTML/DogForm.pm
>
> But on the other hand it could be too obvious to be true.
The script runs successfully from the command line,
Axel-Stéphane SMORGRAV wrote:
It seems obvious that there is no file /Users/sdavis/Documents/workspace/DogDB/lib/Dog/HTML/DogForm.pm
But on the other hand it could be too obvious to be true.
To be more accurate, there is no file /Users/. *THAT THE WEB SERVER
CAN SEE*
This would imply t
On 1/5/06 11:35 AM, "Ian Stuart" <[EMAIL PROTECTED]> wrote:
> Axel-Stéphane SMORGRAV wrote:
>> It seems obvious that there is no file
>> /Users/sdavis/Documents/workspace/DogDB/lib/Dog/HTML/DogForm.pm
>>
>> But on the other hand it could be too obvious to be true.
>
> To be more accurate, the
Boyle,
You mis-read the message. Just to be clear:
NOTHING IS TOUCHED ON THE WEB SITE.
THE SERVER HAS DIRECTORYINDEX PARAMETERS in place.
INDEX.HTML IS SERVED FOR OTHER DOMAINS ON THE SAME SERVER.
One week, the server displays index.html, as it has done for the last
several years, as the defa
But I think PHP programs still can be used as a cgi script even without the
mod_php module.
Teddy
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Sent: Thursday, January 05, 2006 17:07 PM
Subject: Re: [EMAIL PROTECTED] Scripts
> Hey.
>
> in your config file. There is a line that l
hi all,Apache/2.0.55 (Debian) PHP/5.0.5-3 mod_perl/2.0.1 Perl/v5.8.7 Server at 127.0.0.1 Port 80this is my server.and the docroot is '/var/www/'i cant run cgi files on apache. [says not found on this server] [/var/www/cgi-bin/ is the directory where i want to store my cgi & pl files]
added some scr
Apache 2.0.55 uses /usr/local/apache2/conf/httpd.conf
file
default path of html files is
/usr/local/apache2/httpdocs
and cgi files go to /usr/local/apache2/cgi-bin
directory.
--- Mehmet Fatih AKBULUT <[EMAIL PROTECTED]>
wrote:
> hi all,
> Apache/2.0.55 (Debian) PHP/5.0.5-3 mod_perl/2.0.1
> Perl
i didnt install apache2 from its source, instead used apt-get to install it.and default directory path is '/etc/apache2' [and docroot is /var/www/. these are the default directories created when i execute apt-get install apache2]
and under that directory i've httpd.conf and apache2.conf.httpd.conf
THANK YOU EVERYONE FOR YOUR HELP
I got it installed, using the 'less elegant way' listed below by David. I liked Mr. Orton's suggestion, but the folks here kind of balked at removing the 32 bit.
I really do appreciate everyone's help on this one. I was totally stumped. Apache is now insta
On 1/5/06, Serge Knystautas <[EMAIL PROTECTED]> wrote:
> I'm trying to figure out why sticky sessions aren't working for me.
> This is on Linux RHEL3 w/Apache 2.2.0.
>
> I have debug on and see output for finding JSESSIONID, but then it goes
> ahead and routes to one of the two servers. Here is th
Gentlemen, thanks for revisiting this; I have not gotten it to work yet
and still need to figure something out.
Oliver, your 1st suggestion resulted in the infinite loop again:
RewriteEngine on
RewriteRule /pub/wiv/(.*).asx$ ajp://theTomcatBox:8009/pub/wiv?seoName=$1
[P,QSA,L]
RewriteRule /
Hi Guys, This is the website which is having the list of Apache and htaccess file web interface or gui tools really useful may be anyone knew new tool only free tools they can post here so that it will be useful for all users Apache GUI http://www.debianhelp.co.uk/apacheweb.htm Htac
Pete Lamborne wrote:
Gentlemen, thanks for revisiting this; I have not gotten it to work yet
and still need to figure something out.
Oliver, your 1st suggestion resulted in the infinite loop again:
RewriteEngine on
RewriteRule /pub/wiv/(.*).asx$
ajp://theTomcatBox:8009/pub/wiv?seoName=$1 [P
I am trying to use TLS with LDAP and Apache 2.2.0. My configuration is asfollows: Solaris 9 OpenSSL v 0.9.8a Berkley DB 4.2 OpenLDAP v 2.2.19 Apache 2.2.0My LDAP implementation works great with TLS:
ldapsearch -ZZ -x -D "cn=someid,dc=example,dc=com" -W '(&(objectclass=posixaccount)(uid=test
Hello does anyone of you knows how to unsubscribre from this forum? I tried but I alwasy get errors. Thank youSri <[EMAIL PROTECTED]> ha scritto: Hi Guys, This is the website which is having the list of Apache and htaccess file web interface or gui tools really useful may be anyone knew n
Germer, Carsten wrote:
We're using apache 2.2.0 as caching proxy in front of several
application servers. No matter what I tried, I can't get "stickysession"
to see my appservers session-cookie :(
ServerName appfront.desy.de
RewriteEngine on
RewriteRule ^(.*) balancer://mycluster$1 [P,L]
Hi,
I'm currently setting up an Apache SSL reverse proxy for Exchange 2003
Outlook Web Access. The setup that I have works fine on my Gentoo laptop
or on a Trustix server, however, when I try to set it up on an RHEL
based distro, with the exact same virtual host settings, I get some
weird err
On 1/5/06, Alessandro Gigli <[EMAIL PROTECTED]> wrote:
> Hello does anyone of you knows how to unsubscribre from this forum? I tried
> but I alwasy get errors.
No details about what kind of errors?
As it says at the foot of every message, you need to mail to
[EMAIL PROTECTED] If that doesn't wo
No it can not. You must have the mod_php for it to run. CGI scripts run
different then PHP scripts. PHP runs from code on the page, CGI is a
run from a directory.
*** REPLY SEPARATOR ***
On 1/5/2006 at 7:36 PM Octavian Rasnita wrote:
>But I think PHP programs still can be
Robert, I did as you said, and still it rewrote the URL in the address
bar as if it were a redirect.
RewriteEngine on
RewriteRule ^/pub/wiv/(.*)\.asx$ /pub/wiv?seoName=$1 [QSA]
RewriteRule ^/pub/?(.*) ajp://dev3:8009/pub/$1 [P]
I set up the rewriteLog, here are the pertainent lines:
(note
No, that's not true. I'm not up with php much, but you can run it as cgi. I don't know if it's still true, but php didn't used to
work with Apache 2.0.* as a module, but you could run it still as cgi, though it's not recommended for security reasons..
you could...
ScriptAlias /php/ "/usr/loca
Pete Lamborne wrote:
[...]
RewriteEngine on
RewriteRule ^/pub/wiv/(.*)\.asx$ /pub/wiv?seoName=$1 [QSA]
RewriteRule ^/pub/?(.*) ajp://dev3:8009/pub/$1 [P]
I set up the rewriteLog, here are the pertainent lines:
(note that dev2 is the apache box, dev3 is the tomcat box)
10.1.10.82 - - [05/J
Pointers to documentation would be appreciated. I can do the proxy and the
authentication but am not sure how to authenticate anyone going through the
proxy. I need a limited user set to be able to pass through, apache 2.0.x.
Thanks!
leam
--
Robert, if you are ever in Denver I am treating you to dinner.
Thanks so much
I've been battling this for days and it was that easy.
pete
Robert Ionescu wrote:
Pete Lamborne wrote:
[...]
RewriteEngine on
RewriteRule ^/pub/wiv/(.*)\.asx$ /pub/wiv?seoName=$1 [QSA]
RewriteRule ^/pub/?(.*)
hi all,i am a newbie on such subjects :)but i want to ask something to you:NameVirtualHost *:80ServerName debianServerAlias localhostDocumentRoot /var/www/
ServerName debian1ServerAlias localhost1DocumentRoot /var/ww/these are my virtual host definitions and all i want to do is this :i have two
I'm going to guess that you're just making up the name localhost1.
You will actually need a dns entry to your computer. You might want to
talk to your system's administrator.
If you can't "ping" the name, apache wont be able to do anything with it.
- Original Message -
From: "Mehmet
Opps.. hit the send button early.
Actually, what happens when you use the debian and debian1 names? Do they work?
Personally, I don't know what the ServerAlias directives do? You probably
don't need them.
-Dave
- Original Message -
From: "Mehmet Fatih AKBULUT" <[EMAIL PROTECTED]>
lol,its too complicated then i thought :)its my personal computer at home. dont know much about dns or apache :)just trying to learn on my own.i wondered how virtual hosts work. i mean how one can posses more than one domain one one disk :)
as your reply means, i have to work a lot to learn such th
> its too complicated then i thought :)
> its my personal computer at home. dont know much about dns or apache :)
> just trying to learn on my own.
> i wondered how virtual hosts work. i mean how one can posses more
> than one domain one one disk :)
If you want to use only on your computer, you
63 matches
Mail list logo