Re: [EMAIL PROTECTED] Require SSL only for an individual file

2006-02-04 Thread Marc Serra
I don't know does snide mean, but I hope nothing bad ;-) I tried to search in: http://www.apache-ssl.org/docs.html and http://httpd.apache.org/docs/2.0/ssl/ , but i don't find an answer for me. Your links seems better. Sorry for bugging. Tomorrow i try it, I'm very tired now... B-( > I hate to

Re: [EMAIL PROTECTED] Require SSL only for an individual file

2006-02-04 Thread Joshua Slive
On 2/4/06, Marc Serra <[EMAIL PROTECTED]> wrote: > Thanks for a reply joshua. > > Really? And can you give me an example of this? > > For a directory that requires SSL: > > >SSLRequireSSL >AllowOverride AuthConfig > > > > But for a file? Does would you mean?: > "/var/www/localhos

Re: [EMAIL PROTECTED] Require SSL only for an individual file

2006-02-04 Thread Marc Serra
Thanks for a reply joshua. Really? And can you give me an example of this? For a directory that requires SSL: SSLRequireSSL AllowOverride AuthConfig But for a file? Does would you mean?: "/var/www/localhost/htdocs/ssl/file.under.ssl.html"> SSLRequireSSL Allow

Re: [EMAIL PROTECTED] Require SSL only for an individual file

2006-02-04 Thread Marc Serra
Thanks, and I know your solution, but isn't possible. I can't not move this file from this directory, and (for application requirements) the other files on this directory cannot be under SSL. > I guess the easiest way would be to put that SSL enabled > file into a sub-dir all on it's own?

[EMAIL PROTECTED] CustomLog logs/access_log combined not working from within

2006-02-04 Thread Richard de Vries
I am having the weirdest problem. Running Apache 2.0.55 on Solaris 9, I am unable to get Apache to generate and write to the access_log file while the CustomLog directive is enclosed in the tags. This is what I have: # # The following directives define some format nicknames for use wi

[EMAIL PROTECTED] only one ip per user (has many connections) can access resource at the same time ?

2006-02-04 Thread tvlgiao
Hello all, How can I configure Apache to use mod_auth_mysql  to solve the following authentication theme: In brief: if A logs in and is downloading  (connection established, IP is saved when he logs  in), no other user can use A's account to  authenticate (because anyone else has different  IP.)

Re: [EMAIL PROTECTED] Multiple SSL certificates with single virtual host

2006-02-04 Thread Kenevel
Khai Doan wrote: > I need to serve multiple domains each with a different SSL > certificates, but I wish to only use one virtual host. Is it possible > to put all certificates in one file and have apache serve the right > certificate? What else can I do ? Hi Khai, Why would you want different S

[EMAIL PROTECTED] Multiple SSL certificates with single virtual host

2006-02-04 Thread Khai Doan
I need to serve multiple domains each with a different SSL certificates, but I wish to only use one virtual host.  Is it possible to put all certificates in one file and have apache serve the right certificate?  What else can I do ?   Khai -

Re: [EMAIL PROTECTED] Require SSL only for an individual file

2006-02-04 Thread httpd2
Right Joshua. I checked the docs and noted that SSLRequireSSL was valid in the directory and .htaccess context. I forgot that directory also applies to files and location contexts normally as well, unless specified as not applicable for a particular directive. quote directory A directive ma

Re: [EMAIL PROTECTED] Require SSL only for an individual file

2006-02-04 Thread Joshua Slive
On 2/4/06, Marc Serra <[EMAIL PROTECTED]> wrote: > Hi gurus! > > I need to secure with SSL only one file from a directory that contains a > lot more files. > > How can I do that? > > I know how secure an entire directory, with SSLRequireSSL option, but is > possible only for a file? Almost anythin

[EMAIL PROTECTED] Help!

2006-02-04 Thread Michael McCullough
Hi all, I am a newbi to Apache. I am setting up Apache on a Windows XP base PC and trying to figure out how to set the file permissions. Thanks! - The official User-To-User support forum of the Apache HTTP Server Project. See ht

Re: [EMAIL PROTECTED] Require SSL only for an individual file

2006-02-04 Thread httpd2
I guess the easiest way would be to put that SSL enabled file into a sub-dir all on it's own? Keith In theory, theory and practice are the same; In practice they are not. On Sat, 4 Feb 2006, Marc Serra wrote: > To: users@httpd.apache.org > From: Marc Serra <[EMAIL PROTECTED]> > Subject: [EMA

[EMAIL PROTECTED] Require SSL only for an individual file

2006-02-04 Thread Marc Serra
Hi gurus! I need to secure with SSL only one file from a directory that contains a lot more files. How can I do that? I know how secure an entire directory, with SSLRequireSSL option, but is possible only for a file? Thank's! ---