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

2005-05-31 Thread Karim Hamed-abdelouahab
Thank for your help... I have already cheked if there is another php.ini on the machine. No other file under the name php.ini. I made the installation manually with a source code of php. No distribution like rpm or other kind of packages... it fails after 15 seconds approximatively... :-( Thank

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

2005-05-30 Thread Abu Hurayrah
Well, that depends on if you set the right php.ini. I should've asked if you set the right one - sometimes, the version of PHP that came with a system is installed in a different location than the default if you install fresh. Also, RPM install locations are typically different from default s

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 wrote: > > >Hi, > >you were righ

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

2005-05-29 Thread Abu Hurayrah
Yes, you'll need to restart apache in order for the new settings to take place. Karim Hamed-abdelouahab wrote: Hi, you were right the upload limit was set on 2M, I changed to 10M but do I have to restart apache or any other component? I'm using php 4.3.3 Thank you very much. On 5/29/05, Abu

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

2005-05-29 Thread Karim Hamed-abdelouahab
Hi, you were right the upload limit was set on 2M, I changed to 10M but do I have to restart apache or any other component? I'm using php 4.3.3 Thank you very much. On 5/29/05, Abu Hurayrah <[EMAIL PROTECTED]> wrote: > Okay, if you're trying to upload files to a PHP script, then you need to > ch

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

2005-05-29 Thread Abu Hurayrah
Okay, if you're trying to upload files to a PHP script, then you need to check your PHP config file (do a search for php.ini, or create a script with only the function "phpinfo()" in it, to see where the php.ini file is located). Apache wouldn't really affect your upload issues, but PHP sure w

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, > >I'm a new user of apache http server

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

2005-05-28 Thread Abu Hurayrah
Karim Hamed-abdelouahab wrote: 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.fo

[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.