On 3/26/07, Sam Carleton <[EMAIL PROTECTED]> wrote:
On 3/26/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
> On 3/26/07, Sam Carleton <[EMAIL PROTECTED]> wrote:
> > I am working on setting up apache as a reverse proxy for a kiosk
> > system I am developing. The basic reverse proxy is working, but i
On 3/26/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 3/26/07, Sam Carleton <[EMAIL PROTECTED]> wrote:
> I am working on setting up apache as a reverse proxy for a kiosk
> system I am developing. The basic reverse proxy is working, but it
> does not appear to be caching the requests to the hard
Hopefully this reply will help someone else who has encountered this
problem. Here is my solution, and my understanding of how it works.
Listen 81
#subversion configuratoin
DAV svn
SVNParentPath /srv/svnrepos
# Limit write permission to list of valid users.
# Require SSL connection fo
I'm trying to get userdir to work. Home directories are defined as
/home/foobar/user, but /home/foobar is a symbolic link
to /export/home. How do I enable following that symbolic link?
Thanks,
Steve
My mod_userdir.conf contains:
UserDir disabled root
UserDir public_html
I can call it several times in a row without fail, and then it hits the 502
error about 2 or 3 times and then comes back.
If I call the server directly (internal network) it works 100% and has a
very fast response time. I think that indicates apache.
Steve
-Original Message-
From: Rob
can the host with apache running as a proxy make that number of
sucessive/concurrent connections to the proxied server?
Can we exonerate apache as a proxy yet?
Robin-David Hammond KB3IEN
50 West 17th Street
Ninth Floor
New York, NY 10011
+1 212 479.1700 x 1729
On Mon, 26 Mar 2007, Steve G
yeah, i didnt pull up my RosettaStone of unix page, before hitting ctrl+x.
http://bhami.com/rosetta.html
Robin-David Hammond KB3IEN
50 West 17th Street
Ninth Floor
New York, NY 10011
+1 212 479.1700 x 1729
On Mon, 26 Mar 2007, Steve Gums wrote:
I did not suspect BIND, however this is a gr
Hard coding the IP address is still failing. :-(
Steve
-Original Message-
From: Robin-David Hammond [mailto:[EMAIL PROTECTED]
Sent: Monday, March 26, 2007 12:49 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] ProxyPass fails constantly
is this a BIND issue? is this an apa
I did not suspect BIND, however this is a great suggestion. I have
hard-coded the IP for the moment and am testing it now. However I am not
aware of a hosts.text file, please elaborate if you would please? This isn't
the /etc/hosts file you are speaking of, right?
I have had issues with BIND on S
is this a BIND issue? is this an apache issue? does it happen when you use
hosts.text ?
Robin-David Hammond KB3IEN
50 West 17th Street
Ninth Floor
New York, NY 10011
+1 212 479.1700 x 1729
On Mon, 26 Mar 2007, Steve Gums wrote:
I am running apache 2.2.3 on Solaris 9
In my httpd-vhosts.c
I am running apache 2.2.3 on Solaris 9
In my httpd-vhosts.conf file I have the following entry
ServerAdmin [EMAIL PROTECTED]
ServerName go.domain.com
ProxyTimeout 900
ProxyPass / http://go.domain.com/
ProxyPassReverse / http://go.domain.com/
Options all +includes
the & has a special meaning within your shell. its NOT an htpasswd issue,
if the shell manual is too big (normaly is) try using quotes or escaping
the amp with a downstroke.
Robin-David Hammond KB3IEN
50 West 17th Street
Ninth Floor
New York, NY 10011
+1 212 479.1700 x 1729
On Mon, 26 Mar
On 3/26/07, Krist van Besien <[EMAIL PROTECTED]> wrote:
Hello all,
I have an apache 2.0.59 instance that is used as a proxy. In order to
debug some problems I wanted to have a look at all the data that
passed through it, so I recompiled my apache with mod_dumpio.
(The system is a solaris 10 syst
We are having some issues with very slow ( 5 to 15 seconds ) load times on
16k images on our site. This seems to happen under moderate load. It does
not seem to be any problem with bandwidth form the ISP.
Are there any Apache config issues that could be casing this?
Server uptime: 4 days
Hello all,
I have an apache 2.0.59 instance that is used as a proxy. In order to
debug some problems I wanted to have a look at all the data that
passed through it, so I recompiled my apache with mod_dumpio.
(The system is a solaris 10 system)
I then added the lines:
LoadModule dumpio_module m
Hi,
I am having some problems getting my mod_rewrite to work on my development
server. On my
production server (fedora c6) this works fine. But on my development server
(fedora c6) it
woun't work.
I have a file basicpage.php that is located in the webroot. I then have
a .htaccess file
with th
On 3/26/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
Your configuration looks basically correct.
Your symptoms suggest to me a caching issue. Are you using mod_cache
or any other caching?
Joshua.
Thanks Joshua! Fixed the problem. Your reply got me to start looking
elsewhere. (The issue was
I'm using Apache2.2 and I found a pam auth module, now I want and start using
this module under usermode, but apparently this is impossible, I've tried
everything I could think of chmod'ed the master.passwd, master.passwd.db
file to 640/660 added www to wheel group, chgrp the file to the www group
On 3/25/07, Sam Carleton <[EMAIL PROTECTED]> wrote:
I though I saw some where that it is possible to have configuration
for multiple apache servers in one physical file. Where did I see
that and how does it work?
There are several ways to do this. One is using blocks and
the -D option when yo
On 3/26/07, Sam Carleton <[EMAIL PROTECTED]> wrote:
I am working on setting up apache as a reverse proxy for a kiosk
system I am developing. The basic reverse proxy is working, but it
does not appear to be caching the requests to the hard drive.
Take a look at the HTTP response headers being s
On 3/26/07, Mike Dev <[EMAIL PROTECTED]> wrote:
The behavior seems a bit unpredictable. Sometimes it works correctly,
other times it doesn't. Refreshing the index.html files with "# touch
index.html" seems to affect which file gets served, whereas server
restart doesn't appear to. I'm pretty
Hi, newbie here, probably facing a common/simple problem but I haven't
been able to find a solution. :(
I'm trying to set up two named virtual hosts to resolve to different
document roots.
I would like:
http://www.domain1.com --> /var/www/domain1/index.html
http://www.domain2.com --> /var/www/do
I am working on setting up apache as a reverse proxy for a kiosk
system I am developing. The basic reverse proxy is working, but it
does not appear to be caching the requests to the hard drive. I have
included my httpd.conf, I was hoping that someone might point out to
me what I have configured w
Hi Brian,
[EMAIL PROTECTED] ~]# htpasswd -b
/etc/opt/CollabNet_Subversion/conf/svn_auth_file jtest
f&5H%c
htpasswd -b /tmp/passfile username "f&5H%c"
should do the trick :)
Cheers,
Stefan
-
The official User-To-User support
> -Original Message-
> From: Brian McCann [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 26, 2007 2:14 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] htpasswd problem adding user
>
> Hi,
>
> When I try to add a new user with htpasswd on the command
> line, it takes every
Hi,
When I try to add a new user with htpasswd on the command line, it takes every
thing after "f&"
as a new command then hangs waiting for some input after "Adding password for
user jtest" and when I enter
Ctrl c it completes the command adding user "jtest" with a password "f"
any help wou
Hi
I've just installed phpMyAdmin - 2.10.0.2 on my Windows 2003/Apache
2.0.59/MySQL 5.0.27 box, however I seem to have a configuration issue.
None of the images display, and in the Apache error log I get lines like this
for each image:
[Fri Mar 23 10:29:07 2007] [error] [client 130.246.7
27 matches
Mail list logo