Re: [EMAIL PROTECTED] SSI works without mod_include.so???

2005-11-24 Thread William Cai
  Thanks Joshua! I tried "httpd -l". It's compiled into the server.   On 11/25/05, Joshua Slive <[EMAIL PROTECTED]> wrote: On 11/24/05, William Cai <[EMAIL PROTECTED]> wrote: > Hi list,> Just observe an interesting issue. I developed a SSI to parse *.shtml files.> I just made some minor changes in

Re: [EMAIL PROTECTED] SSI works without mod_include.so???

2005-11-24 Thread Joshua Slive
On 11/24/05, William Cai <[EMAIL PROTECTED]> wrote: > Hi list, > Just observe an interesting issue. I developed a SSI to parse *.shtml files. > I just made some minor changes in the httpd.conf file like the following. > > AddType text/html .shtml > AddOutputFilter INCLUDES .shtml > > Options F

[EMAIL PROTECTED] SSI works without mod_include.so???

2005-11-24 Thread William Cai
Hi list, Just observe an interesting issue. I developed a SSI to parse *.shtml files. I just made some minor changes in the httpd.conf file like the following.   AddType text/html .shtmlAddOutputFilter INCLUDES .shtml     Options FollowSymLinks +Includes    AllowOverride None   Then things worked.

Re: [EMAIL PROTECTED] need help on improving apache server performance

2005-11-24 Thread Joshua Slive
On 11/24/05, Senthil Nathan <[EMAIL PROTECTED]> wrote: > hi joshua, > right, it is /opt/hiweb/server/cgi-bin/higui > > and ok anyway cgi scripts running on the server. > but i want the images to cached and the client has to be faster, > in general. any request to the server has to be made properly

[EMAIL PROTECTED] Virtual Hosting with DAV and LDAP

2005-11-24 Thread Brian Topping
Hi gang, I'm trying to set up dynamically configured vhosts with an LDAP auth store. I have mod_ldap_auth and mod_vhost_alias working. I'm able to create virtual hosts by creating a directory, and auth from LDAP. One of my questions is whether there is a way to require group membership

[EMAIL PROTECTED] Problem with POST

2005-11-24 Thread Eddy Ilg
Hi, I am stuck with trying to get apache working with POST cgi scripts. I have a cgi script which works fine with GET, but when sending data with POST, there ist just nothing on stdin. Here's the configuration of my apache: Serveradmin [EMAIL PROTECTED] ServerName guinies.ferico

Re: [EMAIL PROTECTED] apache + python

2005-11-24 Thread Joshua Slive
On 11/24/05, Valentin Dimitrov <[EMAIL PROTECTED]> wrote: > Hi Raz, > > I've just left the modpython mailing list. The guys said that I don't > need modpython in order to run python programs within apache. > so I decided to join this mailing list :-| See the ScriptAlias directive, which is probabl

Re: [EMAIL PROTECTED] apache + python

2005-11-24 Thread Valentin Dimitrov
Hi Raz, I've just left the modpython mailing list. The guys said that I don't need modpython in order to run python programs within apache. so I decided to join this mailing list :-| I'd appreciate any help. Cheers Valentin On Thu, 24 Nov 2005, Raz wrote: Valentin, I would make this my fir

Re: [EMAIL PROTECTED] need help on improving apache server performance

2005-11-24 Thread Senthil Nathan
hi joshua,right, it is /opt/hiweb/server/cgi-bin/higuiand ok anyway cgi scripts running on the server.but i want the images to cached and the client has to be faster,in general. any request to the server has to be made properly and fetch the data from the server not from the cache.hope i made it cl

Re: [EMAIL PROTECTED] need help on improving apache server performance

2005-11-24 Thread Joshua Slive
On 11/24/05, Senthil Nathan <[EMAIL PROTECTED]> wrote: > hi all, > > i would like to improve the apache server performance. > its dead slow. its downloading the images again and again from the server > and makes it very slow. > > then i googled and found some interesting stuff like this, >

RE: [EMAIL PROTECTED] mod_cache & mod_rewrite

2005-11-24 Thread Axel-Stéphane SMORGRAV
I do something similar but the only way I have been able to make it work is by doing a "subrequest", i.e. having the VH make a request to itself (or another VH for that matter) Here is an example to give you the general idea, at the expense of an extra HTTP request: # RewriteCond to brea

Re: [EMAIL PROTECTED] Possible attack?

2005-11-24 Thread Joshua Slive
On 11/24/05, Gene <[EMAIL PROTECTED]> wrote: > Hi All: > > I've been getting a lot of hits on my server lately that look like they > might be some kind of exploit. Could someone be probing to see if my > server will proxy? Could it BE proxying without my knowledge? The resukt > code of 200 is distu

Re: [EMAIL PROTECTED] apache + python

2005-11-24 Thread Raz
Valentin, I would make this my first port of call: http://www.modpython.org/ best regards Raz - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more inf

[EMAIL PROTECTED] need help on improving apache server performance

2005-11-24 Thread Senthil Nathan
hi all,i would like to improve the apache server performance.its dead slow. its downloading the images again and again from the server and makes it very slow.then i googled and found some interesting stuff like this, -Expir

[EMAIL PROTECTED] Possible attack?

