Re: [Webware-discuss] HTTPS + Webware

2005-07-28 Thread Christoph Zwerschke
There's another point that confuses me as well: Do you recommend me to place my servlets under the htdocs hierarchy or to keep them away from there? You should place the servlets in the Contexts subdirectory that is created by the MakeAppWorkDir script, see: http://wiki.w4py.org/makeappworkdi

Re: [Webware-discuss] HTTPS + Webware

2005-07-27 Thread Christoph Zwerschke
Hector Molina schrieb: How do I configure Apache and/or Webware to work togheter taking advantage of HTTPS? This is an Apache issue that has nothing to do with Webware. You have to set up Apache so that it uses SSL (mod_ssl), by making the appropriate changes in the httpd.conf file. There are

Re: [Webware-discuss] HTTPS + Webware

2005-07-27 Thread Seth Remington
The configuration will be entirely on the apache side of things. Webware could care less if the transport between the browser and web server is SSL encrypted or not. So the the place to start is to make sure that apache2 + mod_ssl is configured correctly in general. This may be somewhat distro spe