Re: [EMAIL PROTECTED] Upgrading to Apache/2.0.54 from 1.3.26

2005-12-19 Thread Gerry Danen
Hi Alfred, Yes, Apache is running. I'm running virtual hosts so the hardcoded ip address does not really work. Gerry On 12/19/05, Alfred Vahau <[EMAIL PROTECTED]> wrote: > Hi, > Is Apache running at all? > If Apache is running, what happens if you explicitly set Listen address>:80 in the conf

Re: [EMAIL PROTECTED] Upgrading to Apache/2.0.54 from 1.3.26

2005-12-19 Thread Alfred Vahau
Hi, Is Apache running at all? If Apache is running, what happens if you explicitly set Listen address>:80 in the conf file and then try to access the index page from the browser http:///index.html Alfred, Gerry Danen wrote: I have set up a new server and adjusted the config files, but I keep

[EMAIL PROTECTED] Upgrading to Apache/2.0.54 from 1.3.26

2005-12-19 Thread Gerry Danen
I have set up a new server and adjusted the config files, but I keep getting "connection refused". Been chewing on this for some time now. Does anybody have any suggestions? Many thanks -- Gerry http://portal.danen.org/ - The o

[EMAIL PROTECTED] RedirectMatch

2005-12-19 Thread Ed Sawicki
I'm administering an Apache server that runs PHP-based Webapps that I have not written and cannot change. These Webapps are being successfully attacked. Here's an example from the log: 66.57.121.127 - - [19/Dec/2005:19:50:46 -0800] "GET /phplive/image_tracker.php?l=Bob&x=1&deptid=0&page= http%3A/

RE: [EMAIL PROTECTED] Virtual Hosting and SSL

2005-12-19 Thread Arthur DiSegna
Hi, The httpd.conf file has four LogFormat lines like below. The actual log shows only one line per access request. The first line has everything combined so why four entries? -# remoteHost, identityCheck, userName, time, first line of the request, status, bytes sent

Re: [EMAIL PROTECTED] Virtual Hosting and SSL

2005-12-19 Thread Jerry Baker
Jerry Baker wrote: Is there a way to configure a vhost so that the "regular" access and SSL access use the same configuration (other than using config file includes)? I guess another way of putting it is, I am looking to see if it is possible to just tell Apache that anything on port 443 is t

Re: [EMAIL PROTECTED] user nobody group nobody??

2005-12-19 Thread Joshua Slive
On 12/19/05, Arthur DiSegna <[EMAIL PROTECTED]> wrote: > I'm wondering about the necessity of placing User Nobody and Group Nobody > lines in httpd.conf. > > I loaded a high performance type httpd.conf file and these values are left > out. Apache still runs the initial process as root with all ch

[EMAIL PROTECTED] user nobody group nobody??

2005-12-19 Thread Arthur DiSegna
Hi, I'm wondering about the necessity of placing User Nobody and Group Nobody lines in httpd.conf. I loaded a high performance type httpd.conf file and these values are left out. Apache still runs the initial process as root with all child processes run under nobody. Is it even nec

Re: [EMAIL PROTECTED] 403 forbidden

2005-12-19 Thread Joshua Slive
On 12/19/05, Benjamin Adams <[EMAIL PROTECTED]> wrote: > If I type localhosst/~raiduser/ > I get 403 forbidden but for people with the home dir on the default > location the mon_userdir works fine. > Start by checking the error log. Joshua.

[EMAIL PROTECTED] mod_auth_mysql

2005-12-19 Thread Robbie
hey guys,    so i'm trying to get this to work..  and i'm getting a whole bunch of errors.   i'm running apache 2.2.0 with mysql  5.0.16   i download the file mod_auth_mysql-3.0.0.tar.gz  from source fordge   i issue the command /usr/local/apache/bin/apxs -c -L/usr/local/mysql/lib/mysql -I

Re: [EMAIL PROTECTED] https RewriteRule before authentication

2005-12-19 Thread Joshua Slive
On 12/19/05, Diana Shepard <[EMAIL PROTECTED]> wrote: > > > I am running Apache 2.0.53 on Sun Solaris 9. > > I am trying to force the use of https for a particular web site. > I've done: > > > > ServerName www.somewhere.com > RewriteEngine On > RewriteCond %{REQUEST_URI} /somestring/ > RewriteRule

[EMAIL PROTECTED] https RewriteRule before authentication

2005-12-19 Thread Diana Shepard
Title: https RewriteRule before authentication I am running Apache 2.0.53 on Sun Solaris 9. I am trying to force the use of https for a particular web site.  I've done: ServerName www.somewhere.com RewriteEngine On RewriteCond %{REQUEST_URI} /somestring/ RewriteRule ^(.*)$ https://

[EMAIL PROTECTED] 403 forbidden

2005-12-19 Thread Benjamin Adams
I'm trying to step up mod_userdir It works for people on the default home directory. But most of the people are located on a raid through a ln. /users/username -> /Volumes/Raid/users/username/ If I type localhosst/~raiduser/ I get 403 forbidden but for people with the home dir on the default

Re: [EMAIL PROTECTED] LDAP and Firefox

2005-12-19 Thread Alfred Vahau
Matt Weston wrote: I have configured LDAP authentication for a particular section of our website and when I try to access this page in FireFox it tends to take quite a bit longer to load than when you use IE or Opera with the same website. Does anyone know a good reason and/or fix for this?

