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

2009-08-09 Thread Krist van Besien
On Fri, Aug 7, 2009 at 2:40 PM, Josh Gooding wrote: > I always thought that HTTPS is noticeably slower than regular HTTP, > which is why I would not want HTTPS on the entire site, since video and > graphics tend to be more bandwidth and CPU intensive. In a time when most computers run 99% idle 90%

Re: [us...@httpd] vhost not receiving the connections

2009-08-09 Thread Krist van Besien
On Mon, Aug 10, 2009 at 3:48 AM, Jean-François wrote: > Hello, > > I’m having an issue with serving the correct pages on my httpd with vhosts. That is because you haven't properly configured it. You need the following directive: NameVirtualhost *.80 You don't put ip's or hostnames in the NameVi

[us...@httpd] vhost not receiving the connections

2009-08-09 Thread Jean-François
Hello, I’m having an issue with serving the correct pages on my httpd with vhosts. Basically (more config details follow, below), I’m running a server on port 80 and wanted to add a vhost (named-based config) so that a specific task is server by another server. Well, a vhost. I don’t know why it

Re: [us...@httpd] restrict access to files

2009-08-09 Thread Evan Platt
At 11:54 AM 8/9/2009, you wrote: Well that is called hotlinking :) if the uri is accessed and does not come from "" or the own domain it's blocked, you can tweak it to include other file types than images and disallow empty referrals as well. Then I totally misunderstood. I thought it only blo

Re: [us...@httpd] restrict access to files

2009-08-09 Thread Jorge Schrauwen
Well that is called hotlinking :) if the uri is accessed and does not come from "" or the own domain it's blocked, you can tweak it to include other file types than images and disallow empty referrals as well. ~Jorge On Sun, Aug 9, 2009 at 7:38 PM, Evan Platt wrote: > At 10:13 AM 8/9/2009, you

Re: [us...@httpd] restrict access to files

2009-08-09 Thread Evan Platt
At 10:13 AM 8/9/2009, you wrote: This wiki article can be adapted to include other things than images as wel. http://wiki.apache.org/httpd/DisableImageHotLinking I believe what the OP was asking was that say there's www.example.com/image.jpg . If you type that URL in, you shouldn't be able to

Re: [us...@httpd] restrict access to files

2009-08-09 Thread Jorge Schrauwen
This wiki article can be adapted to include other things than images as wel. http://wiki.apache.org/httpd/DisableImageHotLinking ~Jorge On Sun, Aug 9, 2009 at 5:01 PM, Nina P. Gregorev wrote: > Hello, > > How can I restrict access to files when accessed via the url link? > > I have image files

[us...@httpd] restrict access to files

2009-08-09 Thread Nina P. Gregorev
Hello, How can I restrict access to files when accessed via the url link? I have image files that should be viewable within the site but shouldn't be viewable when a user type in the full url in the browser. Thank you. - The o

[us...@httpd] Re: try

2009-08-09 Thread Nicholas Sherlock
SG0101 wrote: Same with me here. I posted a mail to mailing list but I didn't see that in mailing list. anyway my earlier post was like below. I have a apache running on my office machine [...] That original message from you came through just fine, you have a reply to it as well. Check your

Re: [us...@httpd] Trouble compiling apache with mod_ssl, having two versions of OpenSSL on openSUSE 10.3

2009-08-09 Thread Igor Cicimov
Did you read the README and INSTALL files in the OpenSSL folder (I assume you have openssl tarball downloaded)? They usually explain what and how to use in the ./configure and make commands. Read the help pages for configure and make too. On Sat, Aug 8, 2009 at 11:17 AM, Dan Stromberg wrote: > Th

Re: [us...@httpd] securing phpmyadmin access with SSL encryption

2009-08-09 Thread Igor Cicimov
Yes, in a tailored made virtualhost. On Sat, Aug 8, 2009 at 5:25 PM, Etienne Loutrel wrote: > hello everybody, > > this is my first post here :-) I am running an ubuntu server with > 8.04 release > . > I am using phpmyadmin to manage my databases - it is more confortable than > the consol