[us...@httpd] Help with http proxy and not escaping characters

2009-08-25 Thread Todd Nine
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

Re: [EMAIL PROTECTED] mod_rewrite base url

2008-01-06 Thread Todd Nine
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,

[EMAIL PROTECTED] mod_rewrite base url

2008-01-05 Thread Todd Nine
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://

Re: [EMAIL PROTECTED] help with mod_authz_ldap

2007-03-26 Thread Todd Nine
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

Re: [EMAIL PROTECTED] help with mod_authz_ldap

2007-03-20 Thread Todd Nine
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

[EMAIL PROTECTED] help with mod_authz_ldap

2007-03-19 Thread Todd Nine
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

[EMAIL PROTECTED] SSL Proxying with reverse_proxy

2007-03-04 Thread Todd Nine
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

Re: [EMAIL PROTECTED] Re: Help with mod_proxy

2006-11-27 Thread Todd Nine
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

Re: [EMAIL PROTECTED] Help in setting up file Upload Feature with Apache

2006-11-25 Thread Todd Nine
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

Re: [EMAIL PROTECTED] Re: Help with mod_proxy

2006-11-25 Thread Todd Nine
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

[EMAIL PROTECTED] Help with mod_proxy

2006-11-24 Thread Todd Nine
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.

[EMAIL PROTECTED] Error using Mod Reverse Proxy with Apache 2.0.54 and Fedora 3

2006-08-30 Thread Todd Nine
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

[EMAIL PROTECTED] mod_proxy_balancer for multiple sites

2006-08-27 Thread Todd Nine
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

[EMAIL PROTECTED] Question about redirecting

2006-04-21 Thread Todd Nine
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

[EMAIL PROTECTED] .htaccess configuration file

2006-04-18 Thread Todd Nine
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