Ask questions about your install or get help installing and configuring ProcessMaker 2
#786242
I still can not access the processmaker installation page after finishing all required steps ...
Who can help me ? Thanks ...

Not Found
The requested URL /processmaker/workflow/public_html/sys/en/neoclassic/login/login was not found on this server.
Apache/2.2.15 (CentOS) Server at 10.120.16.138 Port 80
#786254
Thanks..ashkufaraz...

But my problem is I can not see the login page after finishing all required steps of community edition in below page ..
http://wiki.processmaker.com/3.0/Proces ... stallation

My environment is ,
Centos 6
Apache 2.2.15
php 5.3

This is the 404 not found error message I get after inputting the http://10.120.16.138 in my browser (will be redirected to -- http://10.120.16.138/sys/en/neoclassic/login/login ..)
Not Found
The requested URL /sys/en/neoclassic/login/login was not found on this server.
Apache/2.2.15 (CentOS) Server at 10.120.16.138 Port 80

I tried several versions (3.0.15/3.0.17/3.0.18 ) , but still failed .. Any steps I missed ??
I do appreciate if somebody could help me out ....
#786395
Brucemao wrote:Thanks God ... Finally , the problem is resolved after I move the project configuration into http.conf instead of pmos.conf ...
what exactly did you configure to make it work? I seem to have the same problem. I just got the web server up, modified http.conf and now get redirected to ***/sys/en/neoclassic/login/login which then fails. The error message I get is:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, xxxx@xxxxx.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log.
Apache/2.2.31 (Amazon) Server at ec2-xx-xxx-xxx-xxx.compute-1.amazonaws.com Port 80

I am trying to figure out how to get my webserver to find the page at /sys/en/neoclassic/login/login or fix whatever else is directing me there. Is this similar to what you had?

thanks.
#787547
I have the same problem. And moving the virtualhost configuration to httpd.conf did not solve the problem.
I did the installation steps according to: http://wiki.processmaker.com/3.0/Stack_210
When I check the index.html, all it does is redirecting to /sys/en/neoclassic/login/login. Where is the code to pre-installation check?

Server OS: Windows Server 2012 R2
PM: 3.1.2
httpd.conf and httpd-vhosts.conf files are attached.

Amos, can you give me a hand pls.
Attachments
(1.52 KiB) Downloaded 640 times
(19.09 KiB) Downloaded 656 times
#787569
Is the httpd-vhosts.txt file which you posted, named conf/extra/httpd-vhosts.conf on your system?

What do you see when issue this command from the command line?
c:\apache24\bin\httpd -k restart

Another thing to try is using a different port number because port 80 might already be in use try this:
Code: Select all
Listen 8080
<VirtualHost *:8080>

    DocumentRoot C:\opt\processmaker\workflow\public_html
    DirectoryIndex index.html index.php

    <Directory C:\opt\processmaker\workflow\public_html>
        Options Indexes FollowSymLinks MultiViews
        AddDefaultCharset UTF-8
        AllowOverride None
        Require all granted
        ExpiresActive On

        <IfModule mod_rewrite.c>
            RewriteEngine On
            RewriteCond %{REQUEST_FILENAME} !-f
            RewriteRule ^.*/(.*)$ app.php [QSA,L,NC]
        </IfModule>

        ExpiresActive On
                
        #Deflate filter is optional. It reduces download size, but adds slightly more CPU processing:
        #AddOutputFilterByType DEFLATE text/html
    </Directory>
</VirtualHost>
Then restart httpd (or reboot) and login at:
http://IP-ADDRESS:8080
#787593
Dear Amos,
Thanks for your advices. I had tried all three of them.
I solved the problem by making a fresh new installation on a fresh new server. The only difference from my previous installation attempt was leaving the apache folder as Apache24 instead of changing to apache24. Even I had done the uncapitalizing first A s in conf files, the smallcaps apache24 did not work. So to cut in short:
- leave the apache folder as Apache24, do not change it!

Also a short addition note about installation manual is to unremark the enabling of vhost in httpd.conf below (this should be added to the manual)
Code: Select all
Include conf/extra/httpd-vhosts.conf
Lastly, if this thread could be moved to ProcessMaker 3 / Installation and Configuration, that would be better.

Best
Want to create your own meme coin?

In the world of cryptocurrencies, a unique and exc[…]

The market for cryptocurrencies is demonstrating a[…]

What's SAP FICO?

Embarking on a dissertation can be one of the most[…]

Hello. For rental housing, there are software solu[…]