This is not an Apache support list. However, if you're getting "file does not exist", then your entire configuration is in need of a lot of work.
-Kyle H On Thu, Sep 10, 2009 at 5:39 AM, <[email protected]> wrote: > > > > From: [email protected] To: [email protected] Date: 09/10/2009 > 08:24 AM Subject: Welcome to openssl-users > ------------------------------ > > Hi, > > I have installed apache 2.2.13 (apache_2.2.13-win32-x86-openssl-0.9.8k.msi) > and I am struggling to get the https to work. > > The app works in http mode but fails to load in https mode where it shows > 404 on IE browser. > > Please help. > > The error log shows this msg- [error] [client x.x.x.x] File does not exist: > C:/../../ > > Following are settings in .conf files- > > *conf/httpd.conf :* > DocumentRoot & <Directory> are set to my app's base deployed directory > > *conf/extra/httpd-ssl.conf:* > SSLEngine on > SSLMutex none > <VirtualHost myservername:443> > DocumentRoot is set to my app's base deployed directory > SSLCertificateFile, SSLCertificateKeyFile paths are correct. > > > *conf/extra/httpd-vhosts.conf:* > NameVirtualHost * > <VirtualHost *> > ServerName myservername > JkMount.. > JkMount.. > </VirtualHost> > > Thanks in advance > > Durga Prasad > > Welcome to the openssl-users mailing list! > > Please save this message for future reference. Thank you. > > If you ever want to remove yourself from this mailing list, > you can send mail to <[email protected]> with the following > command in the body of your email message: > > unsubscribe openssl-users > > or from another account, besides [email protected]: > > unsubscribe openssl-users [email protected] > > If you ever need to get in contact with the owner of the list, > (if you have trouble unsubscribing, or have questions about the > list itself) send email to <[email protected]> . > This is the general rule for most mailing lists when you need > to contact a human. > > Here's the general information for the list you've subscribed to, > in case you don't already have it: > > This open mailing list is used for discussions between > the OpenSSL users. Everyone can post. > > OpenSSL Project http://www.openssl.org > User Support Mailing List [email protected] > Automated List Manager [email protected] > >
