Page 1 of 1

Unable to display processmaker webpage after installation

Posted: Wed Mar 16, 2016 3:29 am
by supportgp
Hi,

I'm using ubuntu 14.04, php 5.5.9, apache 2.4.7
After I followed wiki.processmaker installation guide (http://wiki.processmaker.com/3.0/Proces ... stallation) to install my processmaker in AWS amazon, I unable to display processmaker webpage even i a2dissite 000-default.conf and default-ssl.conf and a2ensite pmos.conf. It keeps display default ubuntu web page - "it works" only.

No error in my pmos.conf after restart apache2 numerous time. please help~

my pmos conf file:-
-------------------
<VirtualHost 52.77.248.16 >
ServerName "52.77.248.16"
DocumentRoot /opt/processmaker/workflow/public_html
<Directory /opt/processmaker/workflow/public_html >
AddDefaultCharset UTF-8
AllowOverRide none
Options FollowSymlinks
# Order allow,deny
Require all granted
RewriteEngine On
# RewriteCond %{REQUEST_FILENAME}!-f
RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule ^.*/(.*)$ app.php [QSA,L,NC]
RewriteRule ^(.*)$ /app.php [QSA,L]
ExpiresActive On
ExpiresDefault "access plus 1 day"
ExpiresByType image/gif "access plus 1 day"
ExpiresByType image/png "access plus 1 day"
ExpiresByType image/jpg "access plus 1 day"
ExpiresByType text/css "access plus 1 day"
ExpiresByType text/javascript "access plus 1 day"
#AddOutputFilterByType DEFLATE text/html
</Directory>
</VirtualHost>
-------------

Re: Unable to display processmaker webpage after installatio

Posted: Wed Mar 16, 2016 10:25 pm
by supportgp
I able to solve this issue. please close this thread. thanks

Re: Unable to display processmaker webpage after installation

Posted: Sat Jun 17, 2017 9:14 am
by Dipeshpatel
I have same issue. Can you please share solution?

Re: Unable to display processmaker webpage after installation

Posted: Tue Jun 20, 2017 1:25 am
by amosbatto
Did you restart apache with this command?
service apache2 restart
Do you see any errors?

Re: Unable to display processmaker webpage after installation

Posted: Thu Sep 21, 2017 8:43 pm
by iamlaura88
My web developer just let me purchase this software and he said he is having same trouble. I said to him to went to see some support but he is so stubborn to fix it by his self.