[users@httpd] 204 response is buffered

2020-02-06 Thread todd
pache bug. I confirmed the issue still exists in Apache/2.4.41. Below are my steps to test and the results. Thanks, Todd https://github.com/docker-library/php/tree/master/7.4/buster/apache changed debian:buster-slim to debian:unstable-slim to get latest apache docker build -t php-docker-a

Re: [users@httpd] Strange WebDAV behavior on MKCOL for 1 client only

2017-08-07 Thread Todd Blum
OK, thanks. Note that this same client works OK when it connects to Apache 2.4.6/OpenSSL/1.0.1e running on Linux. The HTTP 400 uri mismatch only happens when it connects to Apache 2.4.4/OpenSSL/1.0.1e on Windows. What would explain the difference? Todd On Mon, Aug 7, 2017 at 11:01 PM, Yehuda

Re: [users@httpd] Strange WebDAV behavior on MKCOL for 1 client only

2017-08-07 Thread Todd Blum
2] mod_dumpio.c(58): [client yyy.yyy.yyy.yy:61411] mod_dumpio: dumpio_out (metadata-FLUSH): 0 bytes [Mon Aug 07 14:48:34.518391 2017] [dumpio:trace7] [pid 3880:tid 1132] mod_dumpio.c(58): [client yyy.yyy.yyy.yy:61411] mod_dumpio: dumpio_out (metadata-EOC): 0 bytes ___

[users@httpd] Strange WebDAV behavior on MKCOL for 1 client only

2017-08-07 Thread Todd Blum
n receiving a 405 in this scenario, has anyone else had this situation before? Todd

[users@httpd] Getting 'Fatal Handshake Failure' with WebDAV client

2017-07-25 Thread Todd Blum
:HIGH:SEED:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!RSAPSK:!aDH:!aECDH:!EDH-DSS-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA:!SRP SSLHonorCipherOrder on SSLCompression off SSLSessionTickets off Has anyone else encountered some

Re: [users@httpd] Migrate webDAV on IIS to Apache?

2017-07-22 Thread Todd Blum
Hi Marat, Thanks, I honestly didn't know. Is Apache the only open source WebDAV server for Windows or are there others? Todd On Jul 22, 2017 1:11 AM, "Marat Khalili" wrote: Hello, WebDAV is just file access protocol, and Apache supports. Neither server holds any data, it ju

[users@httpd] Migrate webDAV on IIS to Apache?

2017-07-21 Thread Todd Blum
Hello, I'm currently have IIS set up to run webDAV. Is it possible to migrate to webDAV on Apache instead without losing any data? Todd -- Todd Blum http://www.toddblum.org - To unsubscribe, e-mail: users-uns

RE: [users@httpd] Issues migrating Weblogic proxies from Sun One 6.1 to Apache 2.4

2016-06-20 Thread Todd Simons
You may need to tune the socket timeout on the Linux kernel, and work with your firewall admin as well to make sure those timeouts match with each other. ___ Todd Simons Director of Information Technology tsim...@delphi-tech.com Delphi Technology, Inc. T: +1

Re: [users@httpd] INCLUDED protocol (for SSI) in http Request rejected by Weblogic 12

2015-08-13 Thread Todd Simons
You may need to implement the Weblogic Plugin for Apache, its a transparent Proxy. Earlier this year we had to transition from MOD_PROXY (from weblogic 12.1.1 back to 10.3.3) to the weblogic plugin On Fri, May 8, 2015 at 12:34 PM, Deepak Patel wrote: > Hello there, We are upgrading weblogic se

[users@httpd] Apache 2.2 MOD_PROXY to Weblogic 12.1.3

2015-02-18 Thread Todd Simons
ion Denied" when trying to login via apache. Has anyone seen this before? All googling returns back references to Oracle's MOD_WL / mod_weblogic.c which I'd rather not switch to. We have 75+ Weblogic domains paired with apache virtual sites with mod_proxy working just fine Thanks!! ~Todd

Re: [users@httpd] Any Comparisons? -- mod_wl vs mod_proxy vs mod_jk

2015-02-09 Thread Todd Simons
Thanks All. I'm quite happy with mod_proxy, I just wanted to make sure I wasn't missing the boat on mod_wl. It seems as if mod_wl has some advanced features if you were using clustering, etc on the back end. ~Todd On Mon, Feb 9, 2015 at 9:01 AM, Jim Jagielski wrote: > You cou

[users@httpd] Any Comparisons? -- mod_wl vs mod_proxy vs mod_jk

