07-13-2017 01:53 AM
Hi,
I require apache httpd server to kept before alfresco tomcat. I am not using mod_jk but want to use proxy and proxypass reverse.
Can anyone provide me working configuration with alfresco? ( I want to use it with alfresco 5.2)
Thanks,
07-13-2017 05:56 AM
Basically:
Let's say we have an Ubuntu Server as an Apache frontend:
sudo apt-get install apache2
sudo a2enmod proxy
sudo a2enmod proxy_ajp
sudo vim /etc/apache2/sites-enabled/000-default.
.
.
# Add these lines in the Virtual Host definition for 80 port
ProxyPass /alfresco ajp://alfrescoserver:8009/alfresco
ProxyPassReverse /alfresco ajp://alfrescoserver:8009/alfresco
ProxyPass /share ajp://alfrescoserver:8009/share
ProxyPassReverse /share ajp://alfrescoserver:8009/share
</VirtualHost>sudo service apache2 restart
This is the essential part, then you can use a similar config for 443 port with the corresponding certificates, and ssl module.
Regards.
--C.
07-13-2017 05:56 AM
Basically:
Let's say we have an Ubuntu Server as an Apache frontend:
sudo apt-get install apache2
sudo a2enmod proxy
sudo a2enmod proxy_ajp
sudo vim /etc/apache2/sites-enabled/000-default.
.
.
# Add these lines in the Virtual Host definition for 80 port
ProxyPass /alfresco ajp://alfrescoserver:8009/alfresco
ProxyPassReverse /alfresco ajp://alfrescoserver:8009/alfresco
ProxyPass /share ajp://alfrescoserver:8009/share
ProxyPassReverse /share ajp://alfrescoserver:8009/share
</VirtualHost>sudo service apache2 restart
This is the essential part, then you can use a similar config for 443 port with the corresponding certificates, and ssl module.
Regards.
--C.
07-13-2017 07:05 AM
...and set alfresco.host alfresco.port alfresco.protocol share.host share.port share.protocol in your alfresco-global-properties to your apache URL and the entries in share-config-custom.xml 🙂
01-24-2024 10:58 AM
Hello, I have a problem with alfresco community 5.2 when I tried to access the share/page in https mode.
the ssl certificate is installed but when I enter the login I get this error page
i need help
03-18-2024 06:13 PM
I got the same problem
Explore our Alfresco products with the links below. Use labels to filter content by product module.