Thanks Christian for the reply.
I have added following VirtualHost section in reviewboard.conf file in
/etc/httpd/conf.d. Do you anything worng with this section.
<VirtualHost *:443>
SSLEngine On
SSLCertificateFile /etc/pki/tls/certs/sca00jol.xx.xxxxx.com.crt
SSLCertificateKeyFile /etc/pki/tls/private/sca00jol.xxx.xxxx.com.key
ServerName test
DocumentRoot "/var/www/reviews.test.com/htdocs"
# Error handlers
ErrorDocument 500 /errordocs/500.html
WSGIPassAuthorization On
WSGIScriptAlias "/"
"/var/www/reviews.test.com/htdocs/reviewboard.wsgi/"
<Directory "/var/www/reviews.test.com/htdocs">
AllowOverride All
Options -Indexes +FollowSymLinks
Allow from all
# Require all granted
</Directory>
# Prevent the server from processing or allowing the rendering of
# certain file types.
<Location "/media/uploaded">
SetHandler None
Options None
AddType text/plain .html .htm .shtml .php .php3 .php4 .php5
.phps .asp
AddType text/plain .pl .py .fcgi .cgi .phtml .phtm .pht
.jsp .sh .rb
<IfModule mod_php5.c>
php_flag engine off
</IfModule>
# Force all uploaded media files to download.
<IfModule mod_headers.c>
Header set Content-Disposition "attachment"
</IfModule>
</Location>
# Alias static media requests to filesystem
Alias /media "/var/www/reviews.test.com/htdocs/media"
Alias /static "/var/www/reviews.test.com/htdocs/static"
Alias /errordocs "/var/www/reviews.test.com/htdocs/errordocs"
Alias /f
On Friday, February 16, 2018 at 2:21:27 PM UTC+5:30, Anil Kumar wrote:
>
> Hi All,
>
> When I access ReviewBoard using https, it's always showing Apache 2 Test
> Page, not ReviewBoard page. Http is working fine.
> Any reason why it's showing up Apache 2 Test Page with https.
>
> -Anil
>
--
Supercharge your Review Board with Power Pack:
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons:
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
---
You received this message because you are subscribed to the Google Groups
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.