[users@httpd] https redirect between domains failing

2005-06-12 Thread Rich
what type the connection is, so I don't expect to find any answers there. For the record, there are no errors being reported by the browser or Apache or PHP. I have looked about and I have only found one other instance of someone having a similar problem, but no answer was

Re: [users@httpd] https redirect between domains failing

2005-06-12 Thread Rich
Sorry - I should have said... This is running on OpenBSD and is Apache 2, version 2.0.54 PHP version is 4.3.10 - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.ht

Re: [users@httpd] How to limit php script execution to a select path only ?

2005-06-13 Thread Rich
must be real directory paths Hope this helps Rich. Maxim Vexler wrote: Hello everyone. Sorry for the newbies question, I would have searched for it myself if it wasn't that urgent. Could you please demonstrate or provide a helpful link on how to limit script execution (php in this case)

Re: [users@httpd] How to close connection instead of sending 403?

2005-06-19 Thread Rich
Have you tried mod_security? - http://www.modsecurity.org/ I've not tried to do anything like this before with it, but it might help. Worth a look... regards Rich. dtufs wrote: I'm not sure apache can do that but I have one linux box setup as firewall, patched with patch-o-mati

Re: [users@httpd] How to close connection instead of sending 403?

2005-06-19 Thread Rich
t the affect will be the same - the client will give up). Rich. dtufs wrote: --- Rich <[EMAIL PROTECTED]> wrote: Have you tried mod_security? - http://www.modsecurity.org/ Thanks Rich. It certainly is an interesting module, however, it does not seem to be capable of closing a connecti

Re: [users@httpd] How to close connection instead of sending 403?

