Re: Problem mit SSL Re-Negotiation

2010-07-08 Thread Mario Brandt
Hallo Sven, im apache 2.2 wurde dies schon behoben und kann hier aber wieder eingeschaltet werden[1]. Der patch dazu für Apache 2.2. [2]. Da es leider kein backport zu 2.0 kam, hoffe ich, dass Du den patch für Dich abändern kannst. Gruß Mario [1]

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

2010-07-08 Thread James Corteciano
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? I am just concern about security matters that will produce if I will give the user full access on .htaccess

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

2010-07-08 Thread Scott Gifford
On Thu, Jul 8, 2010 at 2:28 AM, James Corteciano ja...@linux-source.orgwrote: [ ... ] I am just concern about security matters that will produce if I will give the user full access on .htaccess (AllowOverride All) on their webroot? AllowOverride All effectively allows a user who can create a

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 sgiff...@suspectclass.comwrote: On Thu, Jul 8, 2010 at 2:28 AM, James Corteciano ja...@linux-source.orgwrote: [ ... ] I am just concern about security matters that will produce if I will give the user full

[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

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 `` AccessFileName

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 m.wa...@eris.qinetiq.com 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

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 and

[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        

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 mightydre...@gmail.com 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

[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

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 have

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 uh...@fantomas.sk wrote: snip is this in server config or in some virtualhost or directory section? Is there any Files section of the host you are referring to? /snip Hello Mark and Matus, Thanks for your responses, the Files

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] 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

[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

[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

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

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 joyd...@infoservices.in wrote: On Thu, 8 Jul 2010 10:57:23 +0200 Matus UHLAR - fantomas uh...@fantomas.sk wrote: snip is this in server config or in some virtualhost or directory section? Is there any Files section of

[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