Hi all,
I'm using Apache 2.2.3 on CentOS 5.3 to proxy a connection to a splunk
installation. I use Apache for http redirection and handling the SSL
communication. Here is my /etc/rc.d/splunk.conf file.
ProxyRequests Off
ProxyPreserveHost On
Order deny,allow
Allow from all
RewriteMap unesc
That fixed it, thanks Joshua! Here is my final config.
RewriteEngine On
#Match all request URIs that are empty
RewriteCond %{REQUEST_URI} ^/$
RewriteRule (.*) http://%{HTTP_HOST}/insight/
On Jan 5, 2008 11:04 PM, Joshua Slive <[EMAIL PROTECTED]> wrote:
> On Jan 5, 2008 9:13 PM,
Hi all,
I'm running Apache with mod_jk, and several tomcat back end servers. I
have a default application I would like to use, but I'm not sure how to get
mod_rewrite to work to redirect the client to the default server. What I
would like is something like the following
user enters --> http://
lue of the attribute above is a username, not a full name
AuthLDAPGroupAttributeIsDN off
require ldap-group cn=development,ou=Groups,dc=mydomain,dc=com
On 3/20/07, Todd Nine <[EMAIL PROTECTED]> wrote:
Hi Gaël,
I'm a bit of an LDAP noob from the administrative side, I've on
upAttribute memberUid
require ldap-group cn=development,ou=Groups,dc=arocksoftware,dc=com
#Require valid-user
On 3/20/07, Gaël Lams <[EMAIL PROTECTED]> wrote:
On 3/20/07, Todd Nine <[EMAIL PROTECTED]> wrote:
> Hi all,
> I'm having a bit of trouble getting mod_a
rocksoftware,dc=com
ou: Customers
objectClass: organizationalUnit
objectClass: top
dn: ou=Employees,ou=People,dc=arocksoftware,dc=com
ou: Employees
objectClass: organizationalUnit
objectClass: top
dn: cn=Todd Nine,ou=Employees,ou=People,dc=arocksoftware,dc=com
givenName: Todd
sn: Nine
cn: Todd Ni
Hi all,
I found a post on ssl tunneling here
http://mail-archives.apache.org/mod_mbox/httpd-users/200701.mbox/ajax/[EMAIL
PROTECTED]
I need to so something similar, but I'm not sure that I fully understand the
examples given. The thread that gives the example
ServerName wsecure.foo.co
Thanks for getting back to me Paul. Sorry I snapped at you, it was uncalled
for, it has been one of those weekends ... :). I finally figured out my
issue, and unfortunately, it was a bonehead move on my part. As I said
earlier, I've defined each virtual host in its own .conf file so editing
eac
Exactly, with you'll want to take into account the file size as well. There
is a limit on the upload file size you will need to set on the server, for
my uses, I usually use around 10 Mb.
Todd
On 11/25/06, Stephen <[EMAIL PROTECTED]> wrote:
David wrote:
> hi guys,
>
> I am trying to set up a
ar to my why the
proxy virtual hosts are not independent of each other. Is there another
configuration directive I need?
Todd
On 11/25/06, paul <[EMAIL PROTECTED]> wrote:
Todd Nine schrieb:
[snip]
> Now, I am having a problem, and have a question. First if all of the
> servers I am
Hi all,
I'm using mod_proxy and I am having some issues. I have several VMWare
images that will be used for development and testing, I want the instance to
be served via a single Apache server. I can then just display a nice error
that we're currently maintaining a system when we bring it down.
I'm attempting to use mod_reverse_proxy on my http server and I receive the following URLInvalid command 'ProxyHTMLURLMap', perhaps mis-spelled or defined by a module not included in the server configuration
I have followed the documentation on the web site, and I built the module from source I dow
Hi all,
I have a rather complex question (at least it is to me) so I'm going
to start with a basic setup. I want to set up a mod_proxy_balancer
that connects multiple Apache nodes. I have some sites in php, some
in python, and some connected to tomcat via mod_jk. That much I have
configured in
Hi all, I'm trying to redirect a url using .htaccess with mod_rewrite. Is it possible to redirect an http connection with the url */administrator/* to an ssl connection? I know I can rewrite the URI, but I'm not sure I can change the protocol from http:// to https://
Thanks,Todd
Hi all, I have an .htaccess question, and I cannot seem to find the answer to my question. I'm using shared hosting, so I'm limited to .htaccess for security. I'm creating a test sub domain and a staging sub domain for my site that I would like to secure. In the test sub domain I have the follo
15 matches
Mail list logo