is great if you want to protect a directory but
is better if you want to protect a file or group of files.
On Tue, May 29, 2012 at 8:33 PM, Bill Unruh wrote:
> .htaccess
>
> commands
>
> http://httpd.apache.org/docs/2.0/howto/htaccess.html
>
>
> On Tue, 29 May 2012, John Mitchell wrote:
>
>> I
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 n
.htaccess
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 implement this c
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 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 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
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,
o
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] [notice
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 b
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:
http://www.w3schools.com/html/tryit.asp?filen
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 thro
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 ba
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? Any
--On 29 May 2012 16:02:25 +0200 Matus UHLAR - fantomas
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 resolve to the same addr
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
ServerName default.example.com
... stuff ...
ServerName 192.200.0.1
... stuff ...
the I would expect http://192.200.0.1/ to return the second site
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, 2012
On 05/28/2012 10:14 AM, Mark Montague wrote:
> On May 27, 2012 18:02 , Nataraj 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 to rewrite the UR
16 matches
Mail list logo