Hi,

I have installed the Docker demo Dspace to get to know the app. When I call 
dspacetest.example.com:4000, I get “Invalid Host header”. The logs show 
that it can’t serve dspace-angular because: No matching DirectoryIndex 
(index.html,index.php,index.php) found, and server-generated directory 
index forbidden by Options directive.

 Here’s my conf file:

 <VirtualHost *:80>

             ServerAdmin yln...@example.com

              DocumentRoot /var/www/html/dspace-angular

             ServerName dspacetest.example.com

             <Directory />

                Options FollowSymLinks

                AllowOverride None

             </Directory>

             <Directory /var/www/html/dspace-angular/>

                        Options Indexes FollowSymLinks Multiviews

                        AllowOverride all

                        Order allow,deny

                        allow from all

             </Directory>

             ErrorLog /var/log/httpd/dspace_error_log

             LogLevel warn

              CustomLog /var/log/httpd/dspace_access_log combined

</VirtualHost>

 I’ve played around with the Options settings but that didn’t help. I’ve 
checked the DSpace troubleshooting site and previous mailing lists posts 
with no luck.

 What is the correct way to address DSpace in the conf file? I'm on RHEL 8 
if it matters.

 Thanks!

chanel
Systems Librarian
Yavapai Library Network

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/1072d216-a114-4d74-8e9f-86a69cf168cen%40googlegroups.com.

Reply via email to