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

2009-08-06 Thread Krist van Besien
On Thu, Aug 6, 2009 at 10:04 PM, Josh Gooding wrote: > Run the Login.jsp through SSL, after successful login, drop the SSL. Why do you want to drop the SSL after logging in? It is a lot easier to just run the whole site over https. This way all you need to do is to configure SSL for your whole se

Re: [us...@httpd] Re: backup & restore apache & mysql

2009-08-06 Thread Sheryl
> On 6-Aug-2009, at 10:22, Richard Peacock wrote: >> What would be the best way to perform a full Apache backup and MySQL (I >> know it's not exactly related and understand if you can't make any suggestions for this)? > > /usr/local/bin/rsync -aCHh --stats --delete-after --delete-excluded \ >

Re: [us...@httpd] compilation of apache 2.2 on windows

2009-08-06 Thread walty
thx william, that works! walty 2009/8/6 William A. Rowe, Jr. > walty wrote: > > > > By the way, the line of error seems to induced from somewhere inside > > "srclib\apr-util\aprutil.dep" > > Right. set NO_EXTERNAL_DEPS=1 in the environment, that will actually > bypass all broken (and working)

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

2009-08-06 Thread Josh Gooding
Greetings folks, I've ran into a little SSL snag here. Currently I have Apache 2.2 and Tomcat 6.0 configured to run and talk to each other. It seems to work even though I have ONE static page in the entire project for right now. What I want to do: Run the Login.jsp through SSL, after successful

[us...@httpd] Re: backup & restore apache & mysql

2009-08-06 Thread LuKreme
On 6-Aug-2009, at 10:22, Richard Peacock wrote: What would be the best way to perform a full Apache backup and MySQL (I know it's not exactly related and understand if you can't make any suggestions for this)? /usr/local/bin/rsync -aCHh --stats --delete-after --delete-excluded \ --exclude

[us...@httpd] backup & restore apache & mysql

2009-08-06 Thread Richard Peacock
Hello After luckily recovering from a recent server failure, I noticed I do not have a backup of Apache and the MYSQL databases it hosts. What would be the best way to perform a full Apache backup and MySQL (I know it's not exactly related and understand if you can't make any suggestions for th

Re: [us...@httpd] compilation of apache 2.2 on windows

2009-08-06 Thread William A. Rowe, Jr.
walty wrote: > > By the way, the line of error seems to induced from somewhere inside > "srclib\apr-util\aprutil.dep" Right. set NO_EXTERNAL_DEPS=1 in the environment, that will actually bypass all broken (and working) dependency checking. > Do I miss something here? Nope, the new APR packages

[us...@httpd] compilation of apache 2.2 on windows

2009-08-06 Thread walty
hi all, For some reasons, I need to compile apache on windows. I have installed windows server 2008, vistual studio 2008 professional, windows sdk for windows server 2008, and gnu awk. The source tree is I used is "httpd-2.2.12-win32-src", and I followed the instructions on http://httpd.apache.

Re: [us...@httpd] mod_proxy_html can't install

2009-08-06 Thread Nick Kew
Eric Covener wrote: On Thu, Aug 6, 2009 at 9:05 AM, Nick Kew wrote: Eric Covener wrote: On Thu, Aug 6, 2009 at 6:43 AM, Nick Kew wrote: You can compile mod_proxy_html against it with a simple #define. See the comment in the source code, at about line 800 or 801 in the version that bombs out a

Re: [us...@httpd] Specific filesystem for cache

2009-08-06 Thread Apache Admin
Hi Try JFS or XFS file System can be used for Better i/o Performance in MOD_DISK_CACHE JFS: Journaling File System : having better journiling & faster then ext3 XFS: Xtra Large File System : Read Write Performance Is Much Better Thanks Amit Maheshwari On Thu, Aug 6, 2009 at 1:18 AM, "Fábio

Re: [us...@httpd] mod_proxy_html can't install

2009-08-06 Thread Eric Covener
On Thu, Aug 6, 2009 at 9:05 AM, Nick Kew wrote: > Eric Covener wrote: >> >> On Thu, Aug 6, 2009 at 6:43 AM, Nick Kew wrote: >> >>> You can compile mod_proxy_html against it with a simple #define. >>> See the comment in the source code, at about line 800 or 801 >>> in the version that bombs out at 8

[us...@httpd]

2009-08-06 Thread mustafa basaran
- The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org " from the digest: users-dige

Re: [us...@httpd] mod_proxy_html can't install

2009-08-06 Thread Nick Kew
Eric Covener wrote: On Thu, Aug 6, 2009 at 6:43 AM, Nick Kew wrote: You can compile mod_proxy_html against it with a simple #define. See the comment in the source code, at about line 800 or 801 in the version that bombs out at 802. FWIW I tried that -D and it still comlained about the three H

Re: [us...@httpd] mod_proxy_html can't install

2009-08-06 Thread Eric Covener
On Thu, Aug 6, 2009 at 6:43 AM, Nick Kew wrote: > You can compile mod_proxy_html against it with a simple #define. > See the comment in the source code, at about line 800 or 801 > in the version that bombs out at 802. FWIW I tried that -D and it still comlained about the three HTTP_* macros. --

Re: [us...@httpd] mod_proxy_html can't install

2009-08-06 Thread Nick Kew
On 6 Aug 2009, at 04:29, Igor Cicimov wrote: Hi all, I'm trying to install mod_proxy_htnl in apache2.2.11 on Solaris 9 but I'm getting the following error: You have a very old libxml2 version! You can compile mod_proxy_html against it with a simple #define. See the comment in the source c

[us...@httpd] Re: Secure and unsecure apache

2009-08-06 Thread LuKreme
On 3-Aug-2009, at 18:39, Eric Covener wrote: On Mon, Aug 3, 2009 at 8:16 PM, LuKreme wrote: ServerName securemail.example.com SSLCertificateFile /usr/local/etc/apache22/server.pem SSLCertificateKeyFile /usr/local/etc/apache22/server.key ServerAdmin ad...@example.com DocumentRoot /usr/