Re: [EMAIL PROTECTED] Apache Authentication & Authorization

2007-03-19 Thread Gaël Lams
Hi, I have a few questions about the authentication & authorization methods within Apache. We have requirements to do Kerberos Authentication & LDAP Authorization. How would we implement this type of request within apache? Do we use mod_authnz_ldap or is there some sort of Kerberos module we n

[EMAIL PROTECTED] File Uppload via HTTP and PHP

2007-03-19 Thread Tomas Larsson
Dear group. It seems that for some reason the APACHE server is terminating file-uploads randomly. I'm getting very frustrated on this issue. Sometimes, 100 meg files are ok, but sometimes 8meg files fails. Looking on a packet dump from my ethernet card, it seems just like the server decides to term

Re: [EMAIL PROTECTED] Apache CPU Core Usage

2007-03-19 Thread Graham Frank
Yeah, probably should have mentioned that I'm using Apache 2.2.4. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [E

[EMAIL PROTECTED] Apache CPU Core Usage

2007-03-19 Thread Graham Frank
Hello all, OS: CentOS 4.4 x86_64 CPU: Dual Intel Xeon E5335 (quad-core) Kernel: 2.6.20 I've been watching "top" after compiling Apache and in both the worker and prefork MPM, I've noticed that Apache likes to use the same CPU core a lot more than using all of the cores. Right now, top repor

[EMAIL PROTECTED] help with mod_authz_ldap

2007-03-19 Thread Todd Nine
Hi all, I'm having a bit of trouble getting mod_authz_ldap to work. I have my OU layout and my posix groups layout included. I'm simply trying to authenticate the user "tnine" against the group cn=development,ou=Groups,dc=arocksoftware,dc=com I receive the following error, so I'm obviously no

[EMAIL PROTECTED] global_symbol_pipe

2007-03-19 Thread Robin-David Hammond
this variable remains undefined causing failed compiles: /usr/local/src/httpd/2.2.4/srclib/apr/libtool --silent --mode=link /opt/gcc/3.4.6/3.4.6_SunOS_sun4u/bin/gcc -pthreads -I/usr/local/include -O -DHARD_SERVER_LIMIT=1024 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -L/usr/local/lib -R/usr/

Re: [EMAIL PROTECTED] Apache problem with MSIE

2007-03-19 Thread matt farey
sharath reddy wrote: > Hi All, > > Thanks for responses, Still i could not able to solve the problem, > even though i enabled mod_expires. > > Here the problem: As i found that IE fetching the entire webpage from > weblogic server intsead of from local cache when i hit the back > button.So, is th

Re: [EMAIL PROTECTED] Apache problem with MSIE

2007-03-19 Thread sharath reddy
Hi All, Thanks for responses, Still i could not able to solve the problem, even though i enabled mod_expires. Here the problem: As i found that IE fetching the entire webpage from weblogic server intsead of from local cache when i hit the back button.So, is there any directive or apache setting

Re: [EMAIL PROTECTED] Restrict access to folders SOLVED

2007-03-19 Thread Bruce Hyatt
Israel, that was my question exactly. I should be able to get one of these methods to work. Thank you. Bruce --- On Mon 03/19, Israel Brewster < [EMAIL PROTECTED] > wrote: If I read the question right, what you are missing is what happens if someone currently at www.myDomainName.com/PersonalS

[EMAIL PROTECTED] Determining the requested path

2007-03-19 Thread Boudewijn Ector
Hi guys, I've got a question about determining which SVN-repository will be served using mod_svn. Currently, this is in httpd.conf: DAV svn AuthType Basic AuthName "Subversion repository" SVNParentPath /var/svn Auth_PG_host localhost Auth_PG_port 54

[EMAIL PROTECTED] Multiple Apache servers advice

2007-03-19 Thread Andrew E. White
Due to a set of requirements, I am having to setup apache to run with multiple instances. For the most part we want the httpd.conf files to be the same. I realize that I must set each instance to bind to its own set of ports, but what else should I worry about? Are there going to be any issues

Re: [EMAIL PROTECTED] Apache parsing PHP 'and' SSI tags in v1.3?

2007-03-19 Thread William A. Rowe, Jr.
Wesley Craft wrote: > How different is 2.2 from 2.0? My production servers are presently > in-use for some tasks and are running 2.0, the latest in the red hat > repo. I'm trying to make sure that my migration to 2.0 will upgrade > easily to 2.2 when Red Hat releases it... Then ask RedHat - they d

Re: [EMAIL PROTECTED] Apache parsing PHP 'and' SSI tags in v1.3?

