Re: [EMAIL PROTECTED] Content-Length for HEAD when using compression?

2008-02-15 Thread Michael McGlothlin
times if all images had their size defined. Not sure why it'd be so much slower with more precise information in the headers. -- Michael McGlothlin Southwest Plumbing Supply smime.p7s Description: S/MIME Cryptographic Signature

[EMAIL PROTECTED] Content-Length for HEAD when using compression?

2008-02-15 Thread Michael McGlothlin
I'm using PHP to dynamically serve images and am using compression on the output. For GET I know that I should make the Content-Length header the size of the compressed data. For HEAD requests do I do the same or do I provide the uncompressed Content-Length? Thanks. -- Michael McGlo

Re: [EMAIL PROTECTED] Apache handles filename/something

2008-02-15 Thread Michael McGlothlin
So, is there any way to force a 404 error when someone uses /something ? You could use mod rewrite or have your script check for it and generate a 404 error. -- Michael McGlothlin Southwest Plumbing Supply smime.p7s Description: S/MIME Cryptographic Signature

Re: [EMAIL PROTECTED] mod_rewrite

2008-02-13 Thread Michael McGlothlin
and cna give me a help? Thanks -- Elder J Lehnsherr LINUX USER #422378 [Debian GNU/Linux] GoogleTalk - [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ICQ - 304799257 MSN - [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> -- Michael McGlothlin Southwest Plumbing Supply smime.p7s Description: S/MIME Cryptographic Signature

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

2008-02-13 Thread Michael McGlothlin
you brownie points. People who post useful information are more likely to get help when they ask questions. You'll get fewer RTFM answers if you have a history of being proactive. -- Michael McGlothlin Southwest Plumbing Supply smime.p7s Description: S/MIME Cryptographic Signature

Re: [EMAIL PROTECTED] Looking for suggestions for URL redirection

2008-01-18 Thread Michael McGlothlin
at are not via authenticated redirects? Can I use the HTTP_REFERRER in some way to ensure that what has come to this server came by way of a legitimate referral? All ideas are greatly appreciated. Thanks Myles -- Michael McGlothlin Southwest Plumbing Supply smime.p7s Description: S/MIME Cryptographic Signature

Re: [EMAIL PROTECTED] https redirect without refresh

2007-11-19 Thread Michael McGlothlin
<http://www.trueswitch.com/yahoo-fr/> vers Yahoo! Mail -- Michael McGlothlin Southwest Plumbing Supply - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org

Re: [EMAIL PROTECTED] Can Apache 2 run mod_perl then php?

2007-11-15 Thread Michael McGlothlin
Not sure but why not just have PHP run a Perl script? If you really want Perl to generate your PHP then you could have it create a temp file, return the temp file to PHP, include the temp file, and then remove the temp file when done. Hi, I think I might of read something somewhere that indica

Re: [EMAIL PROTECTED] rotatelogs clean up

2007-11-14 Thread Michael McGlothlin
Not true. You just need to be able to read/write the log files. If you have things perm'd right it shouldn't be an issue. The link I provided explains running logrotate without root access. For logrotate, you need root access to setup -- Michael McGlothlin Southwest Plumb

Re: [EMAIL PROTECTED] rotatelogs clean up

2007-11-14 Thread Michael McGlothlin
eaned up weekly how would I do that? Ben - 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: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-ma

Re: [EMAIL PROTECTED] Looking for Windows based commercial LAMP setup

2007-11-09 Thread Michael McGlothlin
leware app then I'd probably suggest a more lightweight solution and just write your own network interface. Rewriting the whole app is probably not needed. -- Michael McGlothlin Southwest Plumbing Supply - The offici

Re: [EMAIL PROTECTED] Looking for Windows based commercial LAMP setup

2007-11-09 Thread Michael McGlothlin
All our other LAMP setups are using RHEL4/5, but I have one PHP based app which uses some Windows middleware, and thus we are using Apache for Windows. Can you configure, or rewrite, the PHP app to call the Windows middleware remotely? That might be the easiest solution. -- Michael

