you're cruising for a bruising.
The only way I can imagine it would possible to achieve this would be by
creating a reverse proxy.
First of all, even if this is possible using mod_rewrite, you will not be able
to rewrite the Location headers (ProxyPassReverse) to make redirects work
correctly
Hi,
This may sound like a strange question, but I am
trying to use mod_proxy in a way which I have not yet
seen described anywhere. What I would like to do is
accept connections on my webserver for certain URLs,
say:
http://myapache.com/useproxy/website.com/webpage.html
where example myapache
Hey Andrew,
You have to try and isolate the problem.
It's a start to remove modules and make the issue
go away in a lab setup and thus identify the component
that is causing the problem. Try to nail down the
individual requests that cause a server process/thread
to hang.
Ideally mod_forensic shou
Hi,
I'm testing performance of Apache Axis2/c using apache Bechmark.I'm
sending requests in a linux machine but when i'm sending a big xml
file with my request
apache benchmark is time out.I don't know how to set apache benchmark
timeout.And when i'm setting the apache web server's timeout paramete
Thank Tom Hart
<[EMAIL PROTECTED]> wrote:
>It might be helpful if you were able to provide us with more information about
>your >system and your apache setup.
I am using Window XP Home, Redhat 9.0, apache2 with Active Perl 5.8.
Checked folder htdocs I have file favicon.ico in it, but properti
Hi
I am trying to upgrade from apache 2.2.4 to 2.2.6 on Red Hat AS4
update4-x64 configuration
I compiled apache with following options. My 2.2.4 apache was also
compiled with below configuration.
./configure --enable-proxy --enable-proxy-http --enable-proxy-connect
--enable-proxy-ftp --enable-
Daniel,. this sounds like you did not run ./configure from teh very top
source directory first.
This needs to be done to make the apr stuff available from what I can see.
Like I said earlier do a dummy ./configure run from the main source
directory first.
On Wed, 7 Nov 2007, Daniel Campbel
Liz Kim wrote:
We have four separate wiki's set up on our server each using a
different db in MySQL.
Each of the db contain their own tables with a list different users...
Would it be possible to only use one of the four tables and have the
three wikis point to this one user table?
I would assum
We have four separate wiki's set up on our server each using a
different db in MySQL.
Each of the db contain their own tables with a list different users...
Would it be possible to only use one of the four tables and have the
three wikis point to this one user table?
I would assume some major rest
On Wed, 07 Nov 2007 17:39:48 -0500
Daniel Campbell <[EMAIL PROTECTED]> wrote:
> I did the following but get a configure error with --with-apr=../apr
> Any Ideas?
--with-apr needs to point to your /path-to-apr-1-config
(as does --with-apr-util).
--
Nick Kew
Application Development with Apache
I did the following but get a configure error with --with-apr=../apr
Any Ideas?
Thanks,
Dan
build_machine:/usr/local/src#tar -xjf httpd-2.2.6.tar.bz2
build_machine:/usr/local/src#cd httpd-2.2.6
build_machine:/usr/local/src/httpd-2.2.6#cd srclib/apr
apr apr-util
build_machine:/usr/
On Wed, 7 Nov 2007 16:40:49 -0500
"Van Nguyen" <[EMAIL PROTECTED]> wrote:
> I know this is a little long and somewhat confusing... but any help
> would be great! Thanks in advance.
It looks as if you're struggling towards
http://www.apachetutor.org/admin/reverseproxies
--
Nick Kew
Application
I am using Apache HTTP server as a front end to JBoss. I have my
application deployed as:
http://internal.domain.com/foobar
If I type in that URL, it works as expected. Going to that page will
forward you to a login on page
(http://internal.domain.com/foobar/global/login.do). This virtua
Daniel Campbell schrieb:
Has anyone had any luck building mysql into apache version 2.2.6? I am
able to get it to compile fine but if I "ldd httpd" there is no mysql
library linked in and if I try and use the "DBDriver mysql" in the
httpd.conf file I get "DBD: No driver for mysql" when start
Is this a file permissions problem? If you're running apache with best
security practices in mind, you should be running it under another
non-privileged account. If this is the case, and the icon you want to
use is from before you reformatted (or after actually) there could be a
file permission
Hello friends,
After I re-installed to recover windows XP home and Apache2, my personal Icon
disappeared, it is replaced by Apache feathered Icon.
I copied and pasted image file favicon.ico from Manual to htdocs, but it won't
show the feather image as my page had it before, now it is showing o
Two questions about logging:
1. Can I log whether or not the current request was operated on by mod_php?
I want to determine what % of my requests are PHP. I've tried to
determine this based on filename, but with ForceType and other
configuration directives, it's possible for a file to be p
Hi this keeps happening a lot where my server will be unresponsive... it just
hangs forever.. so I checked the apache server-status and there was 131
requests that looked like this..
39-16 2177 0/67/114 R 0.95 47 562 0.0 0.48 0.66 ? ? ..reading..
40-16 29189 0/220/220 R 3.40 47 135 0.0 0.67
On Nov 7, 2007 6:49 AM, pinky goyal <[EMAIL PROTECTED]> wrote:
> Hi All !
>
> I have stuck up due my .htaccess file.
>
> ---here in my .htaccess file -
>
> Options +FollowSymLinks
> RewriteEngine On
>
>
>
> # REDIRECTION FROM
On Fri, Oct 26, 2007 at 03:12:59PM -0400, David Nalley wrote:
> In capturing the packets I see that it binds successfully several times and
> then tries to authenticate. The AD box returns:
> LDAPMessage searchResDone(5) operationsError (: LdapErr:
> DSID-0C090627, comment: In order to pe
Hi,
Daniel Campbell schrieb:
Has anyone had any luck building mysql into apache version 2.2.6? I am
able to get it to compile fine but if I "ldd httpd" there is no mysql
library linked in and if I try and use the "DBDriver mysql" in the
httpd.conf file I get "DBD: No driver for mysql" when st
Hi All !
I have stuck up due my .htaccess file.
---here in my .htaccess file -
Options +FollowSymLinks
RewriteEngine On
# REDIRECTION FROM NONSECURE TO SECURE #
RewriteCond %{SERVE
Thanks for the suggestions.
In the end I found that unless the site root was handled by mono (currently
only /cashless/ is handled), the // would continue to cause problems.
However, this change brought its own problems - php pages stopped being
served correctly and mono started to redirect subf
23 matches
Mail list logo