[us...@httpd] apache logging the wrong client IP address in access logs

2009-06-04 Thread Matt
Hello, I\\\'m having trouble with apache logging the wrong client IP address in the access logs. It used to log correctly and then one day it just starting logging rubbish. It used to log IP address in IPv4 now it logs them in IPv6 and its not even the right IP address and I don\\\'t have an IPv6

[us...@httpd] mod_fastcgi is ignoring -init-start-delay ??

2009-07-01 Thread Matt
I have this line in my /etc/httpd/conf/httpd.conf file: Include conf.d/*.conf and my fast cgi configuration looks like this: [r...@server ~]# cat /etc/httpd/conf.d/mod_fastcgi.conf ScriptAlias /fcgi-bin "/var/www/fcgi-bin/" # FastCGI # If the module hasn't been loaded yet, deny access to the dir

Re: [EMAIL PROTECTED] Slow (Delayed) CGI request

2008-09-20 Thread Matt
On Sat, Sep 20, 2008 at 3:33 PM, John McGowan <[EMAIL PROTECTED]> wrote: > I've got several apache servers that have been running for quite some > time. We don't normally use CGI in production, but I have a reason to use > it now. So, I've placed the CGI program, setup the config, and the CGI >

Re: [EMAIL PROTECTED] Slow (Delayed) CGI request

2008-09-20 Thread Matt
On Sat, Sep 20, 2008 at 4:33 PM, Matt <[EMAIL PROTECTED]> wrote: > > > On Sat, Sep 20, 2008 at 3:33 PM, John McGowan <[EMAIL PROTECTED]> wrote: > >> I've got several apache servers that have been running for quite some >> time. We don't normally use

Re: [us...@httpd] Windows Server 2003 - Apache crash

2009-04-13 Thread Matt
On Mon, Apr 13, 2009 at 11:17 AM, Destone Solutions Ltd. wrote: > > php5ts.dll why not use php within apache as a module LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll" also have you commented out the mysql extension in your php.ini to see whether it is a problem with your versi

[EMAIL PROTECTED] Using Redirect directive without specifying scheme or host...

2007-06-26 Thread Matt
I'm trying to configure Apache to redirect from sort of a shortcut path name to a longer path, so that, for example, all requests to http://foo.example.com/source/directory/file.ext will be redirected to http://foo.example.com/destination/directory/file.ext. The following directive accomplishe

[EMAIL PROTECTED] confused about dispatching...

2007-09-27 Thread matt
x27;ve spent a few days googling, and my keywords aren't finding me what I need. Thanks again for your help. Matt - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslis

Re: [EMAIL PROTECTED] MP3 streaming on Apache

2005-11-07 Thread Matt
You might want to consider checking out Jinzora at http://www.jinzora.org/. It's a PHP app that I've used with success in the past. It can be a bit rough around the edges in some aspects, but it gets the job done. On 11/7/05, Joshua Kogut <[EMAIL PROTECTED]> wrote: > Not to avoid the subject, be

Re: [EMAIL PROTECTED] .htaccess and PHP

2008-07-23 Thread Matt
if the "header file is read in by php" means that it is an include, that doesnt matter it is the form of the URL that the user_agent requests that matters so say the user_agent requests index.php, then that php file includes header.html and that the resulting HTML is something like the user_ag

Re: [EMAIL PROTECTED] .htaccess and PHP

2008-07-24 Thread Matt
On Thu, Jul 24, 2008 at 3:33 AM, Skip Evans <[EMAIL PROTECTED]> wrote: > Hey Matt, > > (I just sent you the message off list, but now rereading this again, I'm > starting to understand.) > > I see that I'm affecting all the URLs, including the ones the app

[users@httpd] Htaccess Help

2011-04-26 Thread Matt
I have an .htaccess file like so. order allow,deny allow from x.x.x.0/24 I have this in my root html directory and it works fine. Only allows access by the x.x.x.0/24 subnet. Thing is I have one file ~"siteinfo.html" that I want to allow anyone to access. How would I do that? ---

Re: [users@httpd] Htaccess Help

2011-04-26 Thread Matt
> > allow from all > So would it be: order allow,deny allow from x.x.x.0/24 allow from all Or does it matter which comes first? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.

[users@httpd] Allowing Robots.txt

2011-10-10 Thread Matt
In .htaccess I have something like this: order allow,deny allow from 192.168.x.x/24 allow from all RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteCond %{REQUEST_URI} / RewriteRule ^(.*)$ https://mydomain49459302.com/$1 [R,L] AuthName "Restricted Area" AuthType Basic AuthUserFile /var/

Re: [users@httpd] Allowing Robots.txt

2011-10-10 Thread Matt
> On October 10, 2011 12:45 , Matt wrote: >> >> I want to restrict http access to the server to certain subnets, >> require SSL and a username and password.  The exception is the >> robots.txt file.  I want to allow anyone access to that.  How do I >> tell it not

Re: [users@httpd] Allowing Robots.txt

2011-10-10 Thread Matt
Is there a way to do something like this? AuthName "Restricted Area" AuthType Basic AuthUserFile /var/www/.htpasswd AuthGroupFile /dev/null require valid-user I basically want to require a password everywhere but on robots.txt and the downloads folder. I want to still require encryption and li

[users@httpd] Re: Matt Tosto has shared a document on Google Docs with you

2017-05-03 Thread Matt
Ignore the previous email you may have received from me with a shared Google Doc. It is not valid. On Wed, May 3, 2017 at 1:34 PM, wrote: > Matt Tosto has invited you to view the following document: > >

[users@httpd] ProxyPass from MySQL LookUp (on Start)

2014-05-22 Thread Matt .
e this the same way as a anti-spam-gw works, it's a proxy too but than I need this for domains to subdomains in a transparent way. I hope someone can help out. Thanks! Matt

[users@httpd] Subdomain Rewrite including HTTP -> HTTPS

2015-01-11 Thread Matt .
h the non-ssl vhost: ServerName foo.td ServerAlias *.foo.tld I would assume this should be working. I'm actually not sure how to rewrite all http requests to https in this matter. Why am I gettting a redirect (302) at the moment and what am I doing wrong her

Re: [us...@httpd] mod-rewrite: ReWrite failure due to a "reserved" word?!

2009-05-27 Thread matt farey
though, next stop meta data and Lucene indexing via Zend eh Matt Sent from my BlackBerry® wireless device -Original Message- From: "Shahriyar \"Shehi\" Imanov" Date: Wed, 27 May 2009 23:18:56 To: Subject: Re: [us...@httpd] mod-rewrite: ReWrite failure due t

[us...@httpd] RewriteRule for case insensitive URL

2009-06-16 Thread Matt Veitas
in advance, Matt Veitas - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org "

Re: [us...@httpd] RewriteRule for case insensitive URL

2009-06-17 Thread Matt Veitas
; > On 6/17/09, Krist van Besien wrote: >> On Tue, Jun 16, 2009 at 3:33 PM, Matt Veitas wrote: >>> Hi >>> >>> I am attempting to create a rewrite rule for our application and am in >>> need of some assistance. The application is found at the following

[us...@httpd] Spiraling Apache Server, Multiple /tmp in lsof

2009-07-14 Thread Matt Juszczak
Hi all, Working on debugging an apache server that continually keeps CPU pegged at 100%, and load average well above 30.00. To debug, I've set maxclients lower, and maxrequestsperchild to 0 (so that a tracing process doesn't continuously re-spawn). I notice a few inefficiencies in the trace

Re: [us...@httpd] Spiraling Apache Server, Multiple /tmp in lsof

2009-07-16 Thread Matt Juszczak
Hi all, Just wanted to ping one more time to see if anyone had any ideas, especially related to all the /tmp entries in lsof for each apache thread which I haven't seen before. On Tue, 14 Jul 2009, Matt Juszczak wrote: Hi all, Working on debugging an apache server that continually

Re: [us...@httpd] How to configure a username with colon?

2009-08-12 Thread matt farey
Hi Wong, You can have : in the password but not in the userID, see RFC2617: userid = * password= *TEXT So by using an encoding hack, you are of course no longer including a : in the userID Hope that makes sense. Matt Sent from my BlackBerry® wireless device -Original Message

[us...@httpd] Apache and domain names

2009-08-19 Thread Matt K
Can someone tell me how about hosting more then one Domain with Apache? Thanks Matt - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info.

Re: [us...@httpd] .htaccess files not working from internet? intranet access fine

2009-10-11 Thread matt farey
Is your squid proxy set up to forward on the basic authentication headers? Doesn't sound like they are being sent to your browser Sent from my BlackBerry® wireless device -Original Message- From: Kaya Saman Date: Mon, 12 Oct 2009 00:57:20 To: Subject: [us...@httpd] .htaccess files no

Re: [us...@httpd] .htaccess files not working from internet? intranetaccess fine

2009-10-13 Thread matt farey
Did you ever investigate the response headers or lookup basic auth in squid? Sent from my BlackBerry® wireless device -Original Message- From: Kaya Saman Date: Tue, 13 Oct 2009 11:02:52 To: Subject: Re: [us...@httpd] .htaccess files not working from internet? intranet access fine Hi gu

Re: [us...@httpd] .htaccess files not working from internet? intranetaccessfine

2009-10-13 Thread matt farey
page and see the difference Sent from my BlackBerry® wireless device -Original Message- From: Kaya Saman Date: Tue, 13 Oct 2009 11:45:01 To: Subject: Re: [us...@httpd] .htaccess files not working from internet? intranetaccess fine matt farey wrote: > Did you ever investigate

Re: [us...@httpd] .htaccess files not working from internet? intranetaccessfine

2009-10-14 Thread matt farey
Curl is not showing the response headers, Is it -X or -H (or neither - I forget!) If you have access to windows, you can use fiddlertool proxy, damn hot debugging proxy. But at least you can see that squid does not understand how to supply the credentials from the html! Matt Sent from my

Re: [us...@httpd] .htaccess files not working from internet? intranetaccessfine

2009-10-14 Thread matt farey
accessfine Firefox plugin is giving me quite an interesting readout and I think I've located the issue which is what Matt Farey has been saying all along about the Squid forwarding of HTTP Auth Basic Headers: I get WWW-Authenticate: Basic realm="Restricted Files" message which I'

Re: [us...@httpd] .htaccess files not working from internet? intranetaccessfine

2009-10-14 Thread matt farey
is giving me quite an interesting readout and I think I've located the issue which is what Matt Farey has been saying all along about the Squid forwarding of HTTP Auth Basic Headers: I get WWW-Authenticate: Basic realm="Restricted Files" message which I'm pretty sure i

Re: [EMAIL PROTECTED] Not Sure If This Is An Appache Problem Or a PHP problem

2008-09-25 Thread matt . farey
Put php.ini in the apache/bin directory, php is running as an apache module. Sent from my BlackBerry� wireless device -Original Message- From: Xpert Advice <[EMAIL PROTECTED]> Date: Thu, 25 Sep 2008 14:18:28 To: Subject: [EMAIL PROTECTED] Not Sure If This Is An Appache Problem Or a PHP

Re: [EMAIL PROTECTED] JAD And JAR MIME Issue

2008-10-11 Thread matt . farey
Add those lines (minus addtype directive) to your apache/conf/mime.types file, if in doubt open mime.types and see the format Sent from my BlackBerry® wireless device

Re: [EMAIL PROTECTED] How does Apache handle expired server certificate and expired CAroot certificate?

2008-10-16 Thread matt . farey
boards for later attack. (Passwords sent in the URL, persistent session identifiers etc...) Matt Farey Sent from my BlackBerry® wireless device

[EMAIL PROTECTED] Custom Apache Module Compile/Runtime Failure on 64-bit RHEL 4

2008-10-24 Thread Matt Kasselman
Apache (/usr/sbin/httpd) Apache seg faults anytime a request uses the module. I boiled it down to the following lines of code by building a test module and adding a couple lines to the handler (/usr/sbin/apxs -g -n foo). void *name; name = (char *) (size_t) apr_pstrdup(r->pool,"matt");

Re: [EMAIL PROTECTED] mod_proxy_connect security questions

2008-11-12 Thread matt . farey
y change, so if possible use hosts, and lock down your DNS outgoing to the IP of your ISP. Matt Sent from my BlackBerry® wireless device -Original Message- From: Jens <[EMAIL PROTECTED]> Date: Wed, 12 Nov 2008 23:46:25 To: Subject: [EMAIL PROTECTED] mod_prox

[us...@httpd] Safe namespace for passing environment vars to suexec-ed CGI script

2009-01-10 Thread Matt McCutchen
er to that documentation. I wasted an hour trying to find out how my variable was getting "lost", and I would love to save other novice Web administrators that trouble. Comments? Unless someone suggests a better approach, I will write and post the patch; i

Re: [us...@httpd] ReWrite woes

2009-01-14 Thread Matt McCutchen
tried putting the rewrite rule just under the virtual host, in > a .htaccess file, in the httpd.conf. Nothing works. You need "RewriteEngine On". -- Matt - The official User-To-User support forum of the Apache HT

Re: [us...@httpd] persistent Basic Auth?

2009-01-17 Thread Matt McCutchen
JavaScript). I suggest that you just use HTTPS for everything. -- Matt - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-ma

Re: [us...@httpd] passwords do not function

2009-01-19 Thread Matt McCutchen
ile is interpreted from the ServerRoot, which probably isn't what you expected. Try an absolute path here. If that isn't the problem, check the server's error log. -- Matt - The official User-To-User support forum

Re: [us...@httpd] What is the difference between redirect and rewrite?

2009-01-21 Thread Matt McCutchen
ld make the redirect apply only to virtual hosts ending in domain.com, but if you take it out, the two are essentially equivalent. I wouldn't say one approach is better than the other for a simple redirect, but the second gives you more flexibility if

Re: [us...@httpd] content handler question

2009-01-23 Thread Matt McCutchen
esponse headers. If no filter does what you need, I guess you could even write your own CGI script that acts as a proxy and modifies the headers however you like. -- Matt - The official User-To-User support forum of the Apache H

Re: [us...@httpd] Re: UserDir + SetHandler cgi-script broken? (Apache 2.0.52)

2009-01-24 Thread Matt McCutchen
27;s switching users? According to the docs, all CGI scripts in userdirs switch users using suexec: http://httpd.apache.org/docs/2.0/suexec.html#usage Suexec is pretty picky about permissions, so check the suexec_log file for any relevant errors. -- Matt --

Re: [us...@httpd] IP-address spoofing a concern?

2009-01-27 Thread Matt McCutchen
oken. > > With HTTP Digest Authentication, it's secure. The session token may be secure, but that's useless without integrity protection of request bodies. If you want real security, use HTTPS. -- Matt -

Re: [us...@httpd] IP-address spoofing a concern?

2009-01-27 Thread Matt McCutchen
uot; mode that would prevent this, but it is unimplemented in Apache. Again, I would recommend https because it gives you full security against any kind of attacker on the network (assuming your users aren't in the habit of clicking through certificate warnings). -- Matt --

[us...@httpd] Semantics of "RewriteOptions inherit" in htaccess files needs improvement

2009-01-31 Thread Matt McCutchen
nning of hook_fixup and instead skipping each individual rule if the request does not begin with its RewriteBase. Comments? I can try to implement this, but I'm new to the Apache code base, so I don't know how far I&#

Re: [us...@httpd] Semantics of "RewriteOptions inherit" in htaccess files needs improvement

2009-02-01 Thread Matt McCutchen
On Sun, 2009-02-01 at 23:19 +0100, Bob Ionescu wrote: > 2009/1/31 Matt McCutchen : > > #1. Currently, "RewriteOptions inherit" works as if the parent's rules > > were copied and pasted into the child (after any other rules). This > > means that requests in th

Re: [us...@httpd] Semantics of "RewriteOptions inherit" in htaccess files needs improvement

2009-02-02 Thread Matt McCutchen
On Mon, 2009-02-02 at 21:00 +0100, Bob Ionescu wrote: > 2009/2/2 Matt McCutchen : > > On Sun, 2009-02-01 at 23:19 +0100, Bob Ionescu wrote: > >> E.g. domain1 points to /var/www, domain2 to /var/www/sub and > >> /var/www/sub/.htaccess inherits (i.e. 1:1 copy) /var/www

Re: [us...@httpd] Semantics of "RewriteOptions inherit" in htaccess files needs improvement

2009-02-02 Thread Matt McCutchen
On Sun, 2009-02-01 at 23:19 +0100, Bob Ionescu wrote: > 2009/1/31 Matt McCutchen : > > #1. Currently, "RewriteOptions inherit" works as if the parent's rules > > were copied and pasted into the child (after any other rules). This > > means that requests in th

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-03 Thread Matt McCutchen
with the www. The hostnames with and without the www are completely independent as far as the hosts file is concerned. -- Matt - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apa

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-03 Thread Matt McCutchen
sounds like the application is generating an absolute link that you need to rewrite with mod_proxy_html, as mentioned in the ProxyPassReverse documentation: http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypassreverse -- Matt ---

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-03 Thread Matt McCutchen
/application prefix, not add it. http://www.apachetutor.org/admin/reverseproxies -- Matt - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more i

Re: [us...@httpd] Re: Help - Name Server - Maybe

2009-02-04 Thread Matt McCutchen
e of an over-clever HTML mailer converting URLs to links and then converting the links to a plain-text representation that is confusing in context. The text of the HTML version (which I assume is what Michael read) does not contai

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-04 Thread Matt McCutchen
y_html/proxy_html.conf 2. Your ProxyHTMLURLMap rule is backwards, since you want to *remove* the /application prefix from the links generated by the back-end (which is the reverse of the scenario in the HOWTO, as you can see by comparing your ProxyPass directive to those in the

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-04 Thread Matt McCutchen
On Wed, 2009-02-04 at 17:00 -0600, Robert Steinmetz AIA wrote: > Matt McCutchen wrote: > > Two issues: > > > > 1. The error you pasted suggests that your ProxyHTMLURLMap rule is not > > taking effect at all. My guess is that you need to include the > > config

Re: [us...@httpd] Reverse Proxy URL confuion.

2009-02-04 Thread Matt McCutchen
HTML rewriting to work, a completely different approach you could try is to redirect /application to / on the front-end server: Redirect 301 /application / This will have extra overhead on every request, and it might not work depend

Re: [us...@httpd] How to serve up different content depending on authenticated user

2009-02-04 Thread Matt McCutchen
r - I may just not have the proper search terms though (I don't know > how best to describe it) > > eg. > > http://spi...@foo.com -> /var/www/private/spidie > http://f...@foo.com -> /var/www/private/fred How about this: RewriteEngine On Rewrite

Re: [us...@httpd] How to serve up different content depending on authenticated user

2009-02-05 Thread Matt McCutchen
can drop the user_ prefix and condition. You don't need to condition on %{REMOTE_USER} either because rewrite rules don't run until after the user gains authorization. The rule I gave earlier (updated for your directory name) sho

Re: [us...@httpd] How to serve up different content depending on authenticated user

2009-02-05 Thread Matt McCutchen
On Thu, 2009-02-05 at 20:10 +1000, Steve Dalton wrote: > Matt - That method didn't work for me... it got into an internal > recursion and bombed out after 10 redirects. I think you do perhaps > need to test for something to stop it going on forever. Does this happen even with t

Re: [us...@httpd] Can not access Apache server from local network.

2009-02-07 Thread Matt McCutchen
g the connection. Make sure the firewall on the server allows incoming connections to port 80. -- Matt - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for

Re: [us...@httpd] How to serve up different content depending on authenticated user

2009-02-08 Thread Matt McCutchen
thorization Required) if the %{REMOTE_USER} doesn't match the directory, but I realized that wouldn't really add anything to what you are already doing. -- Matt - The official User-To-User support forum o

Re: [us...@httpd] mod_proxy not displaying images

2009-02-17 Thread Matt McCutchen
mentioned in the ProxyPassReverse documentation. I also suggest that you try a test case other than Google in case Google tries to block people from proxy-passing to them. -- Matt - The official User-To-User support fo

Re: [us...@httpd] Doubt about disabling access to PHP files

2009-03-13 Thread matt farey
This directory should not be under your document root, instead it should lie outside the web server root, and you should use a php script to handle the download and the file and folder listing. This way when the user clicks on "http://example.org/foo/bar/word.doc"; the "/foo/bar/word.doc" will b

Re: [us...@httpd] Problem with Mod_Rewrite

2009-04-14 Thread matt farey
You need to make sure that your html files are parsed by the php parser, find the line in http.conf and add .html (if this Is safe for your server) Or Simple chane the rewrite rule to read index.php?id= This is all assuming you have php code that uses $_GET['id'] to construct the page Sent fr

[EMAIL PROTECTED] LDAP and Firefox

2005-12-19 Thread Matt Weston
I have configured LDAP authentication for a particular section of our website and when I try to access this page in FireFox it tends to take quite a bit longer to load than when you use IE or Opera with the same website. Does anyone know a good reason and/or fix for this? -

Re: [EMAIL PROTECTED] LDAP and Firefox

2005-12-20 Thread Matt Weston
I disabled IPv6 in Firefox and response time is the same... >>> [EMAIL PROTECTED] 12/19/2005 6:03:21 PM >>> Matt Weston wrote: >I have configured LDAP authentication for a particular section of our website >and when I try to access this page in FireFox it tends to take

Re: [EMAIL PROTECTED] LDAP and Firefox

2005-12-20 Thread Matt Weston
Belay thatI restarted firefox and it worked like a charm...=) >>> [EMAIL PROTECTED] 12/20/2005 8:28:19 AM >>> I disabled IPv6 in Firefox and response time is the same... >>> [EMAIL PROTECTED] 12/19/2005 6:03:21 PM >>> Matt Weston wrote: >I ha

[EMAIL PROTECTED] non-rpm, 2.2x autonomous server binary config for RH9?

2005-12-27 Thread Matt England
and run separate on ports like 4343 (as per the tailored httpd.conf)? Where can I get something like this? I have yet to find anything. Thanks for any help, -Matt - The official User-To-User support forum of the A

[EMAIL PROTECTED] Solaris SIGBUS and core on changes to mmap'd files

2006-01-19 Thread Matt Willsher
se sound reasonable, or is there a better way to fix work around this problem? httpd -V, the entry from the error log and a stack trace are below. matt$ /opt/NTLIapache/bin/httpd -V Server version: Apache/1.3.34 (Unix) Server built: Jan 10 2006 11:10:09 Server's Module Magic Number: 1999

[EMAIL PROTECTED] LDAP Question

2006-01-26 Thread Matt Weston
I am trying to use a Novell E-Directory as the LDAP server and am getting this error in my error log when someone has trouble loggin into a page I setup to use LDAP authentication. Does anyone have any ideas? auth_ldap authenticate: user jes05002 authentication failed; URI /securesite/stu

[EMAIL PROTECTED] mod_edir

2006-01-30 Thread Matt Weston
Does anyone know where I can get the mod_edir module for use with Novell Edirectory? Matt - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more i

[EMAIL PROTECTED] Radius Servers and LDAP

2006-01-30 Thread Matt Weston
Has anyone setup LDAP to go through a radius server to access an LDAP server? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscrib

[EMAIL PROTECTED] LDAP Search string

2006-01-30 Thread Matt Weston
found too much info on the "one" filter. Any and all help will be greatly appreciated. Matt - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> f

Re: [EMAIL PROTECTED] newbe question - File upload howto

2006-01-31 Thread Matt Weston
. Matt >>> [EMAIL PROTECTED] 1/31/2006 4:05:27 AM >>> Hi Guys, I have a apache server running on Windows server. Need to add option to upload file to the server and need help ... I have a form to select the file: File to upload: to upload the file! Now ..

Re: [EMAIL PROTECTED] Premature end of script headers

2006-02-21 Thread Matt Weston
Try changing it to hello.pl >>> [EMAIL PROTECTED] 2/21/2006 8:12:17 AM >>> All of my perl scripts generate this error when I try to have Apache serve them. I'm on RHEL with Apache 2.0.52. The simplest script I have is: #!/usr/bin/perl print "Hello"; In the error log I'm told: [Tue Feb 21 08:5

[EMAIL PROTECTED] LDAP Password Protection

2006-03-10 Thread Matt Weston
We have a page that is supposed to be password protected with LDAP authentication. You can login to the page just fine; however, unless you close out your browser(verified on Firefox, Opera, and IE) the page fails to ask for a username/password again when you return to the page. Any thoughts?

[EMAIL PROTECTED] [Patch] Update mod_auth_ldap to support MS AD 2003

2006-03-15 Thread Matt Pavlovich
This slight modification makes mod_auth_ldap work with AD 2003, where it returns a successful result set, and an LDAP_OPERATIONS_ERROR. I do not have the definitive reason why AD 2k3 is returning the error, but I believe it has to do with the security access of the account performing the searc

[EMAIL PROTECTED] Reverse proxy by file ext / type

2006-04-08 Thread Matt Richards
configuration as simple as possiable as it is already starting to get quite complicated. Does anybody know how this can be done? Cheers, Matt. - The official User-To-User support forum of the Apache HTTP Server Project. See http

Re: [EMAIL PROTECTED] Problems with mod_auth configuration using apache 2.0.55 ...

2006-04-10 Thread Matt Bockol
Hello Matthew, I'm guessing that the confusion is the difference between and blocks. Directory blocks reference the filesystem, location blocks are relative to the docroot and can be virtual. Matt Bockol MATTHEW MCHUGH wrote: Hello, I'm having a terrible time configuring

[EMAIL PROTECTED] proxy only asp files

2006-04-14 Thread Matt Richards
hello :) been playing around LOTS with different setups and everything and i had a sudden brainwave the other day and it worked :D ... kinda ! what i have currently got setup is this ... [EMAIL PROTECTED] root]# cat /usr/local/httpd/cgi-bin/asp-proxy #!/bin/sh # disable filename globbing set

Re: [EMAIL PROTECTED] proxy only asp files

2006-04-14 Thread Matt Richards
eRule ^(.*\.asp)$ http://172.19.13.16/$1 [NC,P] ProxyPassReverse / http://172.19.13.16/ -ascs -Original Message- From: Matt Richards [mailto:[EMAIL PROTECTED] Sent: Friday, April 14, 2006 4:35 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] proxy only asp files hello :) been

Re: [EMAIL PROTECTED] LDAP authentification from 2.0 to 2.2

2006-04-24 Thread Matt Bockol
yours" AuthzLDAPAuthoritative off Require valid-user It's something about the AuthType Basic expecting a htpasswd file when using it with require valid-user, but I don't completely understand how these are supposed to mix and match with the new 2.2.0 auth configs. Matt M

Re: [EMAIL PROTECTED] Best practice for setting DocumentRoot based on hostname

2007-02-17 Thread matt farey
public but now there are hundreds of them, and I might have to revist that decision and spread them out a bit more. matt -- - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org

Re: [EMAIL PROTECTED] setting up virtual hosting

2007-02-20 Thread matt farey
Sam Carleton wrote: > I am pulling my hair out trying to get the virtual hosting working on > my internal web server. I need to get a test site online and I would > like to have it setup as a name based virtual host. I am running > Apache v2.2.3 with default layout of SUSE, which consists of

Re: [EMAIL PROTECTED] setting up virtual hosting

2007-02-20 Thread matt farey
Sam Carleton wrote: > Matt, > > I do want to set things up as you suggested, but it isn't working. > When I type in the IP address, I get the webdev.miltonstreet.com site > on port 80 and the subversion site on port 443. Here is what I have: > > Listen 80 > L

Re: [EMAIL PROTECTED] Limit download of data by IP address?

2007-02-21 Thread matt farey
uxwrstre wrote: > Hello, > > is there a possibility to limit the download of IP addresses per day? > For example that an IP address could not download more than 1 Gbyte per day > of the apache server? Is there somewhere a module doing that? > > My problem is that my server gets all the time D.o.

Re: [EMAIL PROTECTED] setting up virtual hosting

2007-02-22 Thread matt farey
Sam Carleton wrote: > On 2/22/07, Boyle Owen <[EMAIL PROTECTED]> wrote: > >> > I am back at it and it simply is NOT working. No matter what I do, I >> > cannot get to the default web site. >> >> It is not clear what you mean by "default web site". Once you start >> using VHs, the "default web si

Re: [EMAIL PROTECTED] setting up virtual hosting

2007-02-22 Thread matt farey
f you dont have a static IP or if your server is bound to the public IP, then just set apache to listen on that IP too using an extra Listen 66.67.68.69:80 statement, and change the to matt - The official User-To-User support fo

Re: [EMAIL PROTECTED] avoiding a redirect loop with rewrites

2007-02-22 Thread matt farey
Josh Trutwin wrote: > Hi, > > I'm working for a small company that uses a custom CMS. When > customers create pages in the CMS a file gets created based on the > page's id number - for example: > > www.mysite.com/pages/pid5.html > > I've pushed some code into the CMS that lets the site admin cre

Re: [EMAIL PROTECTED] avoiding a redirect loop with rewrites

2007-02-22 Thread matt farey
Josh Trutwin wrote: > On Thu, 22 Feb 2007 21:36:03 + > matt farey <[EMAIL PROTECTED]> wrote: > > >> RewriteEngine On >> ReWriteCond %{REQUEST_FILENAME} pid5.html$ >> ReWriteCond %{QUERY_STRING} !stop=yes >> ReWriteRule . /products.html [R=301]

Re: [EMAIL PROTECTED] mod_rewrite + proxy requests + mod_exf_filter

2007-02-23 Thread matt farey
have you tried [P,L,T=text/html] Sergey N. Romanov wrote: > Hi, > > We need system which will make these things : > - user requested url like http://our.server/XYZ/page.html > - rewrite engine should map /XYZ/ to real server name and make proxy > request to http://another.server/page.html > - the

Re: [EMAIL PROTECTED] DirectoryIndex

2007-02-23 Thread matt farey
DirectoryIndex index.html index.php index.htm index.cgi index.phtml the order is key here. If you have multiviews on YMMV but that should do it. KOJC wrote: > Hi there, > > > I have uploaded my files to the Document Root and there are two files > , index.html and index.php. When I browse in th

Re: [EMAIL PROTECTED] DirectoryIndex Not Working w/PHP on 2.0.58

2007-02-23 Thread matt farey
[EMAIL PROTECTED] wrote: > I've got a FreeBSD 5.4-RELEASE box that I've just fallen into > administering, with an existing Apache 2.0.58 install. One of my first > tasks has been to get PHP4 installed, so that the site can support a > blog and some other features. > > The PHP installation went sm

Re: [EMAIL PROTECTED] DirectoryIndex Not Working w/PHP on 2.0.58

2007-02-23 Thread matt farey
[EMAIL PROTECTED] wrote: >> Have you looked around for further config blocks of the type >> >> >> Does your server have rewrites in place for this, and is the file >> listing you are seeing the location to which the DirectoryIndex >> directive applies, it is the location directive in the vhosts

Re: [EMAIL PROTECTED] Help: GIFs that are in same directory as PERL script are being executed

2007-02-23 Thread matt farey
Can you use the ForceType image/gif inside a FilesMatch or similar stanza, have you tried |RemoveHandler .gif have you removed the x-bit hack if its there? | Stephen Truxton wrote: > Thanks Mark, but that was one of the things that I > tried & didn't work. Just complains that it doesn't > have en

Re: [EMAIL PROTECTED] rewrite rules

2007-02-26 Thread matt farey
What URL you are actually requesting? - there are a few that will, but that's ok provided you don't care about those. Gonzalez, Miguel wrote: > Dear all, > > I have Apache 2.0.54 on a Debian stable. I have what seems to be a > endless loop: > > mod_rewrite: > maximum number of internal redirec

Re: [EMAIL PROTECTED] rewrite rules

2007-02-26 Thread matt farey
Gonzalez, Miguel wrote: > Do you see any failure on the rules? I have sent out the logs that I got, it > seems that It gets on an endless loop. > > Many thanks > > Miguel > > >> -Original Message- >> From: matt farey [mailto:[EMAIL PROTECTED] >

Re: [EMAIL PROTECTED] rewrite rules

2007-02-26 Thread matt farey
Gonzalez, Miguel wrote: > Sorry, it's not working I am getting on the logs: > > > 10.0.6.221 - - [26/Feb/2007:16:06:02 --0500] > [mydomain.com/sid#81c4370][rid#83a11d0/initial] (3) [per-dir > /var/www/mydomain.com/] add per-dir prefix: index.php -> > /var/www/mydomain.com/index.php > 10.0.6.22

Re: [EMAIL PROTECTED] rewrite rules

2007-02-26 Thread matt farey
Gonzalez, Miguel wrote: > Sorry, it's not working I am getting on the logs: > > > 10.0.6.221 - - [26/Feb/2007:16:06:02 --0500] > [mydomain.com/sid#81c4370][rid#83a11d0/initial] (3) [per-dir > /var/www/mydomain.com/] add per-dir prefix: index.php -> > /var/www/mydomain.com/index.php > 10.0.6.22

Re: [EMAIL PROTECTED] Render an image for a 404 on images

2007-03-06 Thread matt farey
why not have a rewrite that says if the request is an image, and is not present, then redirect to the 404 images, you can capture the type of extension in the rewrite and direct to the appropriate pre-rendered image. philguillard wrote: > Hi, > > I'd like to render a specific 404.gif file when the

  1   2   3   >