Re: [us...@httpd] file sharing module

2009-01-29 Thread André Warnier
Angelo Chen wrote: Hi, Is there a module that I can run under Apache HTTP server that can do file sharing? the purpose is, instead of using ftp, users in the Intranet can just use browser to upload/download files, might have some access controls like, password protected, public and others. any i

[us...@httpd] Need help porting from Unix to Windows

2009-01-29 Thread Joko Soeharto
Dear all, I have an application on Apache running on Unix which create a folder. The folder was created using CGI shell script. I need to port this http server to Apache on Windows. How can I create the same folder on Unix after porting the application to windows? Thank you for any suggestion.

Re: [us...@httpd] Live vs. production server?

2009-01-29 Thread Krist van Besien
On Fri, Jan 30, 2009 at 5:01 AM, Martin Euredjian wrote: > How does one handle something like this? Are there tools to automate any/all > of it? You can have two apache configs, and switch between them. Or you can just swap out the index.html file. Or you can use startup parameters that switch

Re: [us...@httpd] Running Apache reverse proxy on different https port

2009-01-29 Thread ananth desh
Thanks Eric, you are very much right.. On Tue, Jan 27, 2009 at 6:30 PM, Eric Covener wrote: > On Tue, Jan 27, 2009 at 1:48 AM, ananth desh wrote: >> Hello All, >> Thanks for all your tips , Now when i run on port 2443 instead of >> 443 i get an error on the browser as below >> "Description: You

Re: [us...@httpd] file sharing module

2009-01-29 Thread Brian Mearns
On Thu, Jan 29, 2009 at 7:48 PM, Angelo Chen wrote: > > Hi, > > Is there a module that I can run under Apache HTTP server that can do file > sharing? the purpose is, instead of using ftp, users in the Intranet can > just use browser to upload/download files, might have some access controls > like,

Re: [us...@httpd] SSL session/key caching on reverse mod_proxy - does Apache (as client) cache the origin server's key?

2009-01-29 Thread Jeff Ambrosino
So you're saying that the server caches a value which it (itself) generates? I guess if this is true, then there is nothing for mod_proxy (SSL) to cache when it is in the role of the client to the back-end server...? Also, not sure what you mean about "long lived connections in a pool". Last I k

[us...@httpd] file sharing module

2009-01-29 Thread Angelo Chen
Hi, Is there a module that I can run under Apache HTTP server that can do file sharing? the purpose is, instead of using ftp, users in the Intranet can just use browser to upload/download files, might have some access controls like, password protected, public and others. any idea such module exis

Re: [us...@httpd] How do I get the PHP5 module for Apache 2.2?

2009-01-29 Thread Anthony G. Atkielski
Martin Fontanez writes: > Check out this doc.: > http://www.php.net/manual/en/install.unix.apache2.php Thanks. I had run across it before but it didn't describe installing from the FreeBSD ports collection, which is what I've been trying to do (on the theory that something from FreeBSD's own por

RE: [us...@httpd] Unable to access sites on an Apache server from Internet Explorer

2009-01-29 Thread Jorge Medina
I recently had a similar behaviour with a company. I called to complain but they could not see any issue. The error would appear when the application switched from http to a https link. Their content protected by https was unable to be accessed through IE 7 (on Vista Business). I was able to acc

Re: [us...@httpd] httpd.exe -k restart command is closing connections on Windows

2009-01-29 Thread dbezerra
I'm running Windows Vista SP1 and Apache Apache/2.2.11 When I start to test 3-5 times it works well but then stop working and don't work anymore until I reboot the machine. William A. Rowe, Jr. wrote: > > dbezerra wrote: >> >> What is happening with me is that some times the old child process

Re: [us...@httpd] Apache2 only serves first virtualhost

2009-01-29 Thread Simon Young
On Thu, Jan 29, 2009 at 06:09:00PM +0100, Mark Van Crombrugge wrote: > > FIRST HTTPD.CONF, no mather which URL one browses for, "First Website" > is allways served. > > # First Website > > Documentroot /var/www/html/www.website1.org > ServerName www.website1.org > ServerAlias website1.org

[us...@httpd] Apache2 only serves first virtualhost

2009-01-29 Thread Mark Van Crombrugge
I moved some websites from an Apache1 to an Apache2 server which was allready hosting one site (defined by a colleague some months ago). Added the second site to the httpd.conf file but the first one is allways served, even when typing the URL of the second one. If you change the position of

Re: [us...@httpd] Unable to access sites on an Apache server from Internet Explorer

2009-01-29 Thread Matus UHLAR - fantomas
> At 01:09 PM 1/28/2009, you wrote: > > >A "Page not Found" error is a DNS resolution issue. Since apache > >does not provide DNS resolution, make sure that DNS servers in place > >on that machine are reliable, and if possible, disable DNS caching. On 28.01.09 13:16, Evan Platt wrote: > Good ca

Re: [us...@httpd] How do I get the PHP5 module for Apache 2.2?

2009-01-29 Thread Matus UHLAR - fantomas
On 28.01.09 16:10, Anthony G. Atkielski wrote: > Every time I have to reinstall FreeBSD, getting PHP installed seems to > be a nightmare. > > On this occasion I installed Apache, then I installed PHP5, but when > it finishes there's no PHP module for Apache, or at least I can't find > one. I chec

Re: [us...@httpd] How do I get the PHP5 module for Apache 2.2?

2009-01-29 Thread Martin Fontanez
Anthony, Check out this doc.: http://www.php.net/manual/en/install.unix.apache2.php --- On Wed, 1/28/09, Anthony G. Atkielski wrote: From: Anthony G. Atkielski Subject: [us...@httpd] How do I get the PHP5 module for Apache 2.2? To: users@httpd.apache.org Date: Wednesday, January 28, 2009, 10:10