2015-02-08 Thread Todd Simons
rking great for us. Recently I've been asked why not mod_wl and mod_jk. I really have no answer and I haven't been able to find much online with regards to advantages of one vs another. Has anyone seen, or have, any links that can help outline the difference? Thanks, ~Todd

[users@httpd] Socket level time-out configuration in the Apache HTTP server

2014-02-06 Thread Todd MacKay
Is there socket level time-out configuration in the Apache HTTP server? If yes, which module(s) should be included and how should they be configured? Background: Using the Apache 2.2.24 HTTP server, we are running a PHP process that performs long-running operations to send output results to clie

[users@httpd] AUTO: Todd W Stephens is out of the office

2011-12-21 Thread Todd W Stephens
I am out of the office until 01/09/2012. I will be checking emails daily and will respond when I can Note: This is an automated response to your message "users Digest 21 Dec 2011 12:07:33 - Issue 4247" sent on 12/21/2011 5:07:33. This is the only notification you will receive while this p

[users@httpd] AUTO: Todd W Stephens is out of the office (returning 06/13/2011)

2011-06-07 Thread Todd W Stephens
I am out of the office until 06/13/2011. I will be checking emails daily and will respond when I can Note: This is an automated response to your message "users Digest 7 Jun 2011 03:07:18 - Issue 4132" sent on 6/6/11 21:07:18. This is the only notification you will receive while this pers

RE: [us...@httpd] Re: MOD_PROXY and Access Control by IP

2010-11-19 Thread Todd Simons
Thanks Andrew, I did see this as an example on a web post. ...the argument was made that it's a PIA when you don't match class C subnets and have to use RegEx :-) ...I don't have class C inside, I boiled it down to Class C for the post example. Thanks! -Original Message- From: Andre

[us...@httpd] MOD_PROXY and Access Control by IP

2010-11-19 Thread Todd Simons
low #Permit IT Allow from 10.1.0.0/24 #Permit Team1 Allow from 10.1.1.0/24 Deny from all Is there a way we can define access once for the IT Subnet (10.1.0.0/24) once instead of per App? ~Todd CONFIDENTIALITY NOTICE This e-mail m

RE: [us...@httpd] RE: Mod_Proxy with Basic Authentication on Target

2010-11-08 Thread Todd Simons
Found it. ...type-o in the proxy pass configuration. -Original Message- From: Todd Simons Sent: Monday, November 08, 2010 2:30 PM To: users@httpd.apache.org Subject: RE: [us...@httpd] RE: Mod_Proxy with Basic Authentication on Target Nick- Thanks Here is a sample from the logs: 10.x.x

RE: [us...@httpd] RE: Mod_Proxy with Basic Authentication on Target

2010-11-08 Thread Todd Simons
r authentication from the back end and pass it to the end user? ...I do NOT want to manage users on the Apache Server. ~Todd -Original Message- From: Nick Kew [mailto:n...@webthing.com] Sent: Monday, November 08, 2010 12:47 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] RE: Mod_

[us...@httpd] RE: Mod_Proxy with Basic Authentication on Target

