Re: [users@httpd] RE: [WARNING: A/V UNSCANNABLE]Re: [users@httpd] RE: [WARNING: A/V UNSCANNABLE][users@httpd] PDF Issue

2014-02-24 Thread Rick Bianchi
Got it. Thanks! On Mon, Feb 24, 2014 at 3:40 PM, Joe Jensen (ConAgra Foods) < joe.jen...@conagrafoods.com> wrote: > No. You want to update the mime type of *.pdf, but it’s not a flag. > > > > Joe Jensen > (402)-240-3645 > Application Hosting Services > > > > *From:* Rick Bianchi [mailto:bianch

[users@httpd] RE: [WARNING: A/V UNSCANNABLE]Re: [users@httpd] RE: [WARNING: A/V UNSCANNABLE][users@httpd] PDF Issue

2014-02-24 Thread Joe Jensen (ConAgra Foods)
No. You want to update the mime type of *.pdf, but it’s not a flag. Joe Jensen (402)-240-3645 Application Hosting Services From: Rick Bianchi [mailto:bianchirickku...@gmail.com] Sent: Monday, February 24, 2014 4:35 PM To: users@httpd.apache.org Subject: [WARNING: A/V UNSCANNABLE]Re: [users@httpd

Re: [users@httpd] RE: [WARNING: A/V UNSCANNABLE][users@httpd] PDF Issue

2014-02-24 Thread Rick Bianchi
It is set to "text/plain". Is there a flag I need to set so it will recognize all PDFs as application/octet-stream. On Mon, Feb 24, 2014 at 3:25 PM, Joe Jensen (ConAgra Foods) < joe.jen...@conagrafoods.com> wrote: > Check the mime type in your browser. (Firefox: page info) > > > > Joe Jensen >

[users@httpd] RE: [WARNING: A/V UNSCANNABLE][users@httpd] PDF Issue

2014-02-24 Thread Joe Jensen (ConAgra Foods)
Check the mime type in your browser. (Firefox: page info) Joe Jensen (402)-240-3645 Application Hosting Services From: Rick Bianchi [mailto:bianchirickku...@gmail.com] Sent: Monday, February 24, 2014 4:18 PM To: users@httpd.apache.org Subject: [WARNING: A/V UNSCANNABLE][users@httpd] PDF Issue I

[users@httpd] PDF Issue

2014-02-24 Thread Rick Bianchi
I am running server version: Apache/2.2.22 (Ubuntu) and I have an issue where PDFs will not open in the browser properly (all non-IE browsers), I just get gibberish (see below). ls there a setting in apache that I need to set? Example: /my-server/svn/DocChecklist.pdf %PDF-1.5 %Ç쏢 5 0 obj <> str

[users@httpd] Re: Allow access only from the index page

2014-02-24 Thread LuKreme
On 24 Feb 2014, at 09:55 , fabio.schm...@4linux.com.br wrote: > Thanks for the answers, I will try with HTTP_REFERER. Be aware that this will mean that no pages on your site can contain any links to your site, so if someone goes to index.html and then to foo.html, foo.html cannot link to bar.h

Re: [users@httpd] Allow access only from the index page

2014-02-24 Thread fabio . schmidt
Thanks for the answers, I will try with HTTP_REFERER. Atenciosamente, Fabio S. Schmidt Consultor técnico 4linux - Open Software Specialists http://www.4linux.com.br - Mensagem original - De: "Marcello Lorenzi" Para: "lists-apache" Cc: "fabio schmidt" Enviadas: Segunda-feira, 24 de feve

Re: [users@httpd] Allow access only from the index page

2014-02-24 Thread Marcello Lorenzi
Hi Fabio, you can use mod_rewrite using the |HTTP_REFERER |to check if the request arrive from index page. Marcello On 02/24/2014 05:31 PM, fabio.schm...@4linux.com.br wrote: Hi ! I need to ensure that all pages on my website are only avaliable if the access come from the index page. For in

[users@httpd] Allow access only from the index page

2014-02-24 Thread fabio . schmidt
Hi ! I need to ensure that all pages on my website are only avaliable if the access come from the index page. For instance, if the client acess directly mydomain.com/anything.html it should redirect to the index page. I'm using apache 2.2 and appreciate any help. My best regards, Atenciosame