2007-03-19 Thread Wesley Craft
How different is 2.2 from 2.0? My production servers are presently in-use for some tasks and are running 2.0, the latest in the red hat repo. I'm trying to make sure that my migration to 2.0 will upgrade easily to 2.2 when Red Hat releases it... -Wes On 3/19/07, William A. Rowe, Jr. <[EMAIL PRO

Re: [EMAIL PROTECTED] Apache parsing PHP 'and' SSI tags in v1.3?

2007-03-19 Thread Wesley Craft
That does make sense, but I'm a one-person programming team. So with a [very] tight delivery schedule, I can't afford the time to trudge through the code and change all of my thousands of existing SSI tags to PHP. This is also considering that a good number of those SSI tags include overly complic

Re: [EMAIL PROTECTED] Restrict access to folders

2007-03-19 Thread Israel Brewster
On Mar 19, 2007, at 11:43 AM, Zembower, Kevin wrote: Maybe I'm missing something here, but … If neither PersonalSite nor ProfessionalSite contain any links to the other, and if they both contain an ‘index.html’ file to suppress automatic index generation, then users won’t be able to bro

RE: [EMAIL PROTECTED] Restrict access to folders

2007-03-19 Thread Bruce Hyatt
What would www.myDomainName.com consist of? Bruce --- On Mon 03/19, Zembower, Kevin < [EMAIL PROTECTED] > wrote: Maybe I'm missing something here, but … If neither PersonalSite nor ProfessionalSite contain any links to the other, and if they both contain an ‘index.html’ file to suppress auto

RE: [EMAIL PROTECTED] Restrict access to folders

2007-03-19 Thread Zembower, Kevin
Maybe I'm missing something here, but ... If neither PersonalSite nor ProfessionalSite contain any links to the other, and if they both contain an 'index.html' file to suppress automatic index generation, then users won't be able to browse from one site to the other. Am I missing something?

Re: [EMAIL PROTECTED] Apache parsing PHP 'and' SSI tags in v1.3?

