search for: mod_head

Displaying 20 results from an estimated 22 matches for "mod_head".

Did you mean: mob_head
2006 Jul 09
2
[Slightly OT] server headers
I finally got my blog running on Apache 2.2.2 & Mongrel 0.3.13.3 (clustered). Whew! Two whole flippin'' days trying to get virtual hosts and proxies and permissions (& svn) to work together. Anyway, I''ve got the little server header thingy extension in Firefox. When I browse my blog, it shows the mongrel headers. Is there a quick fix for this? -- Cheers, Kevin
2017 Apr 26
3
Apache + SSL: default configuration rated "C" by Qualys Labs
...his config gets my an A+ rating on the sslabs test: SSLEngine on SSLProtocol all -SSLv2 -SSLv3 SSLCipherSuite "EECDH+aRSA+AESGCM EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH+aRSA+RC4 EECDH EDH+aRSA !aNULL !eNULL !LOW !MEDIUM !SEED !3DES !CAMELLIA !MD5 !EXP !PSK !SRP !DSS !RC4" <IfModule mod_headers.c> Header always set Strict-Transport-Security "max-age=15768000; includeSubDomains; preload" </IfModule> https://www.ssllabs.com/ssltest/analyze.html?d=www.hogarthuk.com IIRC the Red Hat defaults are somewhat conservative on their limitations in order to simplify and...
2018 Oct 04
2
CentOS 7.5, Apache 2.4, Kerberos
...: denied (no authenticated user yet) [authz_core:debug] mod_authz_core.c(809): AH01626: authorization result of <RequireAny>: denied (no authenticated user yet) [auth_kerb:debug] src/mod_auth_kerb.c(1643): kerb_authenticate_user entered with user (NULL) and auth_type Kerberos [headers:debug] mod_headers.c(900): AH01503: headers: ap_headers_error_filter() [authz_core:debug] mod_authz_core.c(809): AH01626: authorization result of Require valid-user : denied (no authenticated user yet) [authz_core:debug] mod_authz_core.c(809): AH01626: authorization result of <RequireAny>: denied (no authent...
2007 Nov 23
2
Unable to read anything from request.remote_ip
...g back to REMOTE_ADDR. HTTP_X_FORWARDED_FOR may be a comma- delimited list in the case of multiple chained proxies; the first is the originating IP. The system is running on the Mongrel Cluster behind Apache 2.2 with # mod_proxy, mod_proxy-html, and mod_proxy_balancer # mod_rewrite # mod_deflate # mod_headers (setup: http://mongrel.rubyforge.org/docs/apache.html) Would it be due to: 1) IPv6 or Asian IP addresses? 2) mod_proxy or mod_rewrite?? 3) .... Any insight? -- Posted via http://www.ruby-forum.com/.
2015 Apr 08
3
sieve plugin editheader not found
...here are some informations: Steps to Reproduce: add "editheader" to sieve options or "sievec" a file that need the extension if header :matches "Something" "*" { addheader "Anything" "${1}"; deleteheader "Something"; } sievec mod_header.sieve sievec(root): Fatal: Plugin 'editheader' not found from directory /usr/lib64/dovecot/sieve dovecot --version 2.2.16 pigeonhole-0.4.7 sources got downloaded and used in the build process dovecot -n # 2.2.16: /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.7 # OS: Linux 2.6.3...
2006 May 16
2
Pass env var from Apache to Mongrel?
I use Apache to serve the static pages and let Mongrel handle Rails requests via mod_rewrite/proxy. Apache RewriteRule can set environment variable on the fly, and this is one of the features I used, set an env var based on domain name. I used to use SCGI Runner which was fine as the env var was passed to Rails via scgi protocol. I seems can''t find a way to set env var in Mongrel on
2017 Apr 26
0
Apache + SSL: default configuration rated "C" by Qualys Labs
...slabs test: > > SSLEngine on > SSLProtocol all -SSLv2 -SSLv3 > SSLCipherSuite "EECDH+aRSA+AESGCM EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 > EECDH+aRSA+RC4 EECDH EDH+aRSA !aNULL !eNULL !LOW !MEDIUM !SEED !3DES > !CAMELLIA !MD5 !EXP !PSK !SRP !DSS !RC4" > > <IfModule mod_headers.c> > Header always set Strict-Transport-Security "max-age=15768000; > includeSubDomains; preload" > </IfModule> > > https://www.ssllabs.com/ssltest/analyze.html?d=www.hogarthuk.com > > IIRC the Red Hat defaults are somewhat conservative on their &g...
2015 Apr 10
0
sieve plugin editheader not found
...file that need the extension What exactly do you mean by 'sieve options' ? What is your sievec command line? > if header :matches "Something" "*" { > addheader "Anything" "${1}"; > deleteheader "Something"; > } > > sievec mod_header.sieve > sievec(root): Fatal: Plugin 'editheader' not found from directory > /usr/lib64/dovecot/sieve This indicates that sievec is looking for a plugin called 'editheader' (there is no such thing). That is strange unless you've configured sieve_plugins (I don't see...
2006 Aug 04
0
Re: Passing env var from Apache to Mongrel
Hi Yan, If you just need to access the env var which doesn''t change like SERVER_NAME, you should be able to access it directly using "request". However, if your env var is dynamicly set, you can try my way. I use mod_rewrite to proxy to Mongrel. In your httpd.conf (you need mod_header) RequestHeader set X_YOUR_ENV your_value And in Rails access it by request.env["HTTP_X_YOUR_ENV"] Hope it helps, Kevin On 8/4/06, Yan Sarazin <ysarazin@greenlightmedia.ca> wrote: > Hi Kevin, > > I found a thread you started regarding Passing an env variable from Apa...
2006 Aug 31
1
Apache & SSL - Redirects going to http:// not https://
Hi guys, I have a (hopefully) quick question about ssl and mongrel. We are using Apache2 and the proxy balancer module to control a pack of mongrels. This is a brand new setup, as our server had been using Apache 1.3 with no mongrels at all. The speed boost has been great, and we are not getting any of the previous errors that were caused by FastCGI. I am having a strange problem
2015 May 07
2
Apache 2.2 itk - 404 not found
...dModule env_module modules/mod_env.so LoadModule ext_filter_module modules/mod_ext_filter.so LoadModule mime_magic_module modules/mod_mime_magic.so LoadModule expires_module modules/mod_expires.so LoadModule deflate_module modules/mod_deflate.so LoadModule headers_module modules/mod_headers.so LoadModule usertrack_module modules/mod_usertrack.so LoadModule setenvif_module modules/mod_setenvif.so LoadModule mime_module modules/mod_mime.so LoadModule dav_module modules/mod_dav.so LoadModule status_module modules/mod_status.so LoadModule autoindex_module module...
2007 Feb 06
8
setting enviroment variable
...I need to set an "enviroment variable" to run different sites, can I do that using mongrel? I tried to use mongrel''s -S option and set the enviroment variable in that file but it seems mongrel runs that file after it calls enviroment.rb I also used apache''s mod_proxy+mod_header to set requestheader but it didn''t work either. Is there a way to set an enviroment variable before mongrel initializes? Thanks Ufuk.
2015 May 07
3
Apache 2.2 itk - 404 not found
...; LoadModule ext_filter_module modules/mod_ext_filter.so >> LoadModule mime_magic_module modules/mod_mime_magic.so >> LoadModule expires_module modules/mod_expires.so >> LoadModule deflate_module modules/mod_deflate.so >> LoadModule headers_module modules/mod_headers.so >> LoadModule usertrack_module modules/mod_usertrack.so >> LoadModule setenvif_module modules/mod_setenvif.so >> LoadModule mime_module modules/mod_mime.so >> LoadModule dav_module modules/mod_dav.so >> LoadModule status_module modules/mod_sta...
2017 Apr 26
4
Apache + SSL: default configuration rated "C" by Qualys Labs
Hi, I'm currently experimenting with a public server running CentOS 7. I have half a dozen production servers all running Slackware Linux, and I intend to progressively migrate them to CentOS, for a host of reasons (support cycle, package availability, SELinux, etc.) But before doing that, I have to figure out a few things that work differently under CentOS. Apache and SSL behave quite
2015 May 07
0
Apache 2.2 itk - 404 not found
...odules/mod_env.so > LoadModule ext_filter_module modules/mod_ext_filter.so > LoadModule mime_magic_module modules/mod_mime_magic.so > LoadModule expires_module modules/mod_expires.so > LoadModule deflate_module modules/mod_deflate.so > LoadModule headers_module modules/mod_headers.so > LoadModule usertrack_module modules/mod_usertrack.so > LoadModule setenvif_module modules/mod_setenvif.so > LoadModule mime_module modules/mod_mime.so > LoadModule dav_module modules/mod_dav.so > LoadModule status_module modules/mod_status.so > LoadModule...
2006 Jul 07
6
mongrel/win32/apache2 link modification question.
I have apache2 - mongrel 0.3.13.3-mswin32 running, on a server 2000 pc, by folowing the ''Serving Multiple Rails Applications on Windows with Apache and Mongrel'' ( http://tinyurl.com/z9ftz ) the question I have is why is why is http://localhost/myapp/ addded to the front of all my links and how can I stop it? origanal link using webrick /employees/edit/1214 now
2006 Mar 31
9
File upload progress bar
I''ve seen a few demos online, for php, but I''m looking for a file upload progress bar implementation with Prototype. Can anyone point me in a good direction for one? I''m not using Rails, so I can''t use the upload_progress addon, unfortunately. Thanks for any info Jim _______________________________________________ Rails-spinoffs mailing list
2014 Jan 03
1
Need help with spec file for Apache-2.4.7
..._libdir}/httpd/modules/mod_dumpio.so %{_libdir}/httpd/modules/mod_echo.so %{_libdir}/httpd/modules/mod_env.so %{_libdir}/httpd/modules/mod_expires.so %{_libdir}/httpd/modules/mod_ext_filter.so %{_libdir}/httpd/modules/mod_file_cache.so %{_libdir}/httpd/modules/mod_filter.so %{_libdir}/httpd/modules/mod_headers.so %{_libdir}/httpd/modules/mod_heartbeat.so %{_libdir}/httpd/modules/mod_heartmonitor.so %{_libdir}/httpd/modules/mod_include.so %{_libdir}/httpd/modules/mod_info.so %{_libdir}/httpd/modules/mod_lbmethod_bybusyness.so %{_libdir}/httpd/modules/mod_lbmethod_byrequests.so %{_libdir}/httpd/modules/...
2020 Aug 31
5
How to Migrate Wordpress Website from 32-bit CentOS Linux 6.3 to 64-bit CentOS Linux 8.2 (2004)
...d_logio.so #LoadModule env_module modules/mod_env.so #LoadModule ext_filter_module modules/mod_ext_filter.so #LoadModule mime_magic_module modules/mod_mime_magic.so #LoadModule expires_module modules/mod_expires.so #LoadModule deflate_module modules/mod_deflate.so #LoadModule headers_module modules/mod_headers.so LoadModule usertrack_module modules/mod_usertrack.so #LoadModule setenvif_module modules/mod_setenvif.so #LoadModule mime_module modules/mod_mime.so #LoadModule dav_module modules/mod_dav.so #LoadModule status_module modules/mod_status.so #LoadModule autoindex_module modules/mod_autoindex.so...
2006 Aug 29
15
Setup with Apache 2.2 proxy balancer : timeout during uploads
Hi all, I encounter timeout errors during file uploads in my Rails application. I think the problem may be in the Mongrel configuration. Here is my setup: * Load balancer (Cisco CSM, my provider''s Catalyst 6509) * Apache 2.2.3 with mod_proxy_balancer * Mongrel 0.3.13.3 * Rails 1.1.6 * Ruby 1.8.4 * MySQL 5.0.22 * file_column I host an application in which users may upload medium files