[EMAIL PROTECTED] LDAP and Firefox

2005-12-19 Thread Matt Weston
I have configured LDAP authentication for a particular section of our website and when I try to access this page in FireFox it tends to take quite a bit longer to load than when you use IE or Opera with the same website. Does anyone know a good reason and/or fix for this? -

RE: [EMAIL PROTECTED] Which directory

2005-12-19 Thread Gallagher, Jon
Check you're email, I can help off-list :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Belew Sent: Monday, December 19, 2005 1:04 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Which directory Thank you! I made that change to the d

RE: [EMAIL PROTECTED] Which directory

2005-12-19 Thread Bill Belew
Thank you! I made that change to the documentroot. Now can you tell me what I need to do to give permission per the message below? Forbidden You don't have permission to access / on this server. Apache/2.0.55 (Win32) Server at belewconsulting.com Port 80 Bill -Original Message- From:

[EMAIL PROTECTED] Virtual Hosting and SSL

2005-12-19 Thread Jerry Baker
I have several name-based virtual hosts up and running with no issues, and the same for SSL. However, I get the feeling that the way I have it currently is not the optimum way. Currently I have to set up one container for "regular" port 80 access and another container for SSL access. Since each

RE: [EMAIL PROTECTED] Which directory

2005-12-19 Thread Gallagher, Jon
Most webservers have a document root. This is described in detail and can be configured in the httpd.conf file. However - out of the box, the document root for apache httpd is: apache_installation_dir/htdocs Where apache_installation_dir is where you installed apache. In there you will

[EMAIL PROTECTED] Which directory

2005-12-19 Thread Bill Belew
Title: Message I'm trying very hard to use the documentation and not ask for help on obvious things, but I find some simple things very ambiguous.  What directory is the message below referring to?   If you can see this, it means that the installation of theApache web server software on thi

[EMAIL PROTECTED] trying to use mod_proxy with a sso

2005-12-19 Thread François Conil
hello, After looking for an answer in the archives, I'll try asking here. I'm currently managing a three servers set up : A sso server, a reverse proxy front end and a http backend. Basically, i'm trying to have things like this work : proxy.domain/public_app -> proxy -> backend.local/privat

[EMAIL PROTECTED] Apache as a Rsync HTTP proxy

2005-12-19 Thread Vincent Blondel
Hi all, Recently I had to set-up our external http proxy (apache 1.3.x) in such a way that it accepts rsync traffic coming from our lan. So I decided to add a 'CONNECT' in my httpd.conf. This is all working now but not so fine as I could expect it. Sometimes the communication is broken and I get

[EMAIL PROTECTED] Apache and dynu

2005-12-19 Thread Tom
Hello,     I am new to using apache. I have been told by people that in order to run a webserver from my computer I would need apache.  I also need a dns client, and I was directed toward dynu, since its free.  I am having a terrible time setting these two up together to work.  Does anyone k

Re: [EMAIL PROTECTED] mod_cache again

2005-12-19 Thread Joshua Slive
On 12/19/05, Henning Meyer <[EMAIL PROTECTED]> wrote: > Hello, > > I still have the problem that script-generated images do not get cached. > > I run apache 2.0.54-5 inside Debian Sarge with mod_fastcgi 2.4.0-5. > What do I need in my configuration to get images cached by mod_cache? > I tought this

Re: [EMAIL PROTECTED] http 2.2.0 install issues

2005-12-19 Thread Joshua Slive
On 12/19/05, Jonathan White <[EMAIL PROTECTED]> wrote: > I am trying to get http 2.2.0 running on debian and have the > following error after installing (I am using the apache 2.2.0 source > dist): > > >/usr/local/apache2.2/bin/apachectl start > > [Sun Dec 18 22:08:17 2005] [warn] (92)Protocol not

[EMAIL PROTECTED] mod_cache again

2005-12-19 Thread Henning Meyer
Hello, I still have the problem that script-generated images do not get cached. I run apache 2.0.54-5 inside Debian Sarge with mod_fastcgi 2.4.0-5. What do I need in my configuration to get images cached by mod_cache? I tought this is enough, but obviously it isn't:

[EMAIL PROTECTED] Problem Generating New Certificate

2005-12-19 Thread Kaplan, Andrew H.
Hi there –   I am running an Apache 1.3.33 server with Mod_SSL 2.8.23. The existing SSL certificate has expired and I wanted to create a replacement for it. To accomplish this, I went to the Apache source directory and ran the make certificate command. I noticed the following error mess

Re: [EMAIL PROTECTED] httpd installation on hp-ux 11.11 pa-risc2.0-64bit

2005-12-19 Thread Joe Orton
On Sat, Dec 17, 2005 at 09:39:10AM -0500, Boys Santos wrote: > I am trying to install httpd version 2.2.0 on an hp-ux 11.11 > pa-risc2.0-64bit box. > > Following is the error from make: > >/bin/sh /tmp/httpd-2.2.0/srclib/apr/libtool --silent --mode=compile cc > - > Ae +Z +DAportable -mt

Re: [EMAIL PROTECTED] Certificate Import into Apache 2.2.0

2005-12-19 Thread Vincent Jong
I'm not an expert in anyway regarding certs or openssl and I'm assuming you've compiled apache with ssl support and the cert you're talking about is a server cert, you could probably try to edit your httpd.conf and httpd-ssl.conf file. The httpd-ssl.conf file is located in conf/extra and yo