2007-03-19 Thread William A. Rowe, Jr.
Wesley Craft wrote: > Bummer. We are in the middle of a migration to v2.0 that will take > several months. Was hoping I could do this quickly, but oh well. Wow. Investing in 2.0 for another six months? By the time you finish, 2.0 should be abandoned (there might be a 2.0.60 to pick up some bug

Re: [EMAIL PROTECTED] Apache parsing PHP 'and' SSI tags in v1.3?

2007-03-19 Thread Joshua Slive
On 3/19/07, Wesley Craft <[EMAIL PROTECTED]> wrote: Bummer. We are in the middle of a migration to v2.0 that will take several months. Was hoping I could do this quickly, but oh well. Thanks for the reply.. Of course, the other response to this type of query is: why use SSI if you are already

Re: [EMAIL PROTECTED] Apache parsing PHP 'and' SSI tags in v1.3?

2007-03-19 Thread Wesley Craft
Bummer. We are in the middle of a migration to v2.0 that will take several months. Was hoping I could do this quickly, but oh well. Thanks for the reply.. -Wes On 3/19/07, Joshua Slive <[EMAIL PROTECTED]> wrote: On 3/19/07, Wesley Craft <[EMAIL PROTECTED]> wrote: > Can anyone help me with

Re: [EMAIL PROTECTED] SSL access_log Flooded with "GET /" from 127.0.0.1 localhost

2007-03-19 Thread Joshua Slive
On 3/19/07, imacat <[EMAIL PROTECTED]> wrote: But it seems that ever since this discussing thread: [PATCH] Take 2, ssl_engine_io.c BIO and brigades refactored http://www.arcknowledge.com/gmane.comp.apache.devel/2002-10/msg00773.html The Apache developers seems to have changed from HTTP

Re: [EMAIL PROTECTED] SSL access_log Flooded with "GET /" from 127.0.0.1 localhost

2007-03-19 Thread imacat
On Mon, 19 Mar 2007 13:14:08 -0400 "Joshua Slive" <[EMAIL PROTECTED]> wrote: > On 3/19/07, imacat <[EMAIL PROTECTED]> wrote: > > Could someone tell me what these internal requests from? Where can > > I shut them down? > If you used extended-combined log format, you'd see from the > User-Agent

Re: [EMAIL PROTECTED] Restrict access to folders

2007-03-19 Thread nat . colley
Hey Bruce, I'm a newbie and I'm interested in this question, too, so thanks for asking. - Original Message From: Bruce Hyatt <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Monday, March 19, 2007 12:42:37 PM Subject: [EMAIL PROTECTED] Restrict access to folders Sorry, this is pr

Re: [EMAIL PROTECTED] Re: Apache Tomcat Connector Fail

2007-03-19 Thread John P. Dodge
On Sat, 17 Mar 2007, Lisa Tan wrote: > I have tried to configure Apache and Tomcat through mod_jk and received the > page can't be found when I access https://hostname/jsp-examples but > https://hostname is working. The log files don't give me meanful info as > follows. > > I have Linux 2.6.9 o

[EMAIL PROTECTED] Restrict access to folders

2007-03-19 Thread Bruce Hyatt
Sorry, this is probably a tired newbie question. I've read the httpd.conf file and browsed the archives but haven't found what I'm looking for. If you could just point me in the right direction I'd be really happy. I want to set up something similar to virtual hosts but I only have one domain

[EMAIL PROTECTED] Reverse Proxy Port 8080

2007-03-19 Thread Tod Thomas
I'm running apache v2.2.0, built from scratch, on an FC6 box. I have a Tomcat based portal server running from port 8080 on the same box. I'd like to proxy any requests to the portal through apache using mod_proxy, et al. The portal itself, upon initial request, redirects the client a couple

Re: [EMAIL PROTECTED] How to map a webspace regex folder to a filesystem folder?

2007-03-19 Thread Joshua Slive
On 3/16/07, JúlioMaranhão <[EMAIL PROTECTED]> wrote: but I only get /projects/name/index.html/index.html/index.html/... in a loop. What's in the error and access logs? What other changes have you made from the standard config? I see no reason for that AliasMatch to create a loop (and, in fac

Re: [EMAIL PROTECTED] SSL access_log Flooded with "GET /" from 127.0.0.1 localhost

2007-03-19 Thread Joshua Slive
On 3/19/07, imacat <[EMAIL PROTECTED]> wrote: First, why does it need to do so, as making an internal request? What will happen if it is not doing so? Couldn't it just return an HTTP 400 Bad Request response to the user? The second and the most strange thing is that: Nobody is actually

Re: [EMAIL PROTECTED] Apache starts more than one job

2007-03-19 Thread Joshua Slive
On 3/19/07, Indraveni <[EMAIL PROTECTED]> wrote: Hi, I am using Debian Operating System. There are more than one apache job running in my system. When ever I try check using the ps -A command, theer are nearly 10 apache jobs running. can some one tell me, why is it so, Due that my system is bec

[EMAIL PROTECTED] program recommendation: scheduling and project management

2007-03-19 Thread Noah
Hi there, might somebody please recommend their favorite open source scheduling and project management program? Cheers, Noah - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apach

[EMAIL PROTECTED] program recommendation: scheduling and project management

2007-03-19 Thread Noah
Hi there, might somebody please recommend their favorite open source scheduling and project management program? Cheers, Noah - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache

[EMAIL PROTECTED] Re: Reverse Proxy - How to disable HTTP access?

2007-03-19 Thread Jon Brule
Sigh... Relief... After some digging and playing, I figured out that I needed to do the proxy change in the mod_ssl configuration file (/etc/httpd/conf.d/ssl.conf) and not in the main configuration file (/etc/httpd/conf/httpd.conf). As a result, I am configuring the reverse proxy under the de

[EMAIL PROTECTED] Apache Authentication & Authorization

2007-03-19 Thread Strader, William A.
I have a few questions about the authentication & authorization methods within Apache. We have requirements to do Kerberos Authentication & LDAP Authorization. How would we implement this type of request within apache? Do we use mod_authnz_ldap or is there some sort of Kerberos module we need to

Re: [EMAIL PROTECTED] Apache parsing PHP 'and' SSI tags in v1.3?

2007-03-19 Thread Joshua Slive
On 3/19/07, Wesley Craft <[EMAIL PROTECTED]> wrote: Can anyone help me with the configuration, or is this simply a limitation of the older version? It's a limitation of apache 1.3. Use 2.x. Joshua. - The official User-To-Us

Re: [EMAIL PROTECTED] mod_expires.c

2007-03-19 Thread Issac Goldstand
Just download a source distribution from http://httpd.apache.org/ Issac sharath reddy wrote: > Hi All, > > I would like to have mod_headers.c, mod_expires.c source files. wher can > i get these source files to download?? > > Thanks, > Sharath -

[EMAIL PROTECTED] Apache parsing PHP 'and' SSI tags in v1.3?

2007-03-19 Thread Wesley Craft
Hello. I was unable to find an answer to this in the archives. I have a web server running Apache 1.3.37 and has thousands of pages named .html which are parsed for SSI tags. I am seem unable to configure apache to parse .html pages for both SSI tags AND php tags at the same time. However, in A

[EMAIL PROTECTED] Apache 2.2.3 prefork mpm mod_proxy_ajp

2007-03-19 Thread Chris Huisman
Hello, I'm having a problem with mod_proxy_ajp, I am receiving the following error messages: [Fri Mar 16 11:37:37 2007] [error] ajp_check_msg_header() got bad signature 420 [Fri Mar 16 11:37:37 2007] [error] ajp_ilink_receive() received bad header [Fri Mar 16 11:37:37 2007] [error] ajp_read_

[EMAIL PROTECTED] Reverse Proxy - How to disable HTTP access?

2007-03-19 Thread Jon Brule
Good Morning, First, I must apologize and confess to being a reverted newbie... Years ago (pre 2000), I worked with the Apache web server, but I find myself suffering from C.R.S. syndrome... I have setup a reverse proxy for an internal HTTP Tomcat web service on a default configuration for A

Re: [EMAIL PROTECTED] mod_expires.c

2007-03-19 Thread Hiep Nguyen
google them... my friend. On Mon, 19 Mar 2007, sharath reddy wrote: Hi All, I would like to have mod_headers.c, mod_expires.c source files. wher can i get these source files to download?? Thanks, Sharath - The official U

[EMAIL PROTECTED] mod_expires.c

2007-03-19 Thread sharath reddy
Hi All, I would like to have mod_headers.c, mod_expires.c source files. wher can i get these source files to download?? Thanks, Sharath

Re: [EMAIL PROTECTED] Apache 2.2.4 and Vista

2007-03-19 Thread Zorro3692
Hi Michael, Thanks for your reply. The link below is the first link I visited when I had the problem. It really offers no solution. In fact, there are more solution seekers than givers! In a message dated 3/19/2007 6:19:50 A.M. Eastern Daylight Time, [EMAIL PROTECTED] writes: T

[EMAIL PROTECTED] Apache starts more than one job

2007-03-19 Thread Indraveni
Hi, I am using Debian Operating System. There are more than one apache job running in my system. When ever I try check using the ps -A command, theer are nearly 10 apache jobs running. can some one tell me, why is it so, Due that my system is becoming slower. Once I killed all the processes

RE: [EMAIL PROTECTED] Apache 2.2.4 and Vista

2007-03-19 Thread michael
This link will tell you how to fix it had the same problem   http://www.apachelounge.com/forum/viewtopic.php?t=613&highlight=Thank You,Michael HerronCEO MPH Computer Systems LLC[EMAIL PROTECTED] Original Message Subject: [EMAIL PROTECTED] Apache 2.2.4 and VistaFrom: [EMAIL PROTEC

Re: [EMAIL PROTECTED] Request for Input: ApacheCon SSL Training

2007-03-19 Thread Issac Goldstand
Wildcard support shouldn't have to be official, because there *is* name-based virtualhost support for SSL. It's well documented in RFC 2817 and 2818 and according to the cipher list, is supported by most recent versions of mod_ssl in Apache 2.x If you want to push "how to better allow for name-ba

RE: [EMAIL PROTECTED] Request for Input: ApacheCon SSL Training

2007-03-19 Thread Chirouze Olivier
Hi, I'm sorry I always insist on wildcard certificates being not officialy supported by Apache, but I think that's something to know about. You can save a bunch of dollars a year with this trick ;-) Here's what I recently wrote for a doc, feel free to correct me if I'm wrong: ---

Re: [EMAIL PROTECTED] Request for Input: ApacheCon SSL Training

2007-03-19 Thread Vincent Bray
On 19/03/07, Sander Temme <[EMAIL PROTECTED]> wrote: Dear list, As I prepare my training session title "Practical SSL Implementation with Apache" for the upcoming ApacheCon EU conference, I would like to take a moment and request your feedback. #apache on freenode commonly sees quesions from p

[EMAIL PROTECTED] SSL access_log Flooded with "GET /" from 127.0.0.1 localhost

2007-03-19 Thread imacat
Dear all, Hi. This is imacat from Taiwan. After upgrading to Apache 2.2, the access_log of my SSL virtual host is flooded with numerious these records: ... 127.0.0.1 - - [19/Mar/2007:15:00:18 +0800] "GET /" 400 663 127.0.0.1 - - [19/Mar/2007:15:00:19 +0800] "GET /" 400 663 1