> -Original Message-
> From: Graham Frank [mailto:[EMAIL PROTECTED]
> Sent: Montag, 5. Dezember 2005 20:55
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] Child errors causing Apache to exit
>
>
> You also asked about how the crash works? When the child
> returns the err
What
do your error log files say ?
-ascs
From: Mehmet Fatih AKBULUT
[mailto:[EMAIL PROTECTED] Sent: Monday, December 05, 2005 2:24
PMTo: users@httpd.apache.orgSubject: Re: [EMAIL PROTECTED] Re:
a series problem!!! [not series but SERIOUS pay attention
please]
Server version: Apache/2.0.
Try setting "LogLevel debug". The output should appear in whatever file you
have defined for ErrorLog.
-ascs
-Original Message-
From: Suzy Fynes [mailto:[EMAIL PROTECTED]
Sent: Monday, December 05, 2005 4:16 PM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] reverse proxy with
I would probably just recompile the whole shabang after having run configure
with the appropriate arguments...
-ascs
-Original Message-
From: Sean Davis [mailto:[EMAIL PROTECTED]
Sent: Monday, December 05, 2005 9:52 PM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] Mod_proxy set
Looks like some kind of IPv6 thingy... I have run into that previously but I
cannot remember exactly in what context. What are your Listen directives and
the corresponding entries in /etc/hosts ??
-ascs
-Original Message-
From: Ken Murach [mailto:[EMAIL PROTECTED]
Sent: Monday, Decemb
Who says this is an error message?
You are obviously using mod_rewrite somewhere.
Could you possibly supply a client side trace using LiveHTTPheaders (FireFox)
or HTTPWatch (IE) ??
-ascs
-Original Message-
From: Jason Martens [mailto:[EMAIL PROTECTED]
Sent: Monday, December 05, 2005 8:
Anyone's got an idea, i'm still stuck on this one...
gregory duchesnes a écrit :
Hi all,
i'm trying to set up some kind of ISP style virtual hosting, the
problem is some domains have a lot of aliases (which i need to
redirect to the master domain with à code 301).
I thought of using mod_vh
The log is been be created but its empty
-Original Message-
From: Axel-Stéphane SMORGRAV
[mailto:[EMAIL PROTECTED]
Sent: 06 December 2005 08:42
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] reverse proxy with Apache 2.0
Try setting "LogLevel debug". The output should appear i
On 12/6/05 4:05 AM, "Axel-Stéphane SMORGRAV"
<[EMAIL PROTECTED]> wrote:
> I would probably just recompile the whole shabang after having run configure
> with the appropriate arguments...
>
> -ascs
>
> -Original Message-
> From: Sean Davis [mailto:[EMAIL PROTECTED]
> Sent: Monday, De
I have now made a few tests, and you are right about the error log: setting
LogLevel debug does not give any output regarding the way ProxyPass is handled.
In order to get some logging, I replaced ProxyPass with an equivalent
RewriteRule and set SSLProxyEngine ON. The request was correctly passe
Hello
Does anyone know
when will a win32 binary version of the 2.2 release be avalilable
?
Thank
you
Nuno
On 12/6/05, gregory duchesnes <[EMAIL PROTECTED]> wrote:
> Anyone's got an idea, i'm still stuck on this one...
Start by using the RewriteLog to try to figure it out yourself.
If you still can't get it, post again with a clean example. It is
just too difficult to decipher your configuration with
I turn RewriteLog 9 but it is such a nightmare, i don't see what's wrong...
by the way i cleaned the garbage characters when i did my reply so
there's nothing to decipher, might help, no?
Greg
Joshua Slive a écrit :
On 12/6/05, gregory duchesnes <[EMAIL PROTECTED]> wrote:
Anyone's got
Hi all,these problems are related to Apache 2 and mod_perl 2problem 1:Im using mod_perl 2 on Apache 2. I am using HTML::Template to display the data from the perl/cgi script.
For
the first time loading the data is displayed properly. then for every
reload the data displayed on the template gets rep
Hmm...
But why would the URL in the browser not match the name in the SSL cert? They would match...
a.com and b.com are port 80 VH's
c.com is a port 443 VH (with SSL certs installed)
a.com and b.com https link to c.com, so the users browser URL will
change, and the certs will be registered to c
On 12/6/05, gregory duchesnes <[EMAIL PROTECTED]> wrote:
> Anyone's got an idea, i'm still stuck on this one...
> > # define the map file
> > RewriteMap vhost txt:/www/conf/vhost.map
> >
> > # deal with aliases as above
> > RewriteCond %{REQUEST_URI} ^/icons/
> > RewriteCond %{REQUEST_URI} ^/cgi-b
From: "Senthil Nathan" <[EMAIL PROTECTED]>
Hi all,
these problems are related to Apache 2 and mod_perl 2
problem 1:
Im using mod_perl 2 on Apache 2. I am using HTML::Template to display the
data from the perl/cgi script.
For the first time loading the data is displayed properly. then for every
oups, i don't understand you logic either ;)
ok i'll try to make things clearer
What i'm trying to do is this :
- check if the folder /var/www/hosts/${lowercase:%{SERVER_NAME}}/web exists
- if yes rewrite the request to this folder
- else if SERVER_NAME is found in the vhost.map (as first entr
hi,you are right. it uses ModPerl::Registry.so how do i use ModPerl::PerlRun. Because i just used ModPerl::PerlRun and the problem still persists.In the httpd.conf i used, PerlResponseHandler ModPerl::RegistryPrefork
please help me on this.thankssenthilOn 12/6/05, Octavian Rasnita <[EMAIL PROT
For more info from the httpd.conf,PerlRequire "/opt/hiweb/server/perl-startup/startup.pl"Alias /hi-bin/ "/opt/hiweb/server/htdocs/modperl/higui/"#PerlModule ModPerl::PerlRun# PerlModule Apache2::Reload
# PerlInitHandler Apache2::Reload Options Indexes AllowOverride None Order allow,deny
me again, sorry,
i did one more mistake in the first RewriteCond, it should be like this :
# if folder exists as a master domain
RewriteCond /var/www/hosts/${lowercase:%{SERVER_NAME}}/web -d
# do the magic
RewriteRule ^/(.*)$ /var/www/hosts/${lowercase:%{SERVER_NAME}}/web/$1 [L]
# else redirect
On 12/6/05, gregory duchesnes <[EMAIL PROTECTED]> wrote:
> oups, i don't understand you logic either ;)
>
> ok i'll try to make things clearer
>
>
> What i'm trying to do is this :
>
> - check if the folder /var/www/hosts/${lowercase:%{SERVER_NAME}}/web exists
> - if yes rewrite the request to this
On 12/6/05, gregory duchesnes <[EMAIL PROTECTED]> wrote:
> RewriteCond ${vhost:%1} ^(/.*)$
That %1 doesn't reference anything, which is why you have an empty
key. I think you want to replace it with ${lowercase:%{SERVER_NAME}}
Be careful here, however. What happens if the name isn't in the map
Beware, mail crossing ;)
I'm beginning to understand your logic, though i don't see why it should
be faster since you do a lookup in vhost.map for each request.
In the case aliases are used only once in a while it could even be slower.
But, if i follow your idea, and since mapping are cached,
On Mon, Dec 05, 2005 at 01:52:02PM -0500, Ken Murach wrote:
> Hi everyone,
>
> I'm relatively new to apache and was wondering what do these errors mean??
>
> [Thu Dec 01 16:45:12 2005] [warn] (128)Network is unreachable: connect to
> listener on [::]:80
Upgrading to 2.0.55 should fix this.
> [
Hi,
Thanks a million for your help!! Got some logging working now but only
when I try to access through a internet explorer. Its another service
that I'm reverse proxying to so it will inaccessible through explorer.
Getting the following in my logs when connecting via web page
- - [06/Dec/2005:1
That says it all, doesn't it?
There are no rules to proxy /doc-literal to the back end... so the request ends
up with a HTTP 404 response: file not found. So either the URL is wrong, or
another rule must be added.
-ascs
-Original Message-
From: Suzy Fynes [mailto:[EMAIL PROTECTED]
Se
At 02:47 PM 12/5/2005 -0500, you wrote:
On 12/5/05, kloomis
<[EMAIL PROTECTED]> wrote:
> Hello:
>
> I have an odd problem with htaccess. It takes two passes at
the logon to
> gain access to the directory - same user name and password for
each.
http://httpd.apache.org/docs/1.3/misc/FAQ.html#promp
On 12/6/05, gregory duchesnes <[EMAIL PROTECTED]> wrote:
> Beware, mail crossing ;)
>
> I'm beginning to understand your logic, though i don't see why it should
> be faster since you do a lookup in vhost.map for each request.
> In the case aliases are used only once in a while it could even be slow
Plain text please...
>a.com and b.com https link to c.com, so the users browser URL will change,
>and the certs will be registered to c.com... So I guess I don't see how
>they're getting mismatched?
OK - if you redirect you won't get a browser warning. But it still looks a bit
fishy to a suspici
On 12/6/05, kloomis <[EMAIL PROTECTED]> wrote:
> At 02:47 PM 12/5/2005 -0500, you wrote:
>
> On 12/5/05, kloomis <[EMAIL PROTECTED]> wrote:
> > Hello:
> >
> > I have an odd problem with htaccess. It takes two passes at the logon to
> > gain access to the directory - same user name and passwor
thanks a lot for your help, it really enlightened my mind.
For the moment i managed to make it work with 2 maps :
RewriteMap vhost txt:/var/www/vhost.map
RewriteMap master txt:/var/www/master.map
RewriteCond ${master:${lowercase:%{SERVER_NAME}}|default} !=default
RewriteRule ^/(.*)$ /var/www/h
On 11/28/05, Joe Orton <[EMAIL PROTECTED]> wrote:
> On Sun, Nov 27, 2005 at 07:42:27PM -0800, Paul Kippes wrote:
> > But I get the empty response when I change the file to this:
> >
> > HTML:
> > PHP:
> > HTML:
> >
> > Any ideas where I'm going wrong? Is this a possible Apache bug? Or
> > just
On Mon, 2005-12-05 at 23:20 +0100, Christian Folini wrote:
> On Mon, Dec 05, 2005 at 01:42:34PM -0600, Jason Martens wrote:
> > Here are the relevant apache config statements:
> >
> >Order deny,allow
> >Deny from all
> >allow from 10.
> >
> >
> > ProxyPass /Internal/phone_list/
Hi,
I ´ve a trouble with Configuration
In my error_log appear the message
…. [info] (32) Tubería rota: core_output_filter:
writing data to the network
What can do it?
Best regards,
Federico
On 12/6/05, Federico <[EMAIL PROTECTED]> wrote:
> I ´ve a trouble with Configuration
>
> In my error_log appear the message
> …. [info] (32) Tubería rota: core_output_filter: writing data to the
> network
Try:
http://httpd.apache.org/docs/2.2/faq/error.html#error.sendfile
Joshua.
I agree it is non-optimal...
But short of implementing something like user mode linux, its the best way to do what I need to do...
BTW, I plan on making nice-shop.com forward information to
"nasty-hacker.com" that allows nasty-hacker.com to render the page so
that it looks like it came rom nice-s
Are there any benchmarks out there that compare the performance
between Apache 2.0.x and the newly-released Apache 2.2.0?
--
Eugene
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.a
Hello,
I have apache 2.0.55 running on solaris 8, along with PHP and mysql. For
some reason I am getting strange responses
from .htaccess.
First of all, my .htaccess file is on the second level subdirectory but for
some reason, I get the password window
at home page, and when I click on can
On 12/6/05, Eugene <[EMAIL PROTECTED]> wrote:
> Are there any benchmarks out there that compare the performance
> between Apache 2.0.x and the newly-released Apache 2.2.0?
I don't know, but I would be very surprised if there was any
measurable speed difference between the two unless you use mod_ca
Hi
I'm having trouble when trying to combine NameVirtualHosting on one SSL
IP, and per-IP virtual hosting for others.
My ideal setup is:
NameVirtualHost *:80 (lots of virtual hosts)
NameVirtualHost 192.168.1.50:443 (2 virtual hosts, 1 wildcard
certificate used for both virt
Help please.
I've compilied and installed openldap-2.3.11, openssl-0.9.7g one solaris
9.
Now I'm trying to complie to apache 2.2.0 with ldap support. Please
see the following. Configure works fine, but when I do a make I get the
following error.
Any help would be apprecated.
env
_=/us
I'm trying to access a service though not a file or webpage so there
would be a file to access.
-Original Message-
From: Axel-Stéphane SMORGRAV
[mailto:[EMAIL PROTECTED]
Sent: 06 December 2005 16:02
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] reverse proxy with Apache 2.0
I've compiled it from the original 2.2 tarball after having applied the
patch mentioned in the release notes:
http://isabelle.math.ist.utl.pt/~l55741/filesdir
See also
http://marc.theaimsgroup.com/?l=apache-httpd-dev&m=113377342631194&w=2
Gustavo Lopes
- Original Message -
From: Nu
On 12/6/05, kristina clair <[EMAIL PROTECTED]> wrote:
> On 11/28/05, Joe Orton <[EMAIL PROTECTED]> wrote:
> > On Sun, Nov 27, 2005 at 07:42:27PM -0800, Paul Kippes wrote:
> > > But I get the empty response when I change the file to this:
> > >
> > > HTML:
> > > PHP:
> > > HTML:
> > >
> > > Any i
On 12/6/05, Hulya Gurer <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I have apache 2.0.55 running on solaris 8, along with PHP and mysql. For
> some reason I am getting strange responses
> from .htaccess.
>
> First of all, my .htaccess file is on the second level subdirectory but for
> some reason, I
[EMAIL PROTECTED] wrote:
Help please.
Make error
me/gippolit/httpd-2.2.0/srclib/pcre/libpcre.la
/export/home/gippolit/httpd-2.2.0/srclib/apr-util/libaprutil-1.la -ldb-4.2
/export/home/gippolit/httpd-2.2.0/srclib/apr-util/xml/expat/lib/libexpat.la
-liconv /export/home/gippolit/httpd-2.2.0/srcl
Ok, I've been scratching my head for a couple days now over something
that is probably very simple, but I can't seem to get to work. What I
want to do is redirect all requests to a particular resource like
http://www.example.com/somepath to https://example.com/somepath. Sounds
simple enough, but
My DocumentRoot is /varian/docs. The .htaccess files are on
/varian/docs/mars/ and
/varian/docs/addm/ directories. When I try to get
http://test.varianinc.com/index.html the password window pops up
even this is not the password protected directory just a home page, and
also I get differen
Hello,
I'm having problem compiling httpd-2.2.0 on FreeBSD 6 versions i386 and
amd64. The errors are has follows:
server/.libs/libmain.a(exports.o)(.data+0xae0): undefined reference to
`apr_memcache_stats'
server/.libs/libmain.a(exports.o)(.data+0xae8): undefined reference to
`apr_memcache_versi
Windows XP Pro SP2
Apache 2.0.55
I have had basic auth working in the past and I looked at several examples
to set this up but for some reason it is not working. It is time for me to
present it to someone else as I may not be seeing the trees because the
forest is so big!
Thanks for the help.
Mi
On Tue, Dec 06, 2005 at 06:19:28PM -0500, Joe Apache wrote:
> server/.libs/libmain.a(exports.o)(.data+0xae0): undefined reference to
> `apr_memcache_stats'
Where did you get your version of apr from? The bundled version doesn't
include apr_memcache.
--
Colm MacCárthaighPu
Thank you, Bill. I will give mod_jk a try and report back to the group
on the results of my test.
Mike
> -Original Message-
> From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED]
> Sent: Monday, December 05, 2005 4:57 PM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] Sta
I e-mailed this problem to the mailing list some days ago but it passed
unoticed. Can anyone help me with this one please?
I am running a source-built version of apache 2.0.55 with modperl 2 and
php 5.0.5.
When one of my scripts uses a lot of memory then I can see the httpd
processes get quit
>> server/.libs/libmain.a(exports.o)(.data+0xae0): undefined reference to
>> `apr_memcache_stats'
>>
>
> Where did you get your version of apr from? The bundled version doesn't
> include apr_memcache.
>
>
I installed apr-1.2.2 from the apache.org. I wasn't able to ./configure
it (APR vers
Hi to All!
I am having trouble with configuring mod_proxy_connect
so that I can only "AllowCONNECT port_a ... port_z"
where the ports are on *localhost* only.
I tried directives from httpd 2.0 manual, but failed.
Search in MARC archives/google seems to have no close
match, and now I seek your hel
Additonally, if your server is 486 and xeon, it isnt nesserary to talk about. ;)2005/12/7, Joshua Slive <[EMAIL PROTECTED]>:
On 12/6/05, Eugene <[EMAIL PROTECTED]> wrote:> Are there any benchmarks out there that compare the performance> between Apache 2.0.x and the newly-released Apache
2.2.0?I do
I remember that the SSL need a certificate. Have you created it ?2005/12/7, Nick Burch <[EMAIL PROTECTED]>:
HiI'm having trouble when trying to combine NameVirtualHosting on one SSLIP, and per-IP virtual hosting for others.My ideal setup is:NameVirtualHost *:80 (lots of virtual hosts)NameVi
Hi,
I am still trying to make .htaccess to work. If I use, the directives for
my directory that I want to set up
.htaccess password for, as
AllowOverride None
AllowOverride All
where should I put it on httpd.conf file that nothing will affect before
it's executed. And should I comme
Yes, but the thing is that since no proxy rule tells the reverse proxy to
forward the request to the back end, i.e. https://myserver/doc-literal, the
reverse proxy will look for a file beneath it's document root that matches the
URL path.
If you now replace "RewriteRule ^/services/doc-literal
Your set up is a bit of a mess
1) You don't need (and should have) Auth directives in the main config *and* in
a .htaccess file. For simplicity, I'd recommend all directives in the main
config and only use a .htaccess file if you really need to (if you don't know
whether to use a .htaccess
61 matches
Mail list logo