Jump to content

harrytran

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

harrytran's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. hi, i am doing the configure to enable SSL in Apache 2.2.6 . But i got the problem with the SSLEngine On . If i don't put it inside the <IFDefine SSL> , i can not start httpd. But If i put inside, my httpd start , but the ssl does not work. I only can access the normal : http://localhost:443 , but not https://localhost:443. Here is my Virtual Host configure: <IfDefine SSL> NameVirtualHost 192.168.1.12:443 <VirtualHost *.1443> #<VirtualHost abc.com:1443> ServerAdmin portaladmin@abc.com DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs" ServerName abc.com ErrorLog logs/abc.com-error.log CustomLog logs/abc.com-access.log common SSLEngine on SSLCertificateFile "C:/Program Files/Apache Software Foundation/Apache2.2/conf/ssl.crt/server.crt" SSLCertificateKeyFile "C:/Program Files/Apache Software Foundation/Apache2.2/conf/ssl.key/server.key" </VirtualHost> </IfDefine> Anyone got experience in this matter, I got stuck at here for a few weeks. Thanks, Harry
  2. hi, if i use those image files has space, eg : "test 1.gif" or "test abc.gif" . When i load it , the URL will be "http:// ..../images/tes%20abc.gif" , and I got error 403 : Forbiden , "You don't have permission to access the file http:// ..../images/tes%20abc.gif " . May I know how to solve this problem, is it because of the htaccess file ? Thanks Harry
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.