[EMAIL PROTECTED] impossible restart apache2 in mod_ssl with 2 pass phrases

2007-07-18 Thread Karim Hamed-abdelouahab
Hello everbody, Environnement: Linux Fedora core 3, Apache/2.2.0 I wanna to restart everyday a apache2 server using a script. The crond should start the srcipt. The problem is that I have a pass phrase to secure each certificat. And I have more that two domains using differents certificats so u

[EMAIL PROTECTED] three web on the same machine but I get the wrong page for a request using HTTPS (client side)

2005-07-28 Thread Karim Hamed-abdelouahab
Hello everybody, I've a web machine running on Fedora core 3.0. Apache 1.33 with mod_ssl. This is an extract of my configuration file: Listen 80 Listen 443 ServerAdmin [EMAIL PROTECTED] DocumentRoot /var/www/secret ServerName ultra.secret.com ErrorLog /usr/apache/logs/secret_cl/error_log.l

Re: [users@httpd] server name and site name, download problem

2005-05-31 Thread Karim Hamed-abdelouahab
're running another operating system, I guess just do both. > > If you're sure the file you edited was the appropriate file, then maybe > it is a timeout issue...how long does it take before it fails? > > Karim Hamed-abdelouahab wrote: > > >Hi, > >Well i

Re: [users@httpd] server name and site name, download problem

2005-05-30 Thread Karim Hamed-abdelouahab
Hi, Well it's still not working, maybe do I have to change other configuration... :-( Best regards On 5/30/05, Abu Hurayrah <[EMAIL PROTECTED]> wrote: > Yes, you'll need to restart apache in order for the new settings to take > place. > > Karim Hamed-abdelouahab

Re: [users@httpd] server name and site name, download problem

2005-05-29 Thread Karim Hamed-abdelouahab
default upload limit is 2MB. What version of PHP are you running? > > Karim Hamed-abdelouahab wrote: > > >Hi > >I solved the first problem with the domaine name, but the second > >Yes I'm trying to upload files using PHP. > > > >What do

Re: [users@httpd] server name and site name, download problem

2005-05-29 Thread Karim Hamed-abdelouahab
Hi I solved the first problem with the domaine name, but the second Yes I'm trying to upload files using PHP. What do you mean with WebDAV? Best regards. On 5/28/05, Abu Hurayrah <[EMAIL PROTECTED]> wrote: > Karim Hamed-abdelouahab wrote: > > >Hi, > >

[users@httpd] server name and site name, download problem

2005-05-28 Thread Karim Hamed-abdelouahab
Hi, I'm a new user of apache http server. The version of the http server is 1.3.33 running on fedoracore 3.0 running with mod_ssl (DSO) 1. I want to set the name of the site like www.foo.fr, the domaine foo is registred yet. Therefor I put the ServerName www.foo.fr in the virtualHost tag.