2005-11-24 Thread Gene
Hi All: I've been getting a lot of hits on my server lately that look like they might be some kind of exploit. Could someone be probing to see if my server will proxy? Could it BE proxying without my knowledge? The resukt code of 200 is disturbing. The log entries look like these (and there

[EMAIL PROTECTED] apache + python

2005-11-24 Thread Valentin Dimitrov
Hi guys, does somebody know how to chagne my apache2 config. on Debian in order to execute python cgi programs. I basically need to enable a directory with python files e.g. /var/www/my_python_stuff/* or /var/www/cgi/* to be executed from my browser using apache2. e.g. http://localhost/cgi/*

[EMAIL PROTECTED] LDAP Authentication and Subgroups/Nested groups

2005-11-24 Thread Alun Coppack
I am running Apache 2.0.50 with mod_auth_ldap When I use the 'require group' directive, members of nested groups do not seem to be recognised. I am trying to authenticate using: 'require group cn=Authenticated_users,ou=Roles,dc=sample,dc=com' This group, (Authenticated_Users) has a group called

Re: [EMAIL PROTECTED] mod_cache & mod_rewrite

2005-11-24 Thread Joshua Slive
On 11/23/05, Luc Levesque <[EMAIL PROTECTED]> wrote: > Hello, > > Let me start off by apologizing if this list doesn't handle questions > like this but I hoped it might seeing as it's about standard Apache modules. > > We currently run mod_rewrite successfully on this URL: > > /travel/Unite

[EMAIL PROTECTED] https and SSLVerify URL within iframe

2005-11-24 Thread John Weissberg
I have an Apache2 server that requires a valid client certificate to access. In other words: SSLVerify = required I need to make available a form on this "secure" server from within a site on a different, non-secure server. I intend to publish this secure page within an iframe on the non

Re: [EMAIL PROTECTED] Re: [warn] (99)Cannot assign requested address: connect to listener on [::]:443

2005-11-24 Thread Joe Orton
On Wed, Nov 09, 2005 at 09:29:24AM -0600, Joe A wrote: > noone has seen this before? If you're building from tarballs, update to 2.0.54 or later; if you're using Fedora, run "yum update" and there's a specific fix for a problem in the Fedora httpd package which caused this. joe > > On 10/26/0

Re: [EMAIL PROTECTED] how to turn off ssl debug log

2005-11-24 Thread Joe Orton
On Fri, Nov 11, 2005 at 01:24:18PM +0800, jiesheng zhang wrote: > Hi, > My system is suse 9.3, apache 2.0 and mod_ssl. > The /var/log/apache2/error_log has lots of ssl debug information such as > this > --- > [Thu Nov 10 22:55:48 2005] [debug] ssl_engine_io.c(1593): | 01d0: d6

Re: [EMAIL PROTECTED] mod_proxy buffers chunked data...

2005-11-24 Thread Joe Orton
On Tue, Nov 15, 2005 at 08:42:54AM -0800, inder sabharwal wrote: > I have a server that sends data using Transfer-Encoding: Chunked, but > mod_proxy is buffering up the data until it hits the internal limit of > 8K. Our client application expects to receive data from the server over > a period

RE: [EMAIL PROTECTED] apache 1.3.33 multiple instances problem

2005-11-24 Thread Axel-Stéphane SMORGRAV
> [EMAIL PROTECTED] logs]$ tail error.log [Tue Nov 22 11:27:59 2005] [warn] pid > file /usr/users/itisgrp/servers/able/logs/httpd.pid overwritten -- Unclean > shutdown of previous Apache run? makes me suspect that at least one of the apache instances do not create the PID file in the correct d

Re: [EMAIL PROTECTED] Apache stops/freezes before "Digest: done"

2005-11-24 Thread Joe Orton
On Tue, Nov 22, 2005 at 05:49:31PM +0100, Joel CARNAT wrote: ... > [warn] NameVirtualHost *:80 has no VirtualHosts > [notice] Digest: generating secret for digest authentication ... Pass "--with-devrandom=/dev/urandom" to configure when you build the server (or when you build APR, if you do that

RE: [EMAIL PROTECTED] High cpu load on apache

2005-11-24 Thread Axel-Stéphane SMORGRAV
>From recent experience with this kind of problems you may want to run "prstat >-L -p " on the process using the CPU to identify the thread that loops. Then use gdb to either attach to the process, or to analyse a core that you have forced by sending the process an adequate signal (e.g. QUIT, T

Re: [EMAIL PROTECTED] Virtual Hosts behind Firewall Router

2005-11-24 Thread Brian C
Thanks Owen, For future reference to those who may search the archive, I also had to edit /etc/sysconfig/apache2 and find the line that says APACHE_MODULES="blah blah blah" and add "proxy" and "proxy_http" to the list of modules. However, now only the first page, the index.html page, is bein

RE: [EMAIL PROTECTED] Strange problem

2005-11-24 Thread Boyle Owen
> -Original Message- > From: Adam Olsen [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 24. November 2005 00:17 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Strange problem > > > We are using perl and apache2 for our software. With our > software, our > users have the abilit

RE: [EMAIL PROTECTED] https problem

2005-11-24 Thread Boyle Owen
Plain text please... Assume you set up two or more name-based VHs on port 80 (plain HTTP). Then you set up a single SSL VH on port 443. Now, HTTPS to any domain will go to the SSL VH. SSL will "work" in that you won't get an error and the session will be encrypted but you will get *warnings* t