[us...@httpd] Custom headers in Connect message

2010-07-08 Thread David Vaughan
Hi there, I'm running Apache 2.2.11 on Windows XP configured as a forward proxy. One of it's functions is to add a custom header to the request using the "RequestHeader set" directive. The server does not include mod_ SSL but is configured to tunnel HTTPS traffic using the AllowCONNECT directive

[us...@httpd] WebDav Server and Apache

2010-07-08 Thread Shyam Burkule
Hi All, I followed instruction give on page http://www.howtoforge.com/how-to-set-up-webdav-with-apache2-on-opensuse-11.2 to setup WebDav Server with Apache on openSuse11.2. However I am getting error while testing it with cadaver, * * *delta:/etc/apache2/vhosts.d # cadaver **http://www.example1.c

Re: [us...@httpd] still see .htaccess and .htpasswd trough virtual host

2010-07-08 Thread J. Bakshi
any clue please ? On Thu, 8 Jul 2010 16:38:04 +0530 "J. Bakshi" wrote: > On Thu, 8 Jul 2010 10:57:23 +0200 > Matus UHLAR - fantomas wrote: > > > > > > > is this in server config or in some virtualhost or directory section? > > Is there any section of the host you are referring to? > > >

Re: [us...@httpd] Apache lstat performance problem

2010-07-08 Thread Piotr Kloc
I have a performance problem with an Apache/PHP5 Configuration under heavy load the website becomes too slow. Using strace I found what appears to me a strange behavior. The strange behavior I want point out is related to a sequence of tentative httpd does in order to read an file. This is

[us...@httpd] Apache lstat performance problem

2010-07-08 Thread Vincenzo D'Amore
Hello All, I have a performance problem with an Apache/PHP5 Configuration under heavy load the website becomes too slow. Using strace I found what appears to me a strange behavior. The strange behavior I want point out is related to a sequence of tentative httpd does in order to read an file. In

[us...@httpd] apache tuning for svn

2010-07-08 Thread west alto
Hi Gurus, Any advise on initial tuning values for apache MinSpareServers, MaxSpareServers, and StartServers, tcp tunings, ulimits, sysctl I'm running svn 1.6 over apache2 pre-fork. System load goes high as much as 10 during heavy usage. What would be your recommended MaxRequestsPerChild for

Re: [us...@httpd] AllowOverride: Pros and Cons

2010-07-08 Thread Sheryl
> Hi All, > > I would like to hear your idea's of what are the pros and cons if I will > set > a specific directive-type for AllowOverride like AuthConfig, > FileInfo,Indexes, Limit, and Options? Most security guidelines say no to Indexes. It's tolerable to do allow overrides an most things for a

Re: [us...@httpd] setting up a reverse proxy for sakai

2010-07-08 Thread Tapas Mishra
Ohh I see.Actually I have also noticed this thing and was wondering if there is any way to do so. I will forward this message to the right people as I am not the developer of sakai. -- Tapas http://mightydreams.blogspot.com http://wiki.xensource.com/xenwiki/Xen_on_4_app_servers -

Re: [us...@httpd] still see .htaccess and .htpasswd trough virtual host

2010-07-08 Thread J. Bakshi
On Thu, 8 Jul 2010 10:57:23 +0200 Matus UHLAR - fantomas wrote: > > is this in server config or in some virtualhost or directory section? > Is there any section of the host you are referring to? > Hello Mark and Matus, Thanks for your responses, the section is at httpd.conf .I think it

Re: [us...@httpd] still see .htaccess and .htpasswd trough virtual host

2010-07-08 Thread Mark Watts
> Hello Mark, > > Thanks for your reply. I have just checked with another browser but same > here. I can see the contents of .htpasswd as well as .htaccess > Even I have added the config you have mentioned above but no luck. I am very > confused now. Where in your configuration file(s) do you h

[us...@httpd] Execute CGI (or FastCGI or PHP) on missing target file

2010-07-08 Thread Tim Watts
Hi, Sorry if this has been coverned - tried a few searches on google and this list's archives to no avail. I'd like to move my server over to a templating system. Specifically, what I'd like to do is to be able to execute one named CGI (probably under FastCGI) where Apache cannot find an exi

Re: [us...@httpd] setting up a reverse proxy for sakai

2010-07-08 Thread Tom Evans
On Thu, Jul 8, 2010 at 10:52 AM, Tapas Mishra wrote: > I have a working instance of sakai on one of our clusters.Sakai can be read > here > http://confluence.sakaiproject.org/display/DOC/Install+Guide+-+Binary+Install+(2.7) > > > We would like the user to be able to reach it via Apache Reverse pr

[us...@httpd] setting up a reverse proxy for sakai

2010-07-08 Thread Tapas Mishra
I have a working instance of sakai on one of our clusters.Sakai can be read here http://confluence.sakaiproject.org/display/DOC/Install+Guide+-+Binary+Install+(2.7) We would like the user to be able to reach it via Apache Reverse proxy  ProxyPass /sakai http://192.1681.5:9090/portal        Proxy

Re: [us...@httpd] still see .htaccess and .htpasswd trough virtual host

2010-07-08 Thread Matus UHLAR - fantomas
Hello, please configure your mailer to wrap lines below 80 characters per line. 72 to 75 is usually OK. Thank you. On 08.07.10 13:40, J. Bakshi wrote: > I already have the following in httpd.conf file > > `` > AccessFileName .htaccess > # > # The following lines prevent .htaccess an

Re: [us...@httpd] still see .htaccess and .htpasswd trough virtual host

2010-07-08 Thread J. Bakshi
On Thu, 08 Jul 2010 09:20:36 +0100 Mark Watts wrote: > On Thu, 2010-07-08 at 13:40 +0530, J. Bakshi wrote: > > Hello list, > > > > I have become little confused and hope to get some help. I have a > > suse 11.2 server running Apache/2.2.10 (Linux/SUSE) with some > > virtual hosts. I already ha

Re: [us...@httpd] still see .htaccess and .htpasswd trough virtual host

2010-07-08 Thread Mark Watts
On Thu, 2010-07-08 at 13:40 +0530, J. Bakshi wrote: > Hello list, > > I have become little confused and hope to get some help. I have a suse > 11.2 server running Apache/2.2.10 (Linux/SUSE) with some virtual hosts. I > already have the following in httpd.conf file > > `` > AccessFi

[us...@httpd] still see .htaccess and .htpasswd trough virtual host

2010-07-08 Thread J. Bakshi
Hello list, I have become little confused and hope to get some help. I have a suse 11.2 server running Apache/2.2.10 (Linux/SUSE) with some virtual hosts. I already have the following in httpd.conf file `` AccessFileName .htaccess # # The following lines prevent .htaccess and .htp

Re: [us...@httpd] AllowOverride: Pros and Cons

2010-07-08 Thread James Corteciano
Hi Scott, That helps. Thanks. James On Thu, Jul 8, 2010 at 2:40 PM, Scott Gifford wrote: > On Thu, Jul 8, 2010 at 2:28 AM, James Corteciano > wrote: > [ ... ] > >> I am just concern about security matters that will produce if I will give >> the user full access on .htaccess (AllowOverride All)