SOLVED!!!
The problem was the redirections into VirtualHost, because "/" was
changed always to "/mypp" and for this, in the url the name is double.
One quick solution is(i'm working in one best with mod_rewrite):
ServerName www.myportal.com ProxyRequests Off
Order deny,allow
Hello all,
I need to POST files to an Apache server (version 2.0.58) using the chunked
transfer mode. However my PHP script doesn't seem to receive anything. I have
tested with another server (2.2.3) and it works fine.
Does anybody know what is the problem here?
Any help would be appreciated.
Hi all,
i am utilising mod_proxy to serve locally held static content but to proxy any
other requests to a different service. This works fine however i am having
problems with the logging of requests. I have set up my logging format to pick
up the client IP address from the headers as the reque
Hi all,
I am trying to configure my standalone Apache server 2.2 in my Mac OS
I am able to compile and install Apache HTTP Server 2.2.4 source tree
(downloaded for UNix) for my Mac OS server without enabling any features
(modules)
I followed the guidelines given
http://httpd.apache.org/docs/2.2
news <[EMAIL PROTECTED]> wrote on 24/04/2007 21:26:51:
> I would however like to know if anyone knows of a *list* of the escape
> characters used in URLs (like %20 to indicate a space character or
> %7E--I think it is--for the tilde character, for instance).
http://www.google.com/search?q=url+enc
Hi all,
I am able to compile all modules as DSO using
./configure --prefix=PREFIX --enable-mods-shared=all
its now creating all the modules (.so extension) under the modules
directory.
Now I am again trying to start my server using 'httpd'
But this time I am getting error like this :
httpd -
On 4/25/07, Foster, Stephen (ASPIRE) <[EMAIL PROTECTED]> wrote:
This format works fine and logs the client IP and the host that the request is
intended to go to for locally served content such as gif's etc.
However for objects that get proxied of to the other backend servers i get a
log entry
it will become rapidly obvious, but I am new to the Apache server: i had a need
to use a reverse proxy, so I installed and configured Apache: it works well,
happily displaying the content of the web server i'm protecting. i added
authentication by uncommenting the proper mod and am using our ins
Ach! Thank you!
[EMAIL PROTECTED] wrote:
> news <[EMAIL PROTECTED]> wrote on 24/04/2007 21:26:51:
>
>> I would however like to know if anyone knows of a *list* of the escape
>> characters used in URLs (like %20 to indicate a space character or
>> %7E--I think it is--for the tilde character, for
Raju Chandran wrote:
> 1) I tried to start the server using "apachectl start"
Instead try "sudo apachectl start" or "sudo apachectl graceful"
You'll be prompted for your admin password.
-
The official User-To-User support forum
On Wed, 25 Apr 2007 06:21:47 -0700 (PDT)
Fred Sanfrod <[EMAIL PROTECTED]> wrote:
> can someone please tell me what am I
> missing?
It's more likely you're trying something too complex
(probably with mod_rewrite) than that you're missing something.
Either that or the description is deeply confuse
On 4/25/07, Nick Kew <[EMAIL PROTECTED]> wrote:
On Wed, 25 Apr 2007 06:21:47 -0700 (PDT)
Fred Sanfrod <[EMAIL PROTECTED]> wrote:
> can someone please tell me what am I
> missing?
It's more likely you're trying something too complex
(probably with mod_rewrite) than that you're missing somethin
When I make a request to my local server, I always receive a response header
like this:
HTTP/1.1 200 OK
Date: Wed, 25 Apr 2007 18:31:04 GMT
Server: Apache/2.0.55 (Win32) PHP/5.2.0
Content-Location: index.html.en
Vary: negotiate,accept-language,accept-charset
TCN: choice
Last-Modified: Sat, 2
On 4/25/07, Draks Draks <[EMAIL PROTECTED]> wrote:
Hello all,
I need to POST files to an Apache server (version 2.0.58) using the chunked
transfer mode. However my PHP script doesn't seem to receive anything. I
have tested with another server (2.2.3) and it works fine.
Does anybody know what is
On 4/25/07, Dummy <[EMAIL PROTECTED]> wrote:
When I make a request to my local server, I always receive a response header
like this:
HTTP/1.1 200 OK
Date: Wed, 25 Apr 2007 18:31:04 GMT
Server: Apache/2.0.55 (Win32) PHP/5.2.0
How can I change the infomation in these attributes from Apach
On 4/23/07, Diego F. Fernandez <[EMAIL PROTECTED]> wrote:
It would be thankful to who can help me with these errors that leave in
log of apache.
[Mon Apr 23 11:35:52 2007] [notice] child pid 26936 exit signal
Segmentation fault (11)
*** glibc detected *** /usr/sbin/httpd: corrupted double-linked
On 4/24/07, Richard Dunne <[EMAIL PROTECTED]> wrote:
Sorry for any confusion, I have apache2 installed on my laptop. When I view
the files listed at http://localhost/Project in both IE and firefox, the last
modified date of the file that I edited today shows sundays date, 22nd of april.
You
I should tell everyone what it turned out to be, namely, the behind
the scenes apache delivery of the uri /error/
HTTP_UNAUTHORIZED.html.var to handle the Auth access rules - which
would be rewritten as /dir/, ad infinitum.
Changing the RewriteRule to:
RewriteRule !^(/dir|/error/HTTP_U
Joshua, can you resend, I can't find your mail, might have deleted by mistake,
thanks.
- Original Message
From: Joshua Slive <[EMAIL PROTECTED]>
To: users@httpd.apache.org
Sent: Wednesday, April 25, 2007 7:44:40 PM
Subject: Re: [EMAIL PROTECTED] apache2 not updating files
On 4/24/07, R
On Tue, Apr 24, 2007 at 04:42:38AM -0500, William A. Rowe, Jr. wrote:
> Dunno if anyone else has built httpd/apr for IPv6 as a binary,
> I haven't (not for distribution, in any case).
I've been building httpd/apr with IPv6 on windows for years, including
the latest versions of both, and they work
On Tue, Apr 24, 2007 at 06:23:27AM -0500, Jess Holle wrote:
> My group will need to build such a binary in the not *too* distant
> future (e.g. yet this calendar year for sure).
Eh, just build it yourself then :-)
--
Colm MacCárthaighPublic Key: [EMAIL PROTECTED]
-
On 4/25/07, Richard Dunne <[EMAIL PROTECTED]> wrote:
Joshua, can you resend, I can't find your mail, might have deleted by mistake,
thanks.
http://mail-archives.apache.org/mod_mbox/httpd-users/200704.mbox/[EMAIL
PROTECTED]
-
no - i haven't: will spend the evening immersed.
thnx
j k <[EMAIL PROTECTED]> wrote:
On 4/25/07, Nick Kew <[EMAIL PROTECTED]> wrote: On Wed, 25 Apr 2007 06:21:47
-0700 (PDT)
Fred Sanfrod <[EMAIL PROTECTED]> wrote:
> can someone please tell me what am I
> missing?
It's more likely
will peruse this evening - thanks for the tip...
Nick Kew <[EMAIL PROTECTED]> wrote: On Wed, 25 Apr 2007 06:21:47 -0700 (PDT)
Fred Sanfrod wrote:
> can someone please tell me what am I
> missing?
It's more likely you're trying something too complex
(probably with mod_rewrite) than that you're m
On 4/25/07, Richard Dunne <[EMAIL PROTECTED]> wrote:
Last date modified is listed in my directory http://localhost/Project I have
attached a word attachment with a snapshot of the directory
The files are on my laptop, not a public/company server.
I am not using mod_cache, not familiar with this
On mer, 2007-04-25 at 14:36 -0400, Joshua Slive wrote:
> On 4/25/07, Draks Draks <[EMAIL PROTECTED]> wrote:
> > Hello all,
> >
> > I need to POST files to an Apache server (version 2.0.58) using the chunked
> > transfer mode. However my PHP script doesn't seem to receive anything. I
> > have tested
Is there a site with win32 IPv6 builds of Apache??
- Original Message -
From: "Colm MacCarthaigh" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, April 25, 2007 9:31 PM
Subject: Re: [EMAIL PROTECTED] Apache 2.2.23 with IPV6
On Tue, Apr 24, 2007 at 04:42:38AM -0500, William A. Rowe, J
On Wed, Apr 25, 2007 at 10:04:09PM +0200, Johnny Kewl wrote:
> Is there a site with win32 IPv6 builds of Apache??
Not that I'm aware of, I've definitely never uploaded my builds,
but build instructions are at;
http://httpd.apache.org/docs/2.2/platform/win_compiling.html
Last time I tested
Joshua Slive wrote:
>
> As always with seg faults, if you don't have any other ideas, you need
> to debug:
> http://httpd.apache.org/dev/debugging.html#crashes
Actually we don't mind debugging - after you've follwed the instructions
above to give us a backtrace of the crash to chew on :)
---
Colm MacCarthaigh wrote:
> On Tue, Apr 24, 2007 at 04:42:38AM -0500, William A. Rowe, Jr. wrote:
>> Dunno if anyone else has built httpd/apr for IPv6 as a binary,
>> I haven't (not for distribution, in any case).
>
> I've been building httpd/apr with IPv6 on windows for years, including
> the late
On Wed, Apr 25, 2007 at 03:30:19PM -0500, William A. Rowe, Jr. wrote:
> Colm MacCarthaigh wrote:
> > On Tue, Apr 24, 2007 at 04:42:38AM -0500, William A. Rowe, Jr. wrote:
> >> Dunno if anyone else has built httpd/apr for IPv6 as a binary,
> >> I haven't (not for distribution, in any case).
> >
> >
Raju Chandran wrote:
> Hi all,
> I am trying to configure my standalone Apache server 2.2 in my Mac OS
>
> I am able to compile and install Apache HTTP Server 2.2.4 source tree
> (downloaded for UNix) for my Mac OS server without enabling any features
> (modules)
>
> I followed the guidelines giv
I cleared the cache. The last date modified in windows explorer is todays date
april 24. The date last modified in apache is april 22. Its only if I move
the files to another dir that the date seems to change.
- Original Message
From: Joshua Slive <[EMAIL PROTECTED]>
To: users@httpd.
Hi all
Could anyone say to what degree mod_proxy buffers a request prior to passing
it on?
Thanks
Wayne
--
2X7 -> %A-3+ -> %K-7+ -> %9-?+ -> %Q-8 -> ?9-?9+
Hi all,
I've been asked to provide a proxy that authenticates users against
our LDAP tree, and then proxies their requests to an external system
that requires a different password (for the same user). I can do this
with a hardcoded username/password for the external system like this:
Sorry - I'd been experimenting, my filter isn't:
On 4/26/07, Dmitri Colebatch <[EMAIL PROTECTED]> wrote:
sub handler : FilterConnectionHandler {
print STDERR "test\n";
Apache::Const::OK;
}
1;
bug is:
sub handler : FilterConnectionHandl
Hi,
1. Please tell me, if it is possible for an Apache
(--enable-mods-shared=all --enable-ssl=shared --enable-so) module to
interact with a SSL-enabled MySQL (--with-openssl=)?
2. If yes, then considering that I have got required keys/certificates
for both the client, server and the CA, what
Hey List,
We have Jboss clustered environment with Apache installed on the main
server. For the past few days I've observerd Apache web server going
down couple of times in a week and hence users were not able to login.
I had to restart Apache. I checked the logs and in error_log I found
the foll
Sreedhar S wrote:
>
> We have Jboss clustered environment with Apache installed on the main
> server. For the past few days I've observerd Apache web server going
> down couple of times in a week and hence users were not able to login.
> I had to restart Apache. I checked the logs and in error_log
Hi William,
Thanks for the reply.
"SIGTERM means it was deliberately shut down by it's administrator or the
operating system"
I checked with the administrator and she did not shutdown. How does an
operating system shutdown the Apache server? You mean to say, is there
any process in operating sy
40 matches
Mail list logo