On 11 August 2011 13:05, Amarjit Labhuram <amarjit.labhuram@gmail.com> wrote:
Hi guys,
Had asked earlier about a WPS and someone had suggested Processmaker. I need their assistance once again or anyone proficient in deciphering web error codes. In the process of installing the app on a Debian machine and following the instructions provided here
http://wiki.processmaker.com/index.php/2.0/ProcessMaker_Debian_Installation I have gone all the way to the point of now accessing the app from the web-browser. Its at this point where if I try accessing the app using
http://192.168.10.102:8010/ I get a
403 Forbidden: You don't have permission to access / on this server. error. If i do
http://localhost:8010/ I get
404 Not Found: The requested URL / was not found on this server. error.
This is simply because the on the VirtualHost "ServerName" directive you have only defined "192.168.10.102" and not "localhost" to be served though port 8010.
The install directory is /opt and the sub directories (/opt/processmaker) are owned by www-data with 0751 permissions as indicated in the install link earlier. Below is my pmos.conf file. If i change the DocumentRoot to /www/var it works fine as it brings the default apache index page saying IT WORKS!! I suspect that its a permission problem but that's just my limited knowledge and seek your assistance.
Can you please verify the permissions on public_html? looks like there is where the issue is.
--