2005-06-19 Thread Rich
re using apache 1.3, the output scanning is not available (it's a limitation of the way 1.3 works). However, you can still block the client on the incomming stream so that request never reaches apche propper, and you can affctively ignore the request. Rich. dtufs wrote: Once it yo

Re: [users@httpd] How to close connection instead of sending 403?

2005-06-19 Thread Rich
blocking the ip address (which you say you don't want to do) there's not much you can do about it anyway. Rich. dtufs wrote: --- Rich <[EMAIL PROTECTED]> wrote: You can configure mod_securiy so that it will not respond at all - ie - it will just leave the client hanging

Re: [users@httpd] How to close connection instead of sending 403?

2005-06-19 Thread Rich
dtufs wrote: --- Rich <[EMAIL PROTECTED]> wrote: The 'add_httpd_block' script is something I wrote myself to drop the connection and block the IP for a while. But how do you block it? 403 is possible, but not what we want. Firewall is possible, but our hosting provide

Re: [users@httpd] How to close connection instead of sending 403?

2005-06-20 Thread Rich
Mr Boyle, I don't think your replies are very helpful. If you care to step outside your ivory tower for a moment and take a stroll around the real world you'll find that there's rules and idealism and then there's practicality and pragmatism. Rich. --- Boyle Ow

[EMAIL PROTECTED] Strange Problems on OS X Tiger

2005-10-26 Thread Rich
Hi folks. New to the list. Something burped on my system last night and I've been chasing it ever since. I run a middleware called Lasso which works with Apache and MySQL. Since the burp, I have reinstalled the OS (Tiger 10.4 updated to 10.4.2), MySQL to version 4.1.15 (64 bit) and reinstalled

[EMAIL PROTECTED] mod_ssl Unable to Configure Key

2008-03-17 Thread Rich
e openssl commands give me the information I ask for, so I don't see anything wrong with it. Any insight appreciated. Cheers Rich in Toronto - The official User-To-User support forum of the Apache HTTP Server P

Re: [EMAIL PROTECTED] mod_ssl Unable to Configure Key

2008-03-17 Thread Rich
80074 error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch Is the private key you configured for your server the key used for the certificate? Cheers Rich in Toronto - The official User-To-User su

[EMAIL PROTECTED] could not open error log file

2008-04-14 Thread Rich
: httpd could not be started Not sure what to check as I deleted the previous error logs, and a new one was created. So it has OS assigned permissions and she's empty. Rich in Toronto ...now go get on your bike - The off

[us...@httpd] Basic authentication not working

2010-08-24 Thread rich
e (shared) Syntax OK Anybody have any ideas/suggestions? Many thanks in advance Rich - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To uns

Re: [us...@httpd] Basic authentication not working

2010-08-24 Thread rich
On 24/08/2010 14:37, Eric Covener wrote: On Tue, Aug 24, 2010 at 7:33 AM, rich wrote: are there any non US-ASCII chars in the password? No - just US ASCII characters i.e. [a-z,A-Z,0-9] - The official User-To-User

Re: [us...@httpd] how to get logs per vhosts ?

2009-09-22 Thread Rich Bowen
split the logs after the fact using the utility called split- logfile that comes with Apache: http://httpd.apache.org/docs/2.2/programs/other.html -- Rich Bowen rbo...@rcbowen.com

Re: [us...@httpd] Automatically grant authenticated users access to a dir matching their username

2009-09-22 Thread Rich Bowen
owns the file/directory. Assuming that the directories in question will be owned by that user, that should work. -- Rich Bowen rbo...@rcbowen.com

Re: [us...@httpd] how to get logs per vhosts ?

2009-09-22 Thread Rich Bowen
On Sep 22, 2009, at 08:56 , J. Bakshi wrote: Rich Bowen wrote: On Sep 22, 2009, at 08:24 , J. Bakshi wrote: Well there is one side effect for the web hosting server. Generally these type of servers host a huge no. of vhosts. And the CustomLog options then creates a serious performance

Re: [us...@httpd] httpd.conf syntax

2009-09-24 Thread Rich Bowen
. Have I missed something ? vhosts do not automatically inherit rewrite directives. You may need either to include this directly into the vhost(s) where you want it to apply, or put: RewriteOptions inherit in each vhost. -- Rich Bowen rbo...@rcbowen.com

Re: [us...@httpd] mod_rewrite ignoring proxy flag

2009-09-30 Thread Rich Bowen
On Sep 30, 2009, at 12:32 , Alexander Müller wrote: Hi, we are having the following RewriteRule entry configured RewriteRule ^/(.*)$ https://HOSTNAME/$1 [P] which generally seems to work, all incoming requests are forwarded to the indicated machine, not as redirect but utilising mod_prox

Re: [us...@httpd] OT: Vista Xampp and 'allow from localhost'

2009-09-30 Thread Rich Bowen
On Sep 30, 2009, at 15:47 , Clive Kinton wrote: Has anybody run into some weirdness with Apache 2.2.12 from Xampp on Vista and ip to hostname resolution for 'localhost'? The httpd.conf is vanilla, as shipped. Specific issue: Trying to limit access to a directory with a simple .htaccess file li

Re: [us...@httpd] able to start one virtual host but not all of them!!!

2009-10-22 Thread Rich Bowen
eason for this is that you have mismatched NameVirtualHost and lines. Please see http://onlamp.com/pub/a/apache/2004/01/08/apacheckbk.html for a detailed discussion of your problem and the solutions for it. -- Rich Bowen rbo...@rcbowe

Re: [us...@httpd] AllowOverride

2009-10-22 Thread Rich Bowen
allowed in htaccess file ? No, that option is not available at this time. -- Rich Bowen rbo...@rcbowen.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/users

Re: [us...@httpd] mod_rewrite and setenv

2009-11-01 Thread Rich Bowen
r of processing. The rewrite directives run earlier than the SetEnv directives. You can set the env var with mod_rewrite: RewriteRule ^ - [E:APPLICATION_ENV=development] -- Rich Bowen rbo...@rcbowen.com

Re: [us...@httpd]

2009-11-10 Thread Rich Bowen
s numerous pieces of hardware (routers, firewalls, proxy servers, etc) between client and server. The receiving end does NOT have that info, buried or otherwise. It's simply not there. -- Rich Bowen rbo...@rcbowen.com -

Re: [us...@httpd]

2009-11-11 Thread Rich Bowen
ake a look at mod_usertrack: http://httpd.apache.org/docs/2.2/mod/mod_usertrack.html If you don't trust cookies, then you're out of luck. -- Rich Bowen rbo...@rcbowen.com - The official User-To-User support foru

Re: [us...@httpd] Cant make apache listen on an IP address and port

2009-11-11 Thread Rich Bowen
set ServerName. The rest of the message is an actual error condition. -- Rich Bowen rbo...@rcbowen.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html

Re: [us...@httpd]

2009-11-11 Thread Rich Bowen
question. There are no other answers, no matter how much you want for there to be. On the other hand, how much does it *really* matter whether you have 1,000,000 or 1,000,001 visitors? Sometimes, you just have to be satisfied with a really good estimate. -- Rich Bowen rbo

[us...@httpd] Straw poll: mod_imagemap

2009-11-11 Thread Rich Bowen
Collecting unscientific statistics in the interest of the future. A show of hands: Are you using mod_imagemap? -- Rich Bowen rbo...@rcbowen.com - The official User-To-User support forum of the Apache HTTP Server Project

Re: [us...@httpd] mod_rewite

2009-12-01 Thread Rich Bowen
Apache in the first place. Have you installed from source? From a package? From some third-party distribution you downloaded? Are you certain that mod_rewrite isn't in fact already installed? It usually is. -- Rich Bowen rbo...@rcbowen.com

Re: [us...@httpd] mod_rewite

2009-12-01 Thread Rich Bowen
On Dec 1, 2009, at 11:38 , Peter Maguire wrote: i installed from a package from the apache website Then you should rebuild it, using --enable-rewrite in the arguments to ./configure this time. From: Rich Bowen To: users@httpd.apache.org Sent: Tue, 1 December, 2009 16:35:23 Subject

Re: [us...@httpd] writing modules?

2009-12-03 Thread Rich Bowen
k Kew's book. If you're referring to the Eagle book, please note that it's ten years old and focuses primarily on Perl. It was a good book at the time, but is now mostly a bookend. At 700 pages, it plays that role effectively and attractively. -- Rich Bowen rbo...@rcbowen.com

Re: [us...@httpd] mod_rewrite/rewriterule - forcing a HTTP 500 code on all access attempt?

2009-12-04 Thread Rich Bowen
, as Nick says, returning a 500 for it seems to be a lot less useful than a 404 or a 410 and an ErrorDocument. -- Rich Bowen rbo...@rcbowen.com - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [us...@httpd] Apache 2.2

2009-12-05 Thread Rich Bowen
iedByServerConfiguration and -- Rich Bowen rbo...@rcbowen.com - 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: u

Re: [us...@httpd] Re: Ampersand extends to the left part of regexes with RewriteRule, RedirectMatch and SetEnvIf: is that expected?

2009-12-08 Thread Rich Bowen
, will this be considered a bug? Please do submit it, but perhaps as a documentation bug? I'll try to remember to add a mention of this to the documentation, but a bugzilla ticket will help us remember. -- Rich Bowen

Re: [us...@httpd] :Mod rewrite

2010-01-11 Thread Rich Bowen
s process at all. As for the other response that mentioned a big security hole and spoofing DNS, I'm not at all sure what he was talking about, but you don't need to spoof DNS, and there's no security implication whatever in using thi

Re: [us...@httpd] Bugs or problem?

2010-02-24 Thread Rich Bowen
rt by telling us what the problem is, and seeing if it's something for which there's a well-known solution. --Rich - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.or

Re: [us...@httpd] Bugs or problem?

2010-02-25 Thread Rich Bowen
On Feb 24, 2010, at 4:45 PM, Ruiyuan Jiang wrote: > Well, I posted the problem two weeks ago and nobody responded. I will do it > again. I'm sorry. I missed that. > > 2. The problem that I have now is: > > Solaris 10, Apache 2.2.14 reverse proxy --> HPUX 11.23, Apache 2.0.59, Tomcat > 5.5 A

Re: [us...@httpd] Apache 1.3 OS X 10.4 help

2010-02-25 Thread Rich Bowen
On Feb 25, 2010, at 2:10 AM, Lester Caine wrote: >> I'm saying your webpage is weird, can you explain why your links are >> using the IP instead of the hostname? > > Jonathan ... Daniel is just trying to help Robert out. > It is Robert that has the 'weird webpages', and I suspect is is because h

Re: [us...@httpd] Bugs or problem?

2010-02-25 Thread Rich Bowen
On Feb 25, 2010, at 10:30 AM, Ruiyuan Jiang wrote: > Hi, Rich > > Yes the login page for the user authentication comes from Tomcat server. The > traffic between Solaris Apache and HPUX Apache server are strictly 'http', > HPUX Apache redirect traffic to AJP port of

Re: [us...@httpd] Apache 1.3 OS X 10.4 help

2010-02-25 Thread Rich Bowen
IP address 80.189.101.120 in an actual DNS server. Without that, you cannot do what you are trying to do. This is not something that you can work around. To do what you want you MUST have DNS resolution of your hostname/domainname to your IP address. That is the only way. --Rich

Re: [us...@httpd] Apache newbie help - Multiple /usr/sbin/httpd2-preforks ...

2010-02-26 Thread Rich Bowen
and expected. Each child process can handle an inbound request, and the parent is responsible for delegating the requests to the child processes, and making sure that there are enough to handle the load. --Rich

Re: [us...@httpd] Apache newbie help - Multiple /usr/sbin/httpd2-preforks ...

2010-02-26 Thread Rich Bowen
est somewhat misses the "pre" nature of "prefork", and also suggests that it will create processes forever, and destroy them once the request is over. --Rich - The official User-To-User support forum of the Apache H

Re: [us...@httpd] two applications on the same box

2010-02-26 Thread Rich Bowen
com:9090/appB) > > appA.domain.com and appB.domain.com are already configured in my DNS to > address the box. > > What's the best way to obtain this ? I believe the example you're looking for is this one: http://httpd.apache.org/docs/trunk/vhosts/examples.html#proxy

Re: [us...@httpd] How to get rid off favicon

2010-02-26 Thread Rich Bowen
ile called favicon.ico to silence the errors. Do this by typing: touch favicon.ico at the command line in your document directory. --Rich - The official User-To-User support forum of the Apache HTTP Server Project. See http://http

Re: [us...@httpd] Cacthing hosts

2010-02-26 Thread Rich Bowen
On Feb 26, 2010, at 11:57 AM, Nilesh Govindarajan wrote: > Hi, > > I have two domains, example.net and example.com > > *.example.net & *.example.com point to the server's IP (Wildcard CNAME). > > Now only some subdomains like www, img, etc. are defined on both domains. > > I want to catch all

Re: [us...@httpd] can .htaccess make url better ?

2010-03-08 Thread Rich Bowen
n the server configuration file rather than in .htaccess files. -- Rich Bowen rbo...@apache.org

Re: [EMAIL PROTECTED] Changing headers with mod_headers

2008-08-08 Thread Rich Schumacher
do some A/B testing with different DocumentRoots. For Apache 2.0, see http://httpd.apache.org/docs/2.0/mod/mod_headers.htmlfor more information. The Apache 2.2 docs ( http://httpd.apache.org/docs/2.2/mod/mod_headers.html) have slightly more information, but most of it is identical. Cheers, Rich

Re: [EMAIL PROTECTED] block endless loop

2008-08-19 Thread Rich Schumacher
On Thu, Aug 14, 2008 at 6:55 AM, Alexandru David Constantinescu < [EMAIL PROTECTED]> wrote: > I' am using Apache 1.3 and today I observe that one of the users > (virtual hosts) site generate a lot of requests. I look into the client > source code and I see that the index.php has a endless loop s

[EMAIL PROTECTED] Configuration question.

2008-11-06 Thread Rich Phaneuf
ate:results and in that case the submitter filed a bug report http://issues.apache.org/bugzilla/show_bug.cgi?id=43666 Thanks in advance for any advice on this subject. -- Rich

[us...@httpd] ApacheCon HTTPD training, March 23, Amsterdam

2009-02-25 Thread Rich Bowen
ore love to see you in our training class.. -- Rich Bowen rbo...@apache.org - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscr

Re: [us...@httpd] rewrite question

2009-04-06 Thread Rich Bowen
On Apr 6, 2009, at 14:32, Gary Smith wrote: We have a web site that is being pounded pretty hard. The web site has lots of graphics and our bandwidth is being killed. We have a dedicated server at another location where we get more bandwidth cheaper (but the overall processing sucks so i

Re: [us...@httpd] LocationMatch inside VirtualHost? [solved: bug]

2009-04-14 Thread Rich Bowen
On Apr 14, 2009, at 06:19, Viaduct Productions wrote: Or would you rather me ask a question that doesn't shed light on issues? Kind of like "only behave the way we wish"? Then why have a list? You want approval? Get a dog. I'm here because things are not clear. Yes, it's a list for u

Re: [us...@httpd] modrewrite help needed....plz :(

2009-05-13 Thread Rich Bowen
On May 13, 2009, at 04:42, Karthik Nanjangude wrote: RewriteRule ^SEARCH\index.jsp$ /SEARCH/index.jsp?area1=sq [NC,L] I expected that "http://10.10.21.170/SEARCH/index.jsp"; would be replaced with "http://10.10.21.170/SEARCH/index.jsp?area1=sq"; In addition to what Eric said, if you hav

Re: [EMAIL PROTECTED] How to hide http service?

2005-12-10 Thread Rich Bowen
mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> -- Rich Bowen [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. T

Re: [EMAIL PROTECTED] Apache2 with Php5

2005-12-11 Thread Rich Bowen
know why this may be happening? --> AddType application/x-httpd-php .php --> AddType text/html .shtml .php That second line overrides the first one. What you want instead is: AddHandler application/x-httpd-php .php -- Rich Bowen [EMAIL PRO

[EMAIL PROTECTED] ApacheCon EU 2006

2006-02-17 Thread Rich Bowen
. CFP to follow shortly. Please feel free to spread this information far and wide. - -- Rich Bowen [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD9jIyXP03+sx4yJMRAnphAJ4s1Z+IXs1aBy3F

Re: [EMAIL PROTECTED] Problem Installing Apache 2.2.2 on Linux

2006-05-01 Thread Rich Bowen
bin/apachectl not usr/local/apache2/bin/apachectl Note the leading / - -- Rich Bowen [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEVgtAXP03+sx4yJMRAsehAJ9aBKml1Tc79KqHXfvQugldZc+ezgCgrVAx 9e0t

[EMAIL PROTECTED] ApacheCon US 2006 Call For Papers, second notice

2006-06-19 Thread Rich Bowen
Call for Papers for ApacheCon US 2006 is currently open! ApacheCon US 2006 will be held at the Hilton Hotel in Austin, Texas, October 9-13, 2006. The ASF and the conference producer—Full Circle Productions— invite the Open Source community to send in session and tutorial proposals for ApacheCon

[EMAIL PROTECTED] ApacheCon hotel discount about to expire

2007-03-21 Thread Rich Bowen
Just a brief reminder: This year, ApacheCon will be held in Amsterdam, at the Moevenpick Hotel. Friday 23 of March is the cut-off date for being able to register at the Moevenpick Hotel for the low conference rate of EUR 160. -- Rich Bowen [EMAIL PROTECTED] For the ApacheCon Planners

[EMAIL PROTECTED] Call for Papers Opens for ApacheCon US 2007

2007-04-16 Thread Rich Bowen
Call for Papers Opens for ApacheCon US 2007 The Call for Papers is now open for ApacheCon US, to be held November 12-16 at the Peachtree Westin, Atlanta. The conference will consist of two day of tutorials (November 12-13) and three days of regular conference sessions (November 14-16). Pl

[EMAIL PROTECTED] Invalid URI in request

2007-06-13 Thread Rich Bowen
There is a URI on my website for which I get: Invalid URI in request GET /hr/jobs HTTP/1.1 every single time the URI is accessed. The URI works as desired, returning the document as desired, and the end-user is never aware that anything untoward happened. I'm curious why I'm getting this e

Re: [EMAIL PROTECTED] Invalid URI in request

2007-06-27 Thread Rich Bowen
On Jun 14, 2007, at 11:33, Joshua Slive wrote: On 6/13/07, Rich Bowen <[EMAIL PROTECTED]> wrote: There is a URI on my website for which I get: Invalid URI in request GET /hr/jobs HTTP/1.1 every single time the URI is accessed. The URI works as desired, returning the document as desire

Re: [EMAIL PROTECTED] Invalid URI in request

2007-06-27 Thread Rich Bowen
On Jun 27, 2007, at 11:51, Rich Bowen wrote: On Jun 14, 2007, at 11:33, Joshua Slive wrote: My last-ditch effort to find the cause would be to run httpd -X under gdb and set a breakpoint at that error message. Another option would be simply to replace r->the_request with r->uri

[EMAIL PROTECTED] ApacheCon early bird registration deadline

2007-09-06 Thread Rich Bowen
ApacheCon US 2007 • Atlanta GA To support everyone in the community attending this conference we are extending the Early Bird Registration to September 22, 2007. Register now and save money PLUS your registration supports the Open Source Community. And PLEASE get this message out to your frie

Re: [users@httpd] Apache 1.0 ?

2005-05-22 Thread Rich Bowen
S t i n g r a y wrote: > whats is apache 1.0 ? new version of apache ? > Apache 1.0 was released in December of 1995. You can read the release announcement here: http://mail-archives.apache.org/mod_mbox/httpd-dev/199512.mbox/[EMAIL PROTECTED]

Re: [users@httpd] Apache 1.0 ?

2005-05-22 Thread Rich Bowen
Rich Bowen wrote: > S t i n g r a y wrote: > >>whats is apache 1.0 ? new version of apache ? >> > > > Apache 1.0 was released in December of 1995. You can read the release > announcement here: > http://mail-archives.apache.org/mod_mbox/httpd-dev/199512.mbox/[EM

Re: [users@httpd] good book on apache security

2005-05-23 Thread Rich Bowen
Stephen Cook wrote: > Does anyone have a recommendation on a good book for Apache security? I > have found several at amazon.com, but I figure you folks would know > which is the best. I highly recommend Apache Security by Ivan Ristic

Re: [EMAIL PROTECTED] htaccess

2005-10-31 Thread Rich Bowen
that there is a directory block referring to this directory, with an "allow" directive there. Of course, presumably, if you're using .htaccess files, that infers that you don't have access to the main server configuration file, so perhaps these things are not in your power

Re: [EMAIL PROTECTED] unexpected RewriteRule behavior

2005-11-01 Thread Rich Bowen
t contain the optional "something followed by a slash". So, according to this ruleset, it's supposed to rewrite that to /index.cgi So it seems that it's doing exactly what you asked for it to do. The real question is what you're trying to do with this rewrite ruleset,

Re: [EMAIL PROTECTED] unexpected RewriteRule behavior

2005-11-01 Thread Rich Bowen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael D. Berger wrote: > [...] > >>From: Rich Bowen [mailto:[EMAIL PROTECTED] > > [...] > >>Michael D. Berger wrote: >> >>>The following: >> >>> RewriteCond %{REQUEST_URI} !^.*/picts/.

Re: [EMAIL PROTECTED] unexpected RewriteRule behavior

2005-11-02 Thread Rich Bowen
ori. As Joshua said, one of your best tools at this point is the RewriteLog, since it tells you exactly what mod_rewrite thinks is going on. That is sometimes enough to figure out why a particular rule isn't doing what you expect it to do. I also find Regex Coach or ReBug to be a great tool to find

Re: [EMAIL PROTECTED] Subdomains just by creating a directory?

2005-11-03 Thread Rich Bowen
creating a directory. This is what mod_vhost_alias does. VirtualDocumentRoot /var/www/%1 See http://httpd.apache.org/docs/2.0/mod/mod_vhost_alias.html - -- Rich Bowen [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) Comment: Using GnuPG with Thunderbird - http

Re: [EMAIL PROTECTED] http.con configuration settings

2005-11-05 Thread Rich Bowen
alifier. I've seen a lot of people lately using blocks, for example, as though they are somehow required to make stuff work. They aren't, and they add an additional layer of troubleshooting. - -- Rich Bowen [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v

Re: [EMAIL PROTECTED] ServerAlias: length limit ???

2005-11-07 Thread Rich Bowen
I use multiple (more than one) ServerAlias line? For large > numbers of aliases, this may improve readability and manageability. Yes, you can list more than one ServerAlias line if you so desire. - -- Rich Bowen [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) Comme

Re: [EMAIL PROTECTED] Apache Started to Refuse Connections

2005-11-16 Thread Rich Bowen
rk.net ErrorLog E:\ApacheGroup\Apache2\logs\error.log CustomLog E:\ApacheGroup\Apache2\logs\access.log common -- Rich Bowen [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See h

Re: [EMAIL PROTECTED] Are some people snooping around?

2005-11-16 Thread Rich Bowen
tes. They went directly to the site (no referrer) and are not reporting a user agend string. That's not unusual or suspect. It's *possible* that they are up to no good, but these log entries don't support that conclusion. -- Rich Bowen [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] .htaccess Creation Under Windows

2005-11-29 Thread Rich Bowen
;save as" and then put the name .htaccess in quotes. Alternately, if you don't want to do that, then set the AccessFileName directive to something else: http://httpd.apache.org/docs/2.0/mod/core.html#accessfilename or http://httpd.apache.org/docs/1.3/mod/core.html#accessfilename

Re: [EMAIL PROTECTED] RewriteCond and Rule

2008-04-22 Thread Rich Bowen
On Apr 22, 2008, at 05:57, Emil Edeholt wrote: Hello! I've been trying to make my urls look like site.com/foo instead of site.com/index.php?page=foo so I have one rewriterurl that rewrites /foo to my php script and one rule that redirects old index.php-url:s to my new urls. When I apply

Re: [EMAIL PROTECTED] mod_rewrite: PATH_INFO gets injected with each Rule

2008-04-22 Thread Rich Bowen
latest versions, and 2) posting your RewriteLog so that we can see what process it's going through to do this? Given that that's an example from the documentation, one kind of hopes that it'll work correctly. Also, I'm trying this out myself. Is it only on PATH_INFO, or is i

Re: [EMAIL PROTECTED] The simplest of questions ...

2008-04-22 Thread Rich Bowen
e IP address, or that your ISP blocks port 80. The latter is actually extremely common - most ISPs don't want you running a website without paying more for the service. Try running on an alternate port such as 8080 or , and see if it works there. Or call your ISP and ask what the

Re: [EMAIL PROTECTED] Printing Content-Length in Apache access_log

2008-04-22 Thread Rich Bowen
On Apr 22, 2008, at 10:08, Arnab Ganguly wrote: Hi All, How do I get the content length in the access log.Is there any configuration I need to do in the httpd.conf file? Also what is the "276" value in the line of the access log file 12.246.123.60 - - [04/Apr/2003:13:01:15 -0500] "GET /s

Re: [EMAIL PROTECTED] The simplest of questions ...

2008-04-22 Thread Rich Bowen
On Apr 22, 2008, at 10:39, [EMAIL PROTECTED] wrote: I have an FTP server running and people can access that just fine. It is running on port 21. I just tried the validator but it said the address has to be in the form of a URL and not an IP. I wonder if that is the problem? I was going to p

Re: [EMAIL PROTECTED] Question regarding server-status

2008-04-23 Thread Rich Bowen
When we enable mod_status and point our browser to http://server-name:port/server-status?notable a tableless format of server status details will be displayed. In that after the scoreboard the server details are displayed in a specific format. Is this format configurable? Can we change the w

[EMAIL PROTECTED] Cookie based AB testing with different document roots

2008-06-23 Thread Rich Schumacher
eem to find anything that will satisfy these requirements. I know that this would be much easier to just have separate boxes for each version of the site; trust me, I've tried suggesting that, but this is currently not an option. Thanks in advance, Rich Schumacher

Re: [EMAIL PROTECTED] Apache crashes when using WHILE loop to traverse SQL query results

2008-07-07 Thread Rich Schumacher
problem is not the PHP core itself, but the third-party libraries that may not be thread-safe. According to the link above, this is of much less concern to those using Windows. But perhaps it's worth a try to switch to the Prefork MPM and see if the symtpoms disappear. Cheers, Rich On Sun,

Re: [EMAIL PROTECTED] Request processing/logging according to HTTP GET/POST parameter

2008-07-07 Thread Rich Schumacher
Hey Samir, Have you looked into mod_log_sql or mod_log_mysql? I don't know the specifics, but they look like they might accomplish what you need. If not, you can always create your own custom logging script and direct Apache to use that. Cheers, Rich On Sun, Jul 6, 2008 at 10:22 PM,

Re: [EMAIL PROTECTED] Apache crashes when using WHILE loop to traverse SQL query results

2008-07-07 Thread Rich Schumacher
that produces anything different. Cheers, Rich On Mon, Jul 7, 2008 at 3:05 PM, Bonger O <[EMAIL PROTECTED]> wrote: > Hi guys, > > Thanks for getting back to me on this with your comments, but sadly I've > still had no luck. > > I have managed to nar

Re: [EMAIL PROTECTED] Request processing/logging according to HTTP GET/POST parameter

2008-07-08 Thread Rich Schumacher
bles: http://httpd.apache.org/docs/2.0/mod/mod_log_config.html#formats Please note that you can use whatever language you want in your script, as long as it can accept input from STDIN. Hope that clears it up. Cheers, Rich On Mon, Jul 7, 2008 at 8:52 PM, Samir Ghodasara <[EMAIL PROTECTED]> wr

Re: [EMAIL PROTECTED] How to prevent apache proxy abuse?

2008-07-18 Thread Rich Schumacher
If you are seeing nothing but abuse from these hosts your best bet would be to block these at the router/firewall level. If you don't have access to that, use iptables on the web server to silenty drop any connections from them. On Fri, Jul 18, 2008 at 12:08 PM, Ali Nebi <[EMAIL PROTECTED]> wrote

Re: [EMAIL PROTECTED] How to prevent apache proxy abuse?

2008-07-18 Thread Rich Schumacher
ou to block access across the board to all sites that fall under the DocumentRoot. In httpd.conf, using the hosts from your log: Order allow,deny Allow from all Deny from fcmat.org Deny from 204.184.43.252 Hope that helps. Rich On Fri, Jul 18, 2008 at 1:21 PM, Ali Nebi &l

Re: [EMAIL PROTECTED] different kinds of proxies

2008-07-22 Thread Rich Schumacher
r of cache that can greatly speed up web requests. Hope that clears the air a little bit as I feel there are several good examples where forward proxies can be useful. Cheers, Rich On Sat, Jul 19, 2008 at 8:29 PM, <[EMAIL PROTECTED]> wrote: > On 7/19/08, André Warnier <[EMAIL PROTECTE

Re: [EMAIL PROTECTED] different kinds of proxies

2008-07-24 Thread Rich Schumacher
On Tue, Jul 22, 2008 at 11:51 PM, <[EMAIL PROTECTED]> wrote: > Thank you. I was wondering if anybody noticed the question at the end > of my post. I am truly interested in the answer. > > How would you have handled this if forward proxies did not exist? > Your answer was the forward proxy helped

Re: [EMAIL PROTECTED] different kinds of proxies

2008-07-24 Thread Rich Schumacher
On Wed, Jul 23, 2008 at 8:50 AM, André Warnier <[EMAIL PROTECTED]> wrote: > Hi. Me again butting in, because I am confused again. > When users workstations within a company's local network have browsers > configured to use an internal "http proxy" in order to access Internet HTTP > servers, is thi

[EMAIL PROTECTED] Restricting indexes to authenticated users

2006-08-14 Thread Rich Thomas
Hi,   I’m running Server version: Apache/1.3.26 (Unix) and I’m trying to figure out how I can allow anonymous access to the files in a directory yet restrict the Directory index listing only to a few authenticated users.   I know I’ll probably need to use an .htaccess file with the Opt

[EMAIL PROTECTED] Restricting indexes to authenticated users

2006-08-15 Thread Rich Thomas
Hi,   I’m running Server version: Apache/1.3.26 (Unix) and I’m trying to figure out how I can allow anonymous access to the files in a directory yet restrict the Directory index listing only to a few authenticated users.   I know I’ll probably need to use an .htaccess file with the Opt

[EMAIL PROTECTED] AuthProviderAlias and mod_authn_file

2006-09-04 Thread Rich Bowen
I'm trying to come up with a working example of using AuthProviderAlias with something other than LDAP. I'm sure I'm overlooking something simple, but I can't get it working, and could use some advice. Here's what I've got: AuthUserFile /tmp/auth1 AuthUserFile /tmp/auth2

[EMAIL PROTECTED] Call for Papers Opens for ApacheCon Europe 2007

2006-12-01 Thread Rich Bowen
Call for Papers Opens for ApacheCon Europe 2007 The Call for Papers is now open for ApacheCon Europe, to be held May 1-4 at the newly-opened Movenpick Hotel, Amsterdam. The conference will consist of one day of tutorials (May 1) and three days of regular conference sessions (May 2-4). Pr

[EMAIL PROTECTED] Peculiar DNS/Apache interaction

2007-01-21 Thread Rich Morin
Could someone tell me what is going on and (more critically) how I can make things work from the WAN in the same way they're working now on the LAN? -r -- http://www.cfcl.com/rdmRich Morin http://www.cfcl.com/rdm/resume [EMAIL PROTECTED] http://www.cfcl.com/rdm/weblog +

Re: [us...@httpd] Can I have two virtual hosts with same servername?

2010-04-09 Thread Rich Bowen
http://www.foobar.com/blog You're looking for the ProxyPass directive A more thorough answer was given to you on the d...@httpd mailing list, although the posting did in fact rightly belong here. -- Rich Bowen rbo...@rcbowen.com

  1   2   3   >