Re: [EMAIL PROTECTED] apache as non-root

2007-11-08 Thread Michael McGlothlin
of servers together. I rolled my own for building the mgmt console but such things can just be purchased I'd imagine. Or it's not to difficult to code your own - I used XML-RPC over Jabber written in Python. -- Michael McGlothlin Southwest Plumb

Re: [EMAIL PROTECTED] apache as non-root

2007-11-08 Thread Michael McGlothlin
I plan to give everyone root access. Security is a silly concept anyway because obviously everyone can be trusted. Somebody trusted you enough to give YOU the root password. Why should you not in turn entrust others with the privileges that will allow them to do their job? --

Re: [EMAIL PROTECTED] Document on keeping cgi-bin out of documentroot

2007-11-06 Thread Michael McGlothlin
code or config files? -- Michael McGlothlin Southwest Plumbing Supply - 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

Re: [EMAIL PROTECTED] unexpected EOF on client side when Apache sends applet class

2007-10-25 Thread Michael McGlothlin
hough it seems odd that the protocol doesn't deal with this. I guess I have more to learn... It did work the other day though and I'm sure the data was over 256 bytes. Very strange. - Steve */Michael McGlothlin <[EMAIL PROTECTED]>/* wrote: Are your timeout value

Re: [EMAIL PROTECTED] unexpected EOF on client side when Apache sends applet class

2007-10-25 Thread Michael McGlothlin
27; to see if was a problem with the extension. That worked, but if I made the file larger - 475 bytes - it fails. So I'm thinking it has a problem with files larger than a few hundred bytes. Is there a setting for max data length or packet size? - Steve */Michael McGlothlin <[EMAIL PROTE

Re: [EMAIL PROTECTED] unexpected EOF on client side when Apache sends applet class

2007-10-25 Thread Michael McGlothlin
seem set up well for searching - am I missing a search link somewhere? -- Michael McGlothlin http://www.plumbersstock.com/ - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/u

Re: [EMAIL PROTECTED] RE: [SPAM] - [EMAIL PROTECTED] application.company.com vs. www.company.com/application? - Email found in subject

2007-10-19 Thread Michael McGlothlin
the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Michael McGlothlin Southw

Re: [EMAIL PROTECTED] application.company.com vs. www.company.com/application?

2007-10-19 Thread Michael McGlothlin
. Thanks, Mark -- Georgia: Why am I not doing what they're doing? Rube: Because you're doing what you're doing. When it's time for you to do something else you'll do that. -- Michael McGlothlin Southwest Plumbing Supply --

Re: [EMAIL PROTECTED] SSL pass phrase

2007-10-16 Thread Michael McGlothlin
Possibly you could rewrite the start scripts so that they wait to be prompted for the password and then auto-fill the password. -- Michael McGlothlin Southwest Plumbing Supply - The official User-To-User support forum of the

Re: [EMAIL PROTECTED] Why does my rewrite not work?

2007-10-08 Thread Michael McGlothlin
rk for me: RewriteCond %{HTTP_USER_AGENT} ^.*(Googlebot|Yahoo!\ Slurp).*$ [NC] RewriteCond %{QUERY_STRING} ^(.*)(&+pathKey=\d*)(.*)$ RewriteRule (.*) $1?%1%3 [R,L] -- Michael McGlothlin http://www.PlumbersStock.com/ RewriteCond %{HTTP_USER_AGENT} ^.*[Googlebot|Yahoo!\ Slurp].*$ In a reg

[EMAIL PROTECTED] Why does my rewrite not work?

2007-10-08 Thread Michael McGlothlin
at if the URL contains pathKey=whatever it'll just drop that part. That portion is being dropped correctly but it's happening regardless to the user agent. Anyone know what I'm doing wrong? Thanks. -- Michael McGlothlin S