2010-11-08 Thread Todd Simons
Does anyone have any ideas? From: Todd Simons Sent: Friday, November 05, 2010 1:53 PM To: users@httpd.apache.org Subject: [us...@httpd] Mod_Proxy with Basic Authentication on Target Hello All We have an internal application that uses basic authentication (the browser prompts the user for login

[us...@httpd] Mod_Proxy with Basic Authentication on Target

2010-11-05 Thread Todd Simons
page via the Apache Reverse Proxy I get a 500 error, instead of a login box Thanks! ___ Todd Simons CONFIDENTIALITY NOTICE This e-mail message from Delphi Technology, Inc. is intended only for the individual or entity to which

[users@httpd] MOD_PROXY Open CSV Content Into Excel

2010-10-20 Thread Todd Simons
w. ProxyRequests Off ProxyPreserveHost Off ProxyPass /app/ http://internalhost/app/ ProxyPassReverse /app/ http://internalhost/app/ https://*/app/*";> Order deny,allow Deny from All #Allow from Us Allow from 10.0.0.0/20 #Allow from Customer

[us...@httpd] AUTO: Todd W Stephens is out of the office (returning 01/04/2010)

2009-12-25 Thread Todd W Stephens
I am out of the office until 01/04/2010. Happy Holidays everyone Note: This is an automated response to your message "users Digest 25 Dec 2009 14:48:52 - Issue 3743" sent on 12/25/09 7:48:52. This is the only notification you will receive while this person is away.

[us...@httpd] Re: SSLProxyEngine config help

2009-12-17 Thread Todd Volkert
Forgot to mention that I generated the proxy.pem file by following the process listed at https://issues.apache.org/bugzilla/show_bug.cgi?id=31856, including making sure that I'm using an rsa key (not pkcs8). -T On Thu, Dec 17, 2009 at 9:45 PM, Todd Volkert wrote: > Ok, hopefully

[us...@httpd] SSLProxyEngine config help

2009-12-17 Thread Todd Volkert
Ok, hopefully I'm not missing something stupid again... I'm trying to enable the SSL proxy engine for use in one of my virtual hosts, and though it seems to accept my SSLProxyMachineCertificateFile upon startup, I get gobledegook requests when trying to connect over HTTPS: Here is my server confi

Re: [us...@httpd] Re: How to preserve all request headers in reverse proxy (mod_proxy)

2009-12-17 Thread Todd Volkert
ng to port 80* using the proxy. Of course there were no user-agent request headers when I used telnet! I saw the lack of request headers and thought "the proxy is dropping them!" , -T On Thu, Dec 17, 2009 at 6:01 PM, Nick Kew wrote: > Todd Volkert wrote: > >> Actually,

[us...@httpd] Re: How to preserve all request headers in reverse proxy (mod_proxy)

2009-12-17 Thread Todd Volkert
httpd send http://www.foo.com/ to http://localhost:8080/foo/ and http://www.bar.com/ to http://localhost:8080/bar/ so that each web-app looks like its own top-level web-app in its own domain. Is this doable, 'cause I can't seem to find anyone out there who's done it :) -T On Thu,

[us...@httpd] How to preserve all request headers in reverse proxy (mod_proxy)

2009-12-17 Thread Todd Volkert
Hi all: In httpd 2.2, is it possible to preserve all HTTP headers when using mod_proxy to provide a reverse proxy? Here's my desired setup: I'm running two domains on one server backed by one Tomcat instance. I'm trying to run httpd as a reverse proxy to send http://www.domain1.com/... to http:/

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

2009-08-25 Thread Todd Nine
ata coming from the target splunk python server on port 8080? I tried some rewrite rules according to some examples to unescape urls coming in as a workaround, but I'm not getting what I need as the escaped characters are getting passed to splunk. Any help would be greatly appreciated. Thanks, Todd

[us...@httpd] Where to put .htpassd on CentOS?

2009-05-27 Thread Jason Todd Slack-Moehrle
Hi All, Where is the proper place to put .htpasswd on CentOS 5.3 so I can password protect directories in /var/www/html? /etc/httpd/run? -Jason - The official User-To-User support forum of the Apache HTTP Server Project. S

Re: [us...@httpd] Httpd on Ubuntu 9.04

2009-05-21 Thread Jason Todd Slack-Moehrle
Hi Jim Still nothing -Jason On May 21, 2009, at 8:42 PM, Jimmyboy wrote: Hi Jason, I think it should be find / -iname httpd. Rgds, Jim =-=-= On Fri, May 22, 2009 at 8:38 AM, Jason Todd Slack-Moehrle > wrote: Hi Peter, sudo find / -name httpd returned nothing.. -Jason On May

Re: [us...@httpd] Httpd on Ubuntu 9.04

2009-05-21 Thread Jason Todd Slack-Moehrle
Hi Peter, sudo find / -name httpd returned nothing.. -Jason On May 21, 2009, at 7:36 PM, Peter J Milanese wrote: find / -name httpd - Original Message - From: Jason Todd Slack-Moehrle [mailingli...@mailnewsrss.com] Sent: 05/21/2009 07:34 PM MST To: users@httpd.apache.org

[us...@httpd] Httpd on Ubuntu 9.04

2009-05-21 Thread Jason Todd Slack-Moehrle
Hello All, am I blind, I am trying to install ColdFusion on Ubuntu 9.04 and it asks for where httpd is. I looked in /usr/sbinnothing I did a locate for httpd and I get /etc/apache2/httpd.conf stuff in /usr/lib/apache2 stuff in /usr/share/doc No httpd binary. Apache works though What s

[us...@httpd] Apache and CF Help - Anyone need $$

2009-05-05 Thread Jason Todd Slack-Moehrle
Hi All, I have a CentoS 5.3 XEn Instance at Mosso. I need to run ColdFusion and I have in the past successfully made everything work, but not on Linux Windows. I just cannot get Apache and CF talking. I added mod_jrun22, When I try to serve a CF file, I am asked to download binary data. I

[us...@httpd] Unneeded Modules

2009-05-04 Thread Jason Todd Slack-Moehrle
Hi All, I am doing basic webserving, HTML, PHP, ColdFusion, some credit card processing, some CGI (for Blosxom), virtual hosting, mysql, etc I see that Apache is loading a ton of modules, what can I safely get rid of? LoadModule auth_basic_module modules/mod_auth_basic.so LoadModule auth_

[us...@httpd] Apache and ColdFusion

2009-05-02 Thread Jason Todd Slack-Moehrle
Hi All, My quest is going slowly but surely and I am learning a lot. I use ColdFusion. I installed in on My CentOS 5.3 instance and all was well. I added: DirectoryIndex index.html index.html.var index.php index.cfm index.cfml to httpd.conf and restarted. I put an index.cfm page in /var/www/ht

RE: [us...@httpd] RE: [dtiSPAM] - Re: [us...@httpd] MOD_PROXY Reverse Proxy - Email has different SMTP TO: and MIME TO: fields in the email addresses

2009-03-09 Thread Todd Simons
My outlook uses TOFU Thanks, ~Todd -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Thursday, March 05, 2009 10:19 AM To: users@httpd.apache.org Subject: Re: [us...@httpd] RE: [dtiSPAM] - Re: [us...@httpd] MOD_PROXY Reverse Proxy - Email has different SMTP TO: and

[us...@httpd] RE: [dtiSPAM] - Re: [us...@httpd] MOD_PROXY Reverse Proxy - Email has different SMTP TO: and MIME TO: fields in the email addresses

2009-03-05 Thread Todd Simons
TO: fields in the email addresses * Todd Simons [2009-03-05 02:39]: > I assume that I would build a to match the > ProxyPass/ProxyPassReverse path statements? [..] > I tried this and it didn't work. http://httpd.apache.org/docs/2.2/en/mod/core.html#directory "Enclose a group

Re: [us...@httpd] MOD_PROXY Reverse Proxy

2009-03-04 Thread Todd Simons
Nick- I assume that I would build a to match the ProxyPass/ProxyPassReverse path statements? I tried this and it didn't work. ~Todd __ Todd M. Simons Lead IT Engineer Delphi Technology, Inc New Brunswick, NJ From:

[us...@httpd] RE: [dtiSPAM] - Re: [us...@httpd] MOD_PROXY Reverse Proxy - control URI access byclient IP Address - Email has different SMTP TO: and MIME TO: fields in the email addresses

2009-03-04 Thread Todd Simons
[mailto:peter.scho...@univie.ac.at] Sent: Wednesday, March 04, 2009 5:59 PM To: users@httpd.apache.org Subject: [dtiSPAM] - Re: [us...@httpd] MOD_PROXY Reverse Proxy - control URI access byclient IP Address - Email has different SMTP TO: and MIME TO: fields in the email addresses * Todd Simons [2009-03-04

[us...@httpd] MOD_PROXY Reverse Proxy - control URI access by client IP Address

2009-03-04 Thread Todd Simons
p1/ #this should only be available to 10.3.2.0/24 ProxyPass /dev3/app2/ http://internalhost3/dev3/app2/ ProxyPassReverse /dev3/app2/ http://internalhost3/dev3/app2/ Is this possible? ~Todd ## Scanned by Delphi Technology, Inc. ##

[us...@httpd] Apache and Port 80 and 443

2009-01-12 Thread Jason Todd Slack-Moehrle
HI All, I have a new Mac Pro that will be hosting my ³web presence². I am running Apache2 and I have everything working on one IP. I want to run my online store on a separate IP and NIC and port 443. So what do I do for apache to accomplish this? I have apache listening on all IP¹s by: Listen

[us...@httpd] Apache, Multiple NICS

2009-01-12 Thread Jason Todd Slack-Moehrle
HI All, I have a new Mac Pro that will be hosting my ³web presence². I am running Apache2 and I have everything working on one IP. I want to run my online store on a separate IP and NIC and port 443. So what do I do for apache to accomplish this? I have apache listening on all IP¹s by: Listen

RE: [EMAIL PROTECTED] Location/locationmatch on Windows install

2008-11-12 Thread Randall, Todd
aa.com/index.html.en [L,R] Works perfect when converted to Linux, will not kick in on Windows. Unfortunately, I cannot change this Windows install to Linux. What could I possibly be missing on the Windows side? Todd -Original Message- From: William A. Rowe, Jr. [mailto:[EMAIL PROTE

RE: [EMAIL PROTECTED] Location/locationmatch on Windows install

2008-11-10 Thread Randall, Todd
n is hitting and works fine on Linux and not on a Windows install. I need a LocationMatchLog or LocationLog file!! :) Todd -- Todd Randall Sr. Programmer/Analyst - Oracle DBA SUNY ITEC 1300 Elmwood Ave TR 200 Buffalo, NY 14222 Work: 716-878-4832 (receptionist/to leave a message) Work: 7

RE: [EMAIL PROTECTED] Location/locationmatch on Windows install

2008-11-10 Thread Randall, Todd
nstall with the same exact code works perfectly fine. I will have to google pastebin as I have no idea what that is. Thanks again, and willing to try anything, Todd -Original Message- From: Eric Covener [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 8:55 AM To: users@httpd.ap

RE: [EMAIL PROTECTED] Location/locationmatch on Windows install

2008-11-10 Thread Randall, Todd
apache/apache/htdocs//testfororacle/index.html I don't understand that, but does it confirm what you were thinking? What should I change it to for a test? Todd -Original Message- From: Eric Covener [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 8:32 AM To: users@httpd.apach

RE: [EMAIL PROTECTED] Location/locationmatch on Windows install

2008-11-10 Thread Randall, Todd
rewrite to http://yippidy.doodaa.com/index.html.en, but alas, it did not :-( Put the exact same code in on a Linux box, it worked perfectly fine! Todd -- Todd Randall Sr. Programmer/Analyst - Oracle DBA SUNY ITEC 1300 Elmwood Ave TR 200 Buffalo, NY 14222 Work: 716-878-4832 (receptionist/to

RE: [EMAIL PROTECTED] Location/locationmatch on Windows install

2008-11-07 Thread Randall, Todd
to do that with rewrite conditions, I'm all ears, but I could really use the help with syntax, I'm just a lowly Oracle DBA :) Todd -Original Message- From: Tom Evans [mailto:[EMAIL PROTECTED] Sent: Friday, November 07, 2008 10:47 AM To: users@httpd.apache.org Subject: Re: [EMAIL

[EMAIL PROTECTED] Location/locationmatch on Windows install

2008-11-07 Thread Randall, Todd
tunately, I cannot change this Windows install to Linux. What could I possibly be missing on the Windows side? Many thanks in advance, Todd - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.

[EMAIL PROTECTED] htgroups: how to restrict a subdirectory differently than it's parent?

2008-10-08 Thread Todd, David
We are using Apache 2.0.52, and for various reasons it would be difficult to upgrade. We use htgroups to restrict access to a set of directories, but we need to differently restrict one inside of another. So for instance, We have dir "top" and top allows in users a,b,c to anything below. top con

RE: [EMAIL PROTECTED] V 2.2.9: configure: WARNING: Unrecognized options: --enable-mod etc

2008-07-28 Thread O'DELL, TODD E (ATTOPS)
Why not just call out each module? Rather than the space separated list just do something like: --enable-info \ --enable-status \ etc. Actually I normal build it as shared so it's: --enable-info=shared \ --enable-status=shared etc. Todd From: Ag

Re: [EMAIL PROTECTED] Subdomain Config Questions

2008-06-17 Thread Aaron Todd
Everyone, Thank you for all your help. There was some good stuff in there. But ultimately I followed this web site: http://allyourtech.com/content/articles/25_11_2005_setting_up_wildcard_subdomains_on_apache.php This is giving me what I want, minus the environmental variable. Now that I think

[EMAIL PROTECTED] Subdomain Config Questions

2008-06-16 Thread Aaron Todd
Hello, I am looking to configure Apache in a way that I've never done before. I've tried describing this to google to see what it spits out, but I am unsure of the results. What I am looking to do is have a set of files in the main web root of my server. I'd like any subdomain to use t

RE: [EMAIL PROTECTED] expat module

2008-02-22 Thread O'DELL, TODD E (ATTOPS)
it and compile but it would be missing symbols at runtime. Finally I built expat 2.0.1 separately with enable-shared no-static and that seems to work. The enable-shared by itself didn't work as I'd be missing symbols at runtime as before. Todd -Original Message- From: Ashwi

RE: [EMAIL PROTECTED] Runtime definitions missing for 2.2.8 on AIX 5.3

2008-02-14 Thread O'DELL, TODD E (ATTOPS)
to be shared but I'll have to look into that. Todd -Original Message- From: O'DELL, TODD E (ATTOPS) Sent: Thursday, February 14, 2008 9:31 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Runtime definitions missing for 2.2.8 on AIX 5.3 I'm able to build the 2.2.

Re: [EMAIL PROTECTED] What's the best place to look when you get no answer?

2008-02-13 Thread Todd, David
On 2008Feb13 13:18 , "Nick Kew" <[EMAIL PROTECTED]> wrote: > On Wed, 13 Feb 2008 13:08:53 -0500 > "Todd, David" <[EMAIL PROTECTED]> wrote: > >> My question is about the Location directive, and the ordering of >> them, with respect to Require

Re: [EMAIL PROTECTED] What's the best place to look when you get no answer?

2008-02-13 Thread Todd, David
On 2008Feb13 11:43 , "Joshua Slive" <[EMAIL PROTECTED]> wrote: > On Feb 13, 2008 11:32 AM, Todd, David <[EMAIL PROTECTED]> wrote: >> I asked a question twice here, and got no reply at all, which I take to mean >> that no one has an answer, they are stumped. &g

[EMAIL PROTECTED] What's the best place to look when you get no answer?

2008-02-13 Thread Todd, David
I asked a question twice here, and got no reply at all, which I take to mean that no one has an answer, they are stumped. Since the apache website insists this group is the last place to ask such questions, don't ask on the dev lists, where should I go? -

Re: [EMAIL PROTECTED] Viewvc, kerberos and Location directives, an ordering problem?

2008-02-11 Thread Todd, David
On 2008Feb05 9:58 , "Todd, David" <[EMAIL PROTECTED]> wrote: > I am trying to use viewvc to let my users browse the code base in our svn > repositories. We have a number of them. > > Some of them must have restricted access, but at the same time, want to be > in a

[EMAIL PROTECTED] Viewvc, kerberos and Location directives, an ordering problem?

2008-02-05 Thread Todd, David
I am trying to use viewvc to let my users browse the code base in our svn repositories. We have a number of them. Some of them must have restricted access, but at the same time, want to be in a hierarchy with others that have a different access group. The authentication takes place using kerberos

[EMAIL PROTECTED] Make failing for 2.2.8 on AIX 5.3

2008-01-23 Thread O'DELL, TODD E (ATTOPS)
u.tid = *tid; +500 switch(sizeof(u.tid)) { +501 case sizeof(apr_int32_t): +502 return conv_10(u.u32, TRUE, &is_negative, buf_end, len); +503 case sizeof(apr_int64_t): +504 return conv_10_quad(u.u64, TRUE, &is_negative, bu

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
a hand? RewriteEngine On #Match all request URIs that are empty RewriteCond %{REQUEST_URI} ^$ RewriteRule (.*) http://%{HTTP_HOST}/insight/ Thanks, Todd

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
st go with require valid user, it works. Can I get any help on what's wrong with my group query string? Thanks, Todd Working Starting point DAV svn SVNParentPath /srv/svnrepos # Limit write permission to list of valid users. # Require SSL connection for password protection. # SSLReq

[EMAIL PROTECTED] help with mod_authz_ldap

2007-03-19 Thread Todd Nine
me and authenticate me, is that not correct? Thanks in advance for the help. Todd subversion.conf file DAV svn SVNParentPath /srv/svnrepos # Limit write permission to list of valid users. # Require SSL connection for password protection. # SSLRequireSSL AuthType Basic

[EMAIL PROTECTED] SSL Proxying with reverse_proxy

2007-03-04 Thread Todd Nine
get some special purpose software? If I need a separate application for encryption and decryption, can someone recommend something? Thanks for your help and your time, Todd

[EMAIL PROTECTED] Perpetural SIGSEV in Apache 1.3.27

2007-01-05 Thread Urie, Todd
week and it has been the same host in all cases. Even after bouncing Apache completely it came back to the same host. None of the other 9 are affected by this problem. pmap shows that 0xFF0AF18C is somewhere in libpthreads.so.1. addr=0x0054 is in the httpd binary. Todd Urie Unix Admin Blackrock

RE: [EMAIL PROTECTED] Limiting COPY method for WebDAV to one direction

2006-11-29 Thread Todd Hivnor
Require group X --Mark Mark Lavi, Enterprise Web Management Team @ SGI mailto:[EMAIL PROTECTED] || phone:+1-650-933-7707 - From: Todd Hivnor [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 28, 2006 11:15 AM To: users@httpd.apa

Re: [EMAIL PROTECTED] Failed downloads: "Could not get next bucket brigade"

2006-11-29 Thread Todd Hivnor
it pass md5 checks? On 11/28/06, Todd Hivnor <[EMAIL PROTECTED]> wrote: > > > I've got one user who always seems to have problems > > downloading files from my Apache server. She reports that the > > download process hangs, often with 1% of the file remaini

RE: [EMAIL PROTECTED] Limiting COPY method for WebDAV to one direction

2006-11-28 Thread Todd Hivnor
change the permissions on the directory to be read only. --Mark Mark Lavi, Enterprise Web Management Team @ SGI mailto:[EMAIL PROTECTED] || phone:+1-650-933-7707 - From: Todd Hivnor [mailto:[EMAIL PROTECTED] Sent: Monday, November 27, 2006 3

RE: [EMAIL PROTECTED] Failed downloads: "Could not get next bucket brigade"

2006-11-28 Thread Todd Hivnor
or when she uses an office network. So the error sure sounds "network related," the logs show it happening on a lot of different networks. - Todd - Access over 1 million songs - Yahoo! Music Unlimited.

[EMAIL PROTECTED] Limiting COPY method for WebDAV to one direction

2006-11-27 Thread Todd Hivnor
to be able to any means to control the direction of the copy method. Is there are way to configure this? It seems like a fairly basic requirement: a read-only WebDAV folder which allows users to copy files into their personal directories, with a direct HTTP COPY call. -

Re: [EMAIL PROTECTED] Re: Help with mod_proxy

2006-11-27 Thread Todd Nine
ike to use domain name for ease of configuration, however I know it is less efficient than using IP. Is it less efficient for the first proxy request (IE does apache cache the IP after the first lookup?), or does it look up the server every time? Thanks Todd On 11/25/06, paul <[EMAIL PROT

[EMAIL PROTECTED] Failed downloads: "Could not get next bucket brigade"

2006-11-27 Thread Todd Hivnor
[500, #0] I'm running Apache 2.0.51 on Fedora Core 2. Does anyone know how to address this bug ? - Todd - Check out the all-new Yahoo! Mail beta - Fire up a more powerful email and get things done faster.

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 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
ance" page with the host name in it? Where would I find this documentation? I've been digging though Apache's site and Google's returned examples, but I can't seem to find anything that gives me a concrete example. Thanks, Todd

Re: [EMAIL PROTECTED] i am getting html source code display instead of Page.

2006-11-04 Thread Todd Hivnor
See http://www.bugzilla.org/docs/2.22/html/configuration.html#httpTodd Hivnor <[EMAIL PROTECTED]> wrote: You need to enable CGI. I have codes like:  AddHandler cgi-script .cgi  Options +Indexes +ExecCGIAtul Mishra <[EMAIL PROTECTED]> wrote: Hi I have installed apache http server. i am trying to acc

Re: [EMAIL PROTECTED] i am getting html source code display instead of Page.

2006-11-04 Thread Todd Hivnor
You need to enable CGI. I have codes like:  AddHandler cgi-script .cgi  Options +Indexes +ExecCGIAtul Mishra <[EMAIL PROTECTED]> wrote: Hi I have installed apache http server. i am trying to access bugzillaindex.cgi page. but i am getting the html source code for that page .can some body help me?--

[EMAIL PROTECTED] WebDAV config ... want to support COPY operations, but only in 1 direction

2006-11-02 Thread Todd Hivnor
on the COPY method seem to apply in both directions. The code I thought would work is this: Require valid-user Require user max I can't figure out how to allow copying _from_ without also allowing copying _to_.

RE: [EMAIL PROTECTED] Running Apache with DocumentRoot on a Mapped Drive

2006-09-27 Thread Todd L Hicks
host, then there are mostly only commercial solutions, but I have found one free one that is somewhat limited that may meed the need. I've used for development purposes on occasion (http://www.iscsicake.com/). Todd -Original Message- From: Williams, Dewey [mailto:[EMAIL PROTECTED] Sent:

RE: [EMAIL PROTECTED] Fwd: Can install Apache

2006-09-10 Thread Todd L Hicks
host headers assigned to the virtual servers in both IIS and Apache. Todd Hicks -Original Message- From: Sage [mailto:[EMAIL PROTECTED] Sent: Saturday, 09 September, 2006 4:23 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Fwd: Can install Apache Thanks Steve, that worked.

[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

RE: [EMAIL PROTECTED] Retirement of mod_aspdotnet

2006-08-06 Thread Todd L Hicks
Bill, Is it possible to get the last development build? Regards, Todd Hicks -Original Message- From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] Sent: Tuesday, 25 July, 2006 7:00 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Retirement of mod_aspdotnet Graeme Walker

RE: [EMAIL PROTECTED] Mod_Dav WindowsXP client

2006-06-27 Thread Todd L Hicks
Chris I'm coming in late to this, but have you tried appending the port number to the url? If you haven't already found it, take a look at here: http://www.thrrrust.com/~pclark/blog/2005/03/fun-with-windows-xp-and-webdav. html It helped me with this problem. Regards, Todd -Origin

[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
the net, I've tried setting a directive that sets allow from all, but this doesn't seem to work.  I've looked at both http://httpd.apache.org/docs/1.3/mod/mod_access.html and http://httpd.apache.org/docs/1.3/sections.htmlany help would be greatly appreciated.Thanks, Todd

[EMAIL PROTECTED] Virtual Hosts

2006-03-17 Thread Todd Loomis
How do I add a directory in a virtual host to allow access and deny?   Todd Loomis Tray Business Systems, Inc. Toll Free Phone: 866.872.9249 (TRAYBIZ) x1719 Direct Line: 410.689.0719 Fax: 410.689.0757 e-Tray: http://www.traybusiness.com/tloomis  

RE: [EMAIL PROTECTED] Webalizer Issues

2006-03-16 Thread Todd Loomis
name. But the above doesn't matter if you are specifying a file in the url. -Dave - Original Message - From: "Todd Loomis" <[EMAIL PROTECTED]> To: Sent: Thursday, March 16, 2006 9:54 AM Subject: [EMAIL PROTECTED] Webalizer Issues I keep getting Forbidden error whe

[EMAIL PROTECTED] Webalizer Issues

2006-03-16 Thread Todd Loomis
I keep getting Forbidden error when I try to access. In the httpd.conf I have added:       Order allow,deny     Allow from all   But still no luck, can anyone help?   Thanks, Todd      

[EMAIL PROTECTED] Apache 1.3.33 (Win32) was uninstalled but an entry is still listed in Services

2005-12-21 Thread Todd Patrick
I uninstalled Apache 1.3.33 (Win32) in Add/Remove Programs, however an entry is still listed in Services. Since Apache is uninstalled, I am unable to run the following to remove the service: Apache.exe -u Thus, how am I able to uninstall this from the Services list? Thanks, --Todd Todd

[EMAIL PROTECTED] Error message: Faulting application Apache.exe, version 0.0.0.0 faulting module php_oci8.dll

2005-12-16 Thread Todd Patrick
[Notes] However, there is no entry in the Apache Error log. What seems odd is the Apache.exe version reports as 0.0.0.0, but I don't understand why php_oci8.dll keeps faulting with either Apache 1.3.3 and Apache 1.3.4. Any suggestions or helpful direction is greatly appreciated. Thanks, -

RE: [EMAIL PROTECTED] PHP Prolem

2005-12-11 Thread Todd Hofert
pache server to properly display php files in browsers? > > Thanks > Todd > > > > From: myhapwcforever [mailto:[EMAIL PROTECTED] > Sent: Thu 12/8/2005 9:06 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] PHP Prolem >

RE: [EMAIL PROTECTED] PHP Problem

2005-12-10 Thread Todd Hofert
Anyone? please This can't be stumping everyone. From: Todd Hofert [mailto:[EMAIL PROTECTED] Sent: Fri 12/9/2005 8:46 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] PHP Prolem I apologize for my ignorance but I still cannot make this

RE: [EMAIL PROTECTED] PHP Prolem

2005-12-09 Thread Todd Hofert
I apologize for my ignorance but I still cannot make this work. Can someone please offer specific direction on how to edit the .conf file to allow my appache server to properly display php files in browsers? Thanks Todd From: myhapwcforever [mailto:[EMAIL

RE: [EMAIL PROTECTED] PHP Prolem

2005-12-08 Thread Todd Hofert
Where do I add this? I added it in the section that previously read:       DirectoryIndex index.html   Doing so now just opens the php file as text in the browser window.   Thanks in advance. Todd From: ludi [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 07, 2005 9:37 PMTo: users

[EMAIL PROTECTED] PHP Prolem

2005-12-07 Thread Todd Hofert
auto-detect PHP filename extensions. So since I am the host, how do I configure Apache to auto-detect PHP filename extensions? Thanks Todd This e-mail and any attachments may contain confidential and privileged information. If you are not the intended recipient, please notify the sender

  1   2   >