Re: [users@httpd] Block access to "OPTIONS *"

2016-02-11 Thread Toomas Aas
ursite.com 80 Trying 12.34.56.78... Connected to www.yoursite.com. Escape character is '^]'. OPTIONS / HTTP/1.0 HTTP/1.0 200 OK Allow: OPTIONS, GET, HEAD, POST Content-Length: 0 Connection: close Date: Fri, 12 Feb 2016 05:29:26 GMT Server: Apache If you see the "200 OK" respons

[users@httpd] Block access to "OPTIONS *"

2016-02-11 Thread Toomas Aas
to "OPTIONS *" so that response would be something with 4xx error? -- Toomas Aas | support engineer www.reach-u.com - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Nginx + LAMP inside only server

2015-02-16 Thread Toomas Aas
case). Nowadays more popular approach seems to be using FPM for PHP and interfacing Apache (configured with some threaded MPM) to it via FastCGI, so the need for extra webserver "in front of" Apache is perhaps not that great anymore. I myself migrated to using lighttpd+PHP-

Re: [users@httpd] Fwd: apache hosting unknown sites !!!

2014-04-20 Thread Toomas Aas
e referrer field is often bogus, but I would classify all this as typical "internet background noise" which is pretty much inevitable these days. -- Toomas Aas - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] ProxyPassMatch vs FilesMatch

2014-03-18 Thread Toomas Aas
ased, but looks like FreeBSD port is not available yet. Regards, -- Toomas Aas - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] client side certificate authentication

2013-12-16 Thread Toomas Aas
her words, we revoke the certificate. Such revoked certificates are listed in "Certificate Revocation List" - a file which SSLCAReviocationFile points to. -- Toomas Aas - To unsubscribe, e-mail: users-unsubscr...@h

Re: [users@httpd] Web Site Testing

2013-12-12 Thread Toomas Aas
-- Toomas Aas - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] AllowOverride

2013-10-12 Thread Toomas Aas
eInfo, but then you also allow all other directives that have Override setting of FileInfo. HTH, -- Toomas Aas - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Re: Client certificate authentication issues

2012-10-16 Thread Toomas Aas
le man-in-the-middle attack (CVE-3555), but in some cases the only other option is that clients won't be able to access your site at all - you can't unfortunately always tell everyone to upgrade their browser. 4. Make sure you are not using some very old vers

Re: [users@httpd] balancer configuration URL exception

2012-09-10 Thread Toomas Aas
t lbmethod=bytraffic ProxyPass / balancer://cluster/ ProxyPassReverse / balancer://cluster/ SetHandler balancer-manager Order Deny,Allow #Deny from all Allow from all -- Toomas Aas - To unsubscribe, e-mail: user

Re: [users@httpd] Access rules in an intranet

2012-06-14 Thread Toomas Aas
/20100101 Firefox/13.0" Your configuration directives allow access from 10.215.xxx.xxx, but when you actually access the site, requests come from 158.64.4.14. Maybe your browser is using a proxy? -- Toomas Aas - To

Re: [users@httpd] ProxyPass Help

2012-04-04 Thread Toomas Aas
directives? They should be in Apache configuration on the integration machine, and point to your local machine, like that: ProxyPass /myapp/ http://mymachine:8080/myapp ProxyPassReverse /myapp/ http://mymachine:8080/myapp -- Toomas Aas

Re: [users@httpd] checking logs

2012-02-28 Thread Toomas Aas
might help you is called, surprisingly, logcheck :) http://logcheck.alioth.debian.org -- Toomas Aas - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for m

Re: [users@httpd] mod_ssl crl question

2011-11-21 Thread Toomas Aas
g a graceful restart but rather a full restart when the CRL is updated. That may be because I investigated the issue at the time I set this up and found the graceful restart to be insufficient, or because I just wasn't sure if graceful restart will work. I *think* it's t

Re: [users@httpd] Connection timed out: proxy: HTTP: attempt to connect

2011-04-12 Thread Toomas Aas
ow to verify this. -- Toomas Aas - 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.ap

Re: [us...@httpd] apache 2.2.16 and directory

2010-09-28 Thread Toomas Aas
ify the rights using 'ls -l'. -- Toomas Aas - 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-unsubs

Re: [us...@httpd] can't start apache

2010-02-16 Thread Toomas Aas
On 16.02.2010 19:25, Matthew Smith wrote: I don't think it is the router. If I set the root to a local directory, I can get apache to start and serve pages fine. It fails if I use a mapped drive. I don't know much about running Apache on Windows, but I wonder what user Apache is being run a

Re: [us...@httpd] Questions about implementing SSL/VirtualHosts

2009-12-13 Thread Toomas Aas
, it is. However, you'll generally need separate IP addresses for www.example.com and example.com. Then just define the virtual hosts -- Toomas Aas ... Someday we'll look back on all this and plow into a parked car. ---

Re: [us...@httpd] Request concurrency issue

2009-11-22 Thread Toomas Aas
On Sunday November 22 2009 02:23:09 André Warnier wrote: > Are you absolutely sure that it is not just a behaviour from the browser ? > For example, if you open two separate command windows, and start in each > a "wget" for the same file (or curl, or lwp-request), do you observe the > same behavio

[us...@httpd] Request concurrency issue

2009-11-21 Thread Toomas Aas
ests from the same client)? -- Toomas Aas - 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.apach

Re: [us...@httpd] Requesting help with Smart Card Client Certificate Authentication issue.

2009-10-26 Thread Toomas Aas
fox, which worked fine before. -- Toomas Aas ... The truth is out there. Does anyone know the URL? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for

Re: [us...@httpd] Issue with DirectoryIndex

2009-10-08 Thread Toomas Aas
t get it to work. I know this is probably very basic, but I just cannot figure it out. Check the error log :) -- Toomas Aas ... Top Secret! Burn before reading! - The official User-To-User support forum of the Apache HTTP

Re: [us...@httpd] Apache HTTP 2.2.13 - SSL handshake issue

2009-10-08 Thread Toomas Aas
similar BrowserMatch directive, does the issue go away? Maybe we're on to something here... -- Toomas Aas - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslis

[us...@httpd] Firefox SSL handshake error after Apache upgrade

2009-10-07 Thread Toomas Aas
Hello! I'm using Apache 2.2 with mod_ssl. Under the DocumentRoot of my SSL virtual host there is a subdirectory which requires client certificates. It has such .htaccess file: -- .htaccess -- SSLVerifyClient Require SSLVerifyDepth 3 SSLOptions +StdEnvVars +ExportCertData ---