Re: [EMAIL PROTECTED] reverse proxy configuration help needed

2007-03-26 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] reverse proxy configuration help needed

2007-03-26 Thread Sam Carleton
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

Re: [EMAIL PROTECTED] help with mod_authz_ldap

2007-03-26 Thread Todd Nine
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

[EMAIL PROTECTED] Problem with userdir and symbolic links

2007-03-26 Thread Steve Kelem
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

RE: [EMAIL PROTECTED] ProxyPass fails constantly

2007-03-26 Thread Steve Gums
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

RE: [EMAIL PROTECTED] ProxyPass fails constantly

2007-03-26 Thread Robin-David Hammond
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

RE: [EMAIL PROTECTED] ProxyPass fails constantly

2007-03-26 Thread Robin-David Hammond
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

RE: [EMAIL PROTECTED] ProxyPass fails constantly

2007-03-26 Thread Steve Gums
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

RE: [EMAIL PROTECTED] ProxyPass fails constantly

2007-03-26 Thread Steve Gums
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

Re: [EMAIL PROTECTED] ProxyPass fails constantly

2007-03-26 Thread Robin-David Hammond
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

[EMAIL PROTECTED] ProxyPass fails constantly

2007-03-26 Thread Steve Gums
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

Re: [EMAIL PROTECTED] htpasswd problem adding user

2007-03-26 Thread Robin-David Hammond
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

Re: [EMAIL PROTECTED] mod_dumpio

2007-03-26 Thread Joshua Slive
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

[EMAIL PROTECTED] Slow image loads

2007-03-26 Thread Nathan Kellogg
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

[EMAIL PROTECTED] mod_dumpio

2007-03-26 Thread Krist van Besien
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

[EMAIL PROTECTED] mod_rewrite

2007-03-26 Thread Peter Lauri
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

Re: [EMAIL PROTECTED] very basic VirtualHosts config

2007-03-26 Thread Mike Dev
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

[EMAIL PROTECTED] Apache pam module

2007-03-26 Thread Ofloo
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

Re: [EMAIL PROTECTED] different ways to set Apache config

2007-03-26 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] reverse proxy configuration help needed

2007-03-26 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] very basic VirtualHosts config

2007-03-26 Thread Joshua Slive
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

[EMAIL PROTECTED] very basic VirtualHosts config

2007-03-26 Thread Mike Dev
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

[EMAIL PROTECTED] reverse proxy configuration help needed

2007-03-26 Thread Sam Carleton
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

Re: [EMAIL PROTECTED] htpasswd problem adding user

2007-03-26 Thread Stefan Schneider
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

RE: [EMAIL PROTECTED] htpasswd problem adding user

2007-03-26 Thread Boyle Owen
> -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

[EMAIL PROTECTED] htpasswd problem adding user

2007-03-26 Thread Brian McCann
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

[EMAIL PROTECTED] Apache & PHP(myadmin)

2007-03-26 Thread Warhurst, SI \(Spencer\)
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