Re: [us...@httpd] .htaccess force download not working

2009-05-15 Thread Matus UHLAR - fantomas
it wants. You could however try "Content-Disposition: attachment" header to hint the browser how the file should be handled. -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu

Re: [us...@httpd] Where is the HOW-TO for creating a FIPS 140-2 Apache 2.2.x ?

2009-05-18 Thread Matus UHLAR - fantomas
l/fips-ssl-ciphersuites.html is documented to be obsolete... -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. Chernobyl was an Windows 95 bet

Re: [us...@httpd] $_POST equivalent env variable in apache

2009-05-18 Thread Matus UHLAR - fantomas
t to read form data. Like > $QUERY_STRING in case of a GET, is there a variable for POST DATA.? Are you using CGI? Then you must read the POST content from stdin. However that's not "in apache" but "in CGI" then. -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://w

Re: [us...@httpd] apache2 and .htaccess

2009-05-19 Thread Matus UHLAR - fantomas
Order allow,deny > Allow from all > > > to > > DocumentRoot "/website" > > Options None > AllowOverride All > Order allow,deny > Allow from all > > > but it don't seem to work. Thanks for any help. You seem have made more mistakes... --

Re: [us...@httpd] Use of NoProxy without a DNS lookup

2009-06-01 Thread Matus UHLAR - fantomas
ow from 192.168 > > > > > > What I'd like is for Apache to only process the NoProxy command if the > > host name is in a dotted address format - anything else can be sent to > > the main proxy server as this will not be on the local intranet. -

Re: [us...@httpd] default site

2009-06-09 Thread Matus UHLAR - fantomas
all IP's that have no vhost configured and are not configured to have name-based viurtual hosts (read: no nor NameVirtualHost use them). -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tu

Re: [us...@httpd] default site

2009-06-10 Thread Matus UHLAR - fantomas
> > On 09.06.09 09:14, Davide Bianchi wrote: > >> Actually no. If the request doesn't match any Virtual Hosts, it will be > >> served by the first vhost defined or by the one defined with the > >> _default_ keyword. > On Tue, Jun 9, 2009 at 4:11 AM, Mat

Re: [us...@httpd] chrooted V non-chrooted

2009-06-22 Thread Matus UHLAR - fantomas
BSD jail and linux vservers in the same manner. They also prevent from using other IP addresses and access to our internal network (the data files are nfs-mounter from an internal server). -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive

Re: [us...@httpd] SSI - file not included

2009-07-28 Thread Matus UHLAR - fantomas
nclude that as virtual, instead of including it as a file? -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. The only substitute

Re: [us...@httpd] Apache 1.3.x or 2.x ?

2009-07-28 Thread Matus UHLAR - fantomas
ions of apache2, should be enough, don't you think? -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. Spam is for loser

Re: [us...@httpd] SSLProtocol vs SSLCipherSuite

2009-08-01 Thread Matus UHLAR - fantomas
rSuite TLSv1:SSLv3:+HIGH:+MEDIUM:!LOW:!NULL > > Does this not allow any SSLv2 traffic to my server? it only disbles low ciphers. I think I also disable EXPORT ciphers... -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to

Re: [us...@httpd] redirect IE6 with mod_rewrite

2009-08-03 Thread Matus UHLAR - fantomas
ot;.*"), etc. but nothing works. many browsers advertise themselves as mozilla. Mozilla was originally internal codename od netscape navigator (or its engine?) and microsoft browsers use the name too. This way you won't redirect only IE6 but even newer IEs, real Mozilla browsers and possi

Re: [us...@httpd] unable to configure rsa server private key

2009-08-05 Thread Matus UHLAR - fantomas
". what does the error output say before this line? -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. Silvester Stallone: Fath

Re: [us...@httpd] Re: Need some SSL help please.

2009-08-10 Thread Matus UHLAR - fantomas
f > response is better than ever, 8 meg photo files > notwithstanding. It would be much better to configure apache/applications not to use DNS than to block it. Also, it highly depends on type of blocking - using DROP rules will cause apps to run even slower if any part of DNS works... --

Re: [us...@httpd] Is it okay to not use exportable ciphers?

2009-09-10 Thread Matus UHLAR - fantomas
ection to my site? Specifically, will visitors from other > countries (outside the US) be able to support the stronger > (non-exportable) ciphers? I did not have received and problem reports with setting: SSLCipherSuite DEFAULT:!EXP:!LOW for some time. -- Matus UHLAR - fantomas, uh...@fantomas.sk ;

Re: [us...@httpd] How to distinguish the first web page?

2009-09-14 Thread Matus UHLAR - fantomas
efully what will you expect from your users and their browsers - by implementing useless requirements you can even loose them. -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDO

Re: [us...@httpd] audit logs

2009-09-14 Thread Matus UHLAR - fantomas
ssfull request usually means two requests, first is refused with 401, second request leads to 200 or 304. -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek r

Re: [us...@httpd] Max number of process that can be run on a box having X GB as RAM

2009-09-14 Thread Matus UHLAR - fantomas
process, second counts only that part that is not shared between processes. They may differ very much. -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek rekl

Re: [us...@httpd] vhost based syslog logging

2009-09-17 Thread Matus UHLAR - fantomas
hostname was requested, bad bad mod_log_config!). I only use one access log for all vhosts, and one for default vhost with different settings (UseCanonicalName off so it logs requested hostname too). Don't you se dynamic virtual hosts by any chance? -- Matus UHLAR - fantomas, uh...@fantomas

Re: [us...@httpd] css styles

2009-09-22 Thread Matus UHLAR - fantomas
eveasel, Firefox or Chrome it is like > css style aren't exist. looks like someone used a backslash when referencing to style, M$ usually (when you don't turn it off) converts that to slash. if not, look at the tag referencing to style and the relevant logs. -- Matus UHLAR - fan

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

2009-09-23 Thread Matus UHLAR - fantomas
. You also can't do it for dynamic virtual hosts, for that you need to log to a program that will split logs based on virtual host provided. BTW, awstats is able to extract virtual host logs from common log, so for awstats you don't need to use more logfiles. -- Matus UHLAR - fant

Re: [us...@httpd] Using VirtualHosts, do I need to specify "main" ServerName?

2009-10-08 Thread Matus UHLAR - fantomas
so you just have to play with it and see what works and doesn't cause troubles. -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOST

Re: [us...@httpd] Apache - HTTP Reply - Javascript Virus

2009-10-08 Thread Matus UHLAR - fantomas
tacks, but the attackers only modify their files using FTP. Behaviour you describe indicates something plugged into apache... -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem

Re: [us...@httpd] how to statically link PHP 5.2.x + Apache httpd 2.2.x?

2009-10-08 Thread Matus UHLAR - fantomas
maintenance much harder - it's easy to upgrade shared library but any bug in any part of the stuff would require recompiling the stuff again. -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varova

Re: [us...@httpd] Apache version dubio

2009-10-08 Thread Matus UHLAR - fantomas
On 02.10.09 10:34, Jos Chrispijn wrote: > Out of a technical and practical perspective, what should be the best > choice now: Apache 2 or a lower version? 2.2, the latest if possible. -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive

Re: [us...@httpd] X-cache & X-cache-lookup

2009-10-08 Thread Matus UHLAR - fantomas
ints which apps set/use it and why. -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. There's a long-standing bug relating to the x86

Re: [us...@httpd]

2009-11-20 Thread Matus UHLAR - fantomas
that if you tell people that they must allow cookied, they may ignore your page... -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. Your mous

Re: [us...@httpd] Lots of page faults

2009-11-23 Thread Matus UHLAR - fantomas
but in a couple of seconds drop > to 1-to-1 correlation with req/s. > > I tried to exclude logging and only external module (PHP) but did not help. > Openssl support is also compiled in. > > Can anyone point me in some direction where I should look/search to resolve > this

Re: [us...@httpd] Re-negotiation handshake failed: Not accepted by client!?

2009-12-04 Thread Matus UHLAR - fantomas
conf/jkm_servicesit06.properties > JkRequestLogFormat "%w %V %T" > SSLCertificateFile certs/services.crt > Include conf/shared-ssl.conf > > SSLCACertificatePath /apps/local/ssl_certificates/clients > SSLVe

Re: [us...@httpd] Newbie question:How to change chunk size?

2009-12-22 Thread Matus UHLAR - fantomas
but get nothing. > > Could you tell me where I can set chunk size in Apache? why? -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. Silveste

Re: [us...@httpd] Redirect permanent http to https fails

2009-12-29 Thread Matus UHLAR - fantomas
this approach within the excellent documentation. maybe you just did not read or understand it fully... And, I hope you do understand the difference between /private and /private/ in these cases -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive

Re: [us...@httpd] VirtualHost & UseCanonicalName Off

2010-01-13 Thread Matus UHLAR - fantomas
don't see what's wrong. you can create virtual host named "localhost" pointing to /var/www/html. Note that you'll be able to see any content under that directory, unless you disable it other directives. -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Wa

Re: [us...@httpd] Long graceful restart time

2010-01-13 Thread Matus UHLAR - fantomas
akes some time to complete). The config is large however, > approaching 150,000 lines due to the number of statements > providing different access controls to various parties. do you have separate logs for all virtual hosts, proxied or not? If so, this may also be the reason for slow re

Re: [us...@httpd] HTTP over PPPoE???

2010-01-13 Thread Matus UHLAR - fantomas
;t it possible that there is intercepting (often incorrectly called "transparent") proxy somewhere in between? -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVA

Re: [us...@httpd] Newbie question:How to change chunk size?

2010-01-13 Thread Matus UHLAR - fantomas
d lots of time trying to solve the question, but get nothing. > > > > > > Could you tell me where I can set chunk size in Apache? > > > > why? -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT

Re: [us...@httpd] "Perfect" Transparent Proxy Setup?

2010-01-25 Thread Matus UHLAR - fantomas
running intercepting proxy. However this discussion is outside this list's business. -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. "T

Re: [us...@httpd] Client certificate authentication on tunneling proxy

2010-01-27 Thread Matus UHLAR - fantomas
ertificate verification and proxying to another tunnels. Client would think that your apachs is the server. You also could configure apache as proxy accessible through https (but clients afaik don't support https proxy) and configure clients to use this apache as proxy. But they would not

Re: [us...@httpd] Newbie question about vhost log and webalizer

2010-01-27 Thread Matus UHLAR - fantomas
do the same. I skipped using multiple log files because that caused much processing overhead (rotating, reopening, maintaining). -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adre

Re: [us...@httpd] Content-Type text.html for DirectoryIndex (1.3.x)

2010-01-27 Thread Matus UHLAR - fantomas
xt/html. check configs and .htaccess files. > Is there any way in httpd.conf or .htaccess that I can get > DirectoryIndex-served files to be assigned Content-Type "text/html" and not > "text.html"? The directory index is mapped to a file and the file is processe

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

2010-01-28 Thread Matus UHLAR - fantomas
(protocol version, > ciphersuite, etc) as the client did, or will this information otherwise be > made available to the origin server? no. it will do complete different ssl negotiation. > Ideally, I'd like the proxy to be transparent to both the > origin server and the client. w

Re: [us...@httpd] Client certificate authentication on tunneling proxy

2010-01-28 Thread Matus UHLAR - fantomas
>> On 21.01.10 18:33, Andrei T wrote: >>> I am trying to connect to apache through SSL (port 443) and tell it >>> to create a tunnel to some other server listening on port 80. > Matus UHLAR - fantomas wrote: >> why a tunnel? Who would create the tunnel? While

Re: [us...@httpd] How to set up a reverse proxy for login.facebook.com

2010-02-07 Thread Matus UHLAR - fantomas
e me a hint! What is the point for running special proxcy for facebook? -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. Chernobyl was an

Re: [us...@httpd] How to set up a reverse proxy for login.facebook.com

2010-02-16 Thread Matus UHLAR - fantomas
> > On 07.02.10 01:09, fulan Peng wrote: > >> I am trying to set up a reverse proxy for facebook by using Apache > >> mod_proxy and mod_proxy_html. > On Sun, Feb 7, 2010 at 9:54 PM, Matus UHLAR - fantomas > wrote: > > reverse proxy for facebook? Are you run

Re: [us...@httpd] issue in debian lenny.

2010-03-09 Thread Matus UHLAR - fantomas
onfig. Yes, it's not that easy to maintain from the distributions' point of view (automatically), but it's MUCH easier to understand and maintain manually. playing with is especially hard with things like DirectoryIndex. iirc RedHat tried to add directives like AddDirectoryInd

Re: [us...@httpd] modssl integration with apacheserver

2010-03-16 Thread Matus UHLAR - fantomas
ho should be linkable with apache, another one apparently needs new or at least patched version of mod_ssl or similar apache module. -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adr

Re: [us...@httpd] different php.ini for virtual host on apache2 with mod_php5

2010-03-16 Thread Matus UHLAR - fantomas
case I want to > use php.ini for one host, where disable_functions = mail will be. This is apache mailing list, and your question belongs to PHP list/forum etc. You can also search PHP docs on http://www.php.net/ -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wis

[EMAIL PROTECTED] TMPDIR variable cleared from environment

2008-08-07 Thread Matus UHLAR - fantomas
rints environment, I didn't see TMPDIR set. When I removed suexec binary, the TMPDIR was set. Can anyone help me to find out where is the TMPDIR removed, and probably why? Thank you -- Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail adve

Re: [EMAIL PROTECTED] Chown -R saying it changed but didn't, effecting HTTP Apache

2008-08-08 Thread Matus UHLAR - fantomas
is this mounted? -- Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. "To Boot or not to Boot, that&

Re: [EMAIL PROTECTED] Chown -R saying it changed but didn't, effecting HTTP Apache

2008-08-11 Thread Matus UHLAR - fantomas
su - $FUM_USER -c "cd ~/conf/webstats/ && webalizer" > > cd $FUM_HOME/awstats/wwwroot/cgi-bin && \ > ../../tools/awstats_buildstaticpages.pl -config=fum -update > -dir=$FUM_HOME/www/$ you screwed something badly... the script tries to source non-existing f

[EMAIL PROTECTED] 2.2.9 slow quit ehrn Listen 443 is configured

2008-08-14 Thread Matus UHLAR - fantomas
? -- Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. Atheism is a non-prophet organization

[EMAIL PROTECTED] mod_auth_digest HUGE on 64bit system

2008-08-20 Thread Matus UHLAR - fantomas
20 2008 .libs/mod_auth_digest.so However I wonder why this only happens with mod_auth_digest... -- Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. REALIT

Re: [EMAIL PROTECTED] limiting user?

2008-08-28 Thread Matus UHLAR - fantomas
using apache (cgi or php or whatever) under apache user > and limit how much bandwidth? I think mod_bandwidth does that. > Also I would like it so he cannot explore the filesystem and is > limited to his $HOME directory only. you should better ask in debian mailng lists... -- Matu

Re: [EMAIL PROTECTED] How to install SSL certificate for virtual server?

2008-09-03 Thread Matus UHLAR - fantomas
IP) should end at the IP(:port) combination specified above in directive. There are NAT devices, load balancers and failover switches that can listen on one IP:port and forward the connection to other IP:port combination ... just to know the possibilities, we use something like that. -- Matus

Re: [EMAIL PROTECTED] hardware for proxy

2008-09-10 Thread Matus UHLAR - fantomas
On 09.09.08 21:23, [EMAIL PROTECTED] wrote: > 5000 reqs/sec @ 20 KB/req = 100 MB/sec = 1Gbaud. One gigabit network1 please don't mess bauds and bits per second. it's something very different. http://en.wikipedia.org/wiki/Baud it's even 800, not 1000 Mbits per second.

Re: [EMAIL PROTECTED] Apache and lingering close

2008-09-11 Thread Matus UHLAR - fantomas
" during the time of pause but > Apache server is available still. -- Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamn

Re: [EMAIL PROTECTED] How to configure Apache to processes .html file

2008-09-11 Thread Matus UHLAR - fantomas
marked to be processes with PHP interpreter (AddType) -- Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. I just got lost in thought. It was u

Re: [EMAIL PROTECTED] hardware for proxy

2008-09-11 Thread Matus UHLAR - fantomas
> On 9/10/08, Matus UHLAR - fantomas <[EMAIL PROTECTED]> wrote: > > On 09.09.08 21:23, [EMAIL PROTECTED] wrote: > > > 5000 reqs/sec @ 20 KB/req = 100 MB/sec = 1Gbaud. One gigabit network1 > > > > please don't mess bauds and bits per second.

Re: [EMAIL PROTECTED] hide a URL

2008-09-23 Thread Matus UHLAR - fantomas
opriate way to do this? > mod_rewrite? > I do not know mod_rewrite, could someone give me a help about what to do? -- Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTA

Re: [EMAIL PROTECTED] How to configure Apache to processes .html file

2008-10-03 Thread Matus UHLAR - fantomas
thanks for the info... have changed my php.conf file accordingly. > > AddHandler php5-script .php .htm seems they don't have something like that for highlighting PHP sources, only application/x-https-php-source... -- Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/ W

Re: [EMAIL PROTECTED] Protecting a Directory

2008-10-06 Thread Matus UHLAR - fantomas
lp people to put their password files out of DocumentRoot's. -- Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. LSD will make your ECS sc

Re: [EMAIL PROTECTED] Problem with DynDns and Apache Virtual Hosts

2008-10-10 Thread Matus UHLAR - fantomas
would I go about setting it so the apache responds only to valid > vhosts? define dummy virtual host as the first one, probably sending an error for everything. The problem may be that not only names in ServerName and ServerAlias are defined to match the vhost, but also the name in . Since you

Re: [EMAIL PROTECTED] Re: hardware for proxy

2008-10-10 Thread Matus UHLAR - fantomas
> Am 2008-09-10 11:16:22, schrieb Matus UHLAR - fantomas: > > On 09.09.08 21:23, [EMAIL PROTECTED] wrote: > > > 5000 reqs/sec @ 20 KB/req = 100 MB/sec = 1Gbaud. One gigabit network1 > > > > please don't mess bauds and bits per second. it's something ver

Re: [EMAIL PROTECTED] memory usage in apache2 on debian 32 and 64bits

2008-10-15 Thread Matus UHLAR - fantomas
different to buy more memory? if those processes are waiting for a connection, decreace their number. otherwise, check how much of memory is available/used (see "free" output) -- Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail adve

Re: [EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-06 Thread Matus UHLAR - fantomas
; (as long as they are not using Safari). See the response of Eric Covener <[EMAIL PROTECTED]>, he guessed what I'm guessing too, except that he mentioned Opera and you are talking about safari. -- Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/ Warning: I w

Re: Dummy vhost for intruders - comments please

2008-12-17 Thread Matus UHLAR - fantomas
I did something alike, a default-only virtual host. Requires some hacking, not accepted as bug :( https://issues.apache.org/bugzilla/show_bug.cgi?id=39910 -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. V

Re: [us...@httpd] Two _default_, one for port 80 and another for port 443

2008-12-26 Thread Matus UHLAR - fantomas
ecoding the request, for which he needs > a certificate, so he ALWAY picks the first vhost for 443. That means > that your 'default' https vhost HAVE TO BE the first one. This has nothing to do with certificates, This is just -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://ww

Re: [us...@httpd] _default_ vs *, when do they differ?

2009-01-12 Thread Matus UHLAR - fantomas
ttp://httpd.apache.org/docs/2.2/vhosts/details.html Should I fake any for you? the * creates virtualhost bound to any IP address the apache is listening, while _default_ creates it only on IP's that do not have other virtual hosts configured. -- Matus UHLAR - fantomas, uh...@fantomas.sk ; htt

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

2009-01-20 Thread Matus UHLAR - fantomas
ation. However putting it under ServerRoot is impossible on servers with many clients, and playing with symlinks is not easy somewhere. Some time ago I filled bugreport for creating AuthRoot directive for placing password files, see https://issues.apache.org/bugzilla/show_bug.cgi?id=25469 -- Matus U

Re: [us...@httpd] pam_ldap and Apache

2009-01-20 Thread Matus UHLAR - fantomas
ntication? -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. Windows found: (R)emove, (E)rase,

Re: [us...@httpd] PidFile directive is ignored

2009-01-28 Thread Matus UHLAR - fantomas
uot;/opt/myapp/logs/apache/httpd.pid" > > I also verified that all directories are owned by root. What's in server logs? Can apache create pid file in that directory? Don't you have other PidFile directive in apache's config? -- Matus UHLAR - fantomas, uh...

Re: [us...@httpd] How do I get the PHP5 module for Apache 2.2?

2009-01-29 Thread Matus UHLAR - fantomas
can't find > one. I checked the box to generate an Apache module on the config > screen (make config) for PHP5. What am I doing wrong? I guess this more FreeBSD and optionally PHP problem, not apache's... -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ W

Re: [us...@httpd] Unable to access sites on an Apache server from Internet Explorer

2009-01-29 Thread Matus UHLAR - fantomas
places error messages smaller than 512 bytes by its own. Even for messages "300 Multiple choices" and "406 not acceptable" which is pretty ... up Maybe MSIE7 has thic option changes or does not have it... I haven't worked with that one yet. -- Matus UHLAR - fantomas, uh...@

Re: [us...@httpd] Apache2 only serves first virtualhost

2009-01-30 Thread Matus UHLAR - fantomas
n typing the URL of the second one. > > If you change the position of the sites in the httpd.conf, it is > obvious that it is allways the first site who is served. Seems like NameVirtualHost is missing. Are you sure apache2 uses the same config file? What do logs say? -- Matus

Re: [us...@httpd] Logfile size in apache2.2.8

2009-02-02 Thread Matus UHLAR - fantomas
of only 2Gb in size when using rotatelogs. largefiles support adds >2gb files support to the whole process -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT aku

Re: [us...@httpd] Using a MOTD

2009-02-04 Thread Matus UHLAR - fantomas
gt; set the cookie. > > So I think that's what you're looking for. As far as I can imagine, > there's no way to reliably redirect one request per session without > using cookies, but that doesn't mean you have to use perl, if you > don't want. -- Matus U

[us...@httpd] directives in Include-d file in

2009-02-05 Thread Matus UHLAR - fantomas
for more directories (include it more times), but it seems that I can't iclude directives into the section, but the must lie inside of the included file. Am I right or did I miss something? -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to

Re: [us...@httpd] directives in Include-d file in

2009-02-06 Thread Matus UHLAR - fantomas
> Matus UHLAR - fantomas wrote: > > > >I would like to use the same accesslist for more directories (include it > >more times), but it seems that I can't iclude directives into the > > section, but the must lie inside of the included > >file. > >

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

2009-02-12 Thread Matus UHLAR - fantomas
that it would be understandable. > On the other hand, the error message from Apache, wherever you got it > from, seems to be pretty understandable and clear about what is wrong. -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail

Re: [us...@httpd] passing all env vars to a cgi

2009-02-12 Thread Matus UHLAR - fantomas
end to CGI variables it has set when started, or on config file. Note that for example suexec limits variables that are sent to CGIs -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu

Re: [us...@httpd] Threaded MPM + mod_php/mod_python/mod_perl/mod_ruby.. thread safe?

2009-02-13 Thread Matus UHLAR - fantomas
oubt any does, it's pita to code such thing. -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. "Two words: Windows survives."

Re: [us...@httpd] suexec doesn't see TMPDIR variable

2009-02-13 Thread Matus UHLAR - fantomas
Hello, On 07.08.08 15:04, Matus UHLAR - fantomas wrote: > I configured my vhost to have TMPDIR variable set to particular directory. > PHP scripts see this variable w/o problem, but not CGIs. > > I'm running suexec, and have patched it (yes, I know the risks) to pass this >

Re: [us...@httpd] port 80 + 8080 + SSL (443)

2009-02-16 Thread Matus UHLAR - fantomas
in main config. > On a similar, but equally important note: > I did something like above, but I get a timeout for incoming to https:// > when I'm testing it from outside my router. Any hints at what might be > going wrong there? port 443 is firewalled or not NAT'ed from outside

Re: [us...@httpd] download php apache

2009-02-26 Thread Matus UHLAR - fantomas
want the site to behave as it does when > i use "www". > * > ServerName www.example.com > * Try specifying "ServerAlias example.com" for the virtual host. -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to rec

Re: [us...@httpd] Apache port help

2009-03-06 Thread Matus UHLAR - fantomas
On 06.03.09 07:41, Tim Ford wrote: > Hello, my boss told me its okay to leave the web address with the port > attached. You can still run it on different IP on the same host, but you must configure IIS not to listen on that IP (and apache to listen on it). -- Matus UHLAR - fantom

Re: [us...@httpd] Apache port help

2009-03-06 Thread Matus UHLAR - fantomas
other Windows process > > that uses http.sys. OK, so how fo we enforce http.sys to pass the request to apache instead of IIS? -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adr

Re: [us...@httpd] Ask apache to stop listening on only one socket?

2009-03-09 Thread Matus UHLAR - fantomas
On 09.03.09 10:12, Mohit Anchlia wrote: > But can I tell apache to stop listening on only one port? So if apache > is listening on 80, 8080 then ask apache to stop listening on 8080 > only. The most important question you did not answer (or did I miss it?) was: WHY? -- Matus UHLAR -

Re: [us...@httpd] Ask apache to stop listening on only one socket?

2009-03-10 Thread Matus UHLAR - fantomas
ich appears if more than one listening socket is open. It should be fixed in 2.2.12, see bug 42829 at https://issues.apache.org/bugzilla/show_bug.cgi?id=42829 -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. V

Re: [us...@httpd] Ask apache to stop listening on only one socket?

2009-03-10 Thread Matus UHLAR - fantomas
> On Tue, Mar 10, 2009 at 4:20 AM, Matus UHLAR - fantomas > wrote: > > There's bug in apache which appears if more than one listening socket is > > open. It should be fixed in 2.2.12, see bug 42829 at > > https://issues.apache.org/bugzilla/show_bug.cgi?id=42829

Re: [us...@httpd] After recompile site down

2009-03-12 Thread Matus UHLAR - fantomas
7) : regexp code on line > 1 [...] > It seems all of sudden after recompiling Apache, it developed a problem > with chr(\\1) and chr(0x\\1). I didn't touch PHP or MySQL, just recompile > of Apache, and it still has all same configurations and host info. recompile PHP then and re-try

Re: [us...@httpd] Enable Send file - SAN

2009-03-12 Thread Matus UHLAR - fantomas
moment i put doc root on local > apache started serving images with enabel send file on. I think I explained above -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOST

Re: [us...@httpd] Enable Send file - SAN

2009-03-12 Thread Matus UHLAR - fantomas
works when it's turned off, then it's apparently a problem of EnableSendFile. -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.

Re: [us...@httpd] Enable Send file - SAN

2009-03-13 Thread Matus UHLAR - fantomas
ile on network filesystems is afaik that kernel may not notice if other machine has changed the file so crap may get send to the client. Turn off sendfile and try if it works. That may be a problem of vxfs too... -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish

Re: [us...@httpd] Can name- and IP-based vhosts share an address:port pair?

2009-03-15 Thread Matus UHLAR - fantomas
this. There should be no interferentions, unless you add new name-based virtualhost with host name someone used before to access the original, default virtual host. -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this

Re: [us...@httpd] how to prevent mp3 downloading ?

2009-03-23 Thread Matus UHLAR - fantomas
make it harder by checking User-Agent for known strings, clients may not provide it, nor they have to tell the truth. You can make them available only for streaming, but that won't stop form downloading the content too. -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning

Re: [us...@httpd] How to avoid caching on apache (with tomcat in back-end)?

2009-03-24 Thread Matus UHLAR - fantomas
dules/mod_file_cache.so > #LoadModule mem_cache_module /usr/lib/apache2/modules/mod_mem_cache.so These only affect caching on apache's side, the browser and intermediate proxies still may cache the content themselves. -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk

Re: [us...@httpd] Apache memory problem

2009-03-26 Thread Matus UHLAR - fantomas
;t know what can be... php apparently has no memory_limit set, and scripts aren't forced to exit when you close connection (browser does that by refresh): ignore_user_abort is apparently on. -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to re

Re: [us...@httpd] DirectoryIndex

2009-03-26 Thread Matus UHLAR - fantomas
w.location =localHost+"/index2.php?idLang=1"; > > When I invoke the URL on browser (http://localhost/) appears > http://localhost/index2.php > > How can I hide index2.php in address bar? I just want to see always > http://localhost you must not set location then and

Re: [us...@httpd] SSl Redirect

2009-04-22 Thread Matus UHLAR - fantomas
ething or does this > redirect have to be tagged otherway first? You must either add other virtual host to match different names, or play with rewrites. There's module "redirtoservname" somewhere, that does the same jobs for any server aliases, with this it should be enou

Re: [us...@httpd] Re: Apache (php5/fcgi) can't resolve hostnames

2009-04-25 Thread Matus UHLAR - fantomas
oesn't honor /etc/resolv.conf, but the 'host' command does. > > > > This is also why "getent hosts" is a better tool to debug DNS issues > > than the "host" command. On 16.04.09 08:39, Aaron Turner wrote: > Alas, getent doesn't exist on OS

Re: [us...@httpd] How does Mod_ssl decide what to use: of SSL or TLS?

2009-04-25 Thread Matus UHLAR - fantomas
mod_ssl code and it's not obvious to me. I think that server announces what protocols it supports and has allowed, then client decides which to prefer. However I'm not SSL guru, search for SSL and protocols description to see which will apply. > Do the TCP window size have anything to d

  1   2   3   4   >