Re: [users@httpd] How to have multiple SSL ports

2012-05-29 Thread Nataraj
On 05/28/2012 10:14 AM, Mark Montague wrote: On May 27, 2012 18:02 , Nataraj incoming-apa...@rjl.com wrote: I am running apache 2.2 and would like to have the server listen on a second SSL port. I don't need to use a separate certificate or anything like that. All I want to be able to do is

Re: [users@httpd] Re: Problems following symlinks in httpd-webdav

2012-05-29 Thread Ajay Garg
Hi Eric. No matter what I do, I am not able to see the symlinks, when accessing httpd-based WebDAV shares via either of the following :: a) gnome-nautilus. b) browser. That was the reason I asked as to whether anyone has ever used this feature. Thanks and Regards, Ajay On Sun, May 27,

Re: [users@httpd] Should name based virtual hosts work when the ServerName is an IP address?

2012-05-29 Thread Matus UHLAR - fantomas
On 24.05.12 20:13, Alex Bligh wrote: If I use an IP address as the name of the second site like this: NameVirtualHost 192.200.0.1:80 VirtualHost 192.200.0.1:80 ServerName default.example.com ... stuff ... /VirtualHost VirtualHost 192.200.0.1:80 ServerName 192.200.0.1 ... stuff ...

Re: [users@httpd] Should name based virtual hosts work when the ServerName is an IP address?

2012-05-29 Thread Alex Bligh
--On 29 May 2012 16:02:25 +0200 Matus UHLAR - fantomas uh...@fantomas.sk wrote: This was documented feature in 1.3 and 2.0: The complete list of names in the VirtualHost directive are treated just like a ServerAlias (but are not overridden by any ServerAlias statement) if all names

[users@httpd] apache does not serve any requests - but no connections in netstat

2012-05-29 Thread Stefan Priebe
While getting a DDOS i've seen the following behaviour. Has anybody an idea where to start? Apache is serving requests for about 2-5 minutes. Then it stucks at around 1000 processes doing just nothing. netstat -na shows no connections at all - so i've no idea what suddenly blocks apache?

[users@httpd] httpd 2.4.2 mod_proxy w/prefork - proxypass ttl does not seem to be honored

2012-05-29 Thread David Woodworth
Hello, I am running Apache 2.4.2 using prefork. Apache starts and operates fine except that it does not seem to honor the proxypass ttl option. With the ttl=60, I test with making 10 consecutive calls that return good. I wait 90 seconds and attempt another connection. It re-uses the same

[users@httpd] WebDAV behind Apache Reverse Proxy

2012-05-29 Thread Andy Carlson
I have an Apache reverse proxy (2.2.16) in place that currently handles a number of website. Looking at the build information, it wasn't built with WebDAV or mod_put functionality. I have a server behind the proxy that has WebDAV enabled (tested it behind the proxy), but it will not work

Re: [users@httpd] How to redirect index page?

2012-05-29 Thread Clay Porter
There are a few ways. You can use an Apache redirect documented here: http://httpd.apache.org/docs/2.2/mod/mod_alias.html#redirect or Apache RewriteRule: http://httpd.apache.org/docs/2.2/rewrite/ or you can add an HTML redirect to your index.html:

[users@httpd] virtual hosts with different JkExtract ssl values

2012-05-29 Thread Charles Richard
Hi, I have a bit of a complex setup in which i need a same front end apache server to use different virtual hosts name (wildcard SSL) to redirect to either Liferay, Glassfish or Tomcat. This could be a misconfiguration on my part but I seem to need for my regular tomcat server that JkExtractSSL

[users@httpd] Segmentation fault error

2012-05-29 Thread Ishita Kapadiya
Hi All, I am using this configurations - Solaris sparc 10/apache 2.2.22/openssl 1.0.0g/simteminder sso/mod-jk 1.30 we are curently running multiple apache servers from the apache's root dir. Only one of the those instances throwing below errors in error_log : [Tue May 19 16:14:06 2012]

Re: [users@httpd] Segmentation fault error

2012-05-29 Thread Nick Kew
On 29 May 2012, at 23:11, Ishita Kapadiya wrote: Hi All, I am using this configurations - Solaris sparc 10/apache 2.2.22/openssl 1.0.0g/simteminder sso/mod-jk 1.30 Did you compile everything yourself? If yes, could any compile options have changed? E.g. between 32-bit and 64-bit, or

[users@httpd] Is it possible to make only one page on a website under Apache password protected without affecting all the other pages.

2012-05-29 Thread John Mitchell
Is it possible to make only one page on a website under Apache password protected without affecting all the other pages. If possible what is the simplest way to implement this capability. Thanks, John Mitchell

Re: [users@httpd] Is it possible to make only one page on a website under Apache password protected without affecting all the other pages.

2012-05-29 Thread Darryle Steplight
This is what you are looking for http://webdesign.about.com/od/htaccess/ht/password_1_file.htm On Tue, May 29, 2012 at 8:24 PM, John Mitchell mitchelljj...@gmail.com wrote: Is it possible to make only one page on a website under Apache password protected without affecting all the other

Re: [users@httpd] Is it possible to make only one page on a website under Apache password protected without affecting all the other pages.

2012-05-29 Thread Bill Unruh
.htaccess Directory commands http://httpd.apache.org/docs/2.0/howto/htaccess.html On Tue, 29 May 2012, John Mitchell wrote: Is it possible to make only one page on a website under Apache password protected without affecting all the other pages. If possible what is the simplest way to

Re: [users@httpd] virtual hosts with different JkExtract ssl values

2012-05-29 Thread Igor Cicimov
JkExtractSSL is On by default. You can read the JkExtractSSL definition in the connector documentation: http://tomcat.apache.org/connectors-doc/reference/printer/apache.html Looks like you can play with Apache SSLOptions parameter: In order to make SSL data available for mod_jk in Apache, you

Re: [users@httpd] Is it possible to make only one page on a website under Apache password protected without affecting all the other pages.

2012-05-29 Thread Darryle Steplight
Directory is great if you want to protect a directory but Files is better if you want to protect a file or group of files. On Tue, May 29, 2012 at 8:33 PM, Bill Unruh un...@physics.ubc.ca wrote: .htaccess Directory commands http://httpd.apache.org/docs/2.0/howto/htaccess.html On Tue, 29