How can I configure Apache2

I am using OJS 3.2.0-1, PHP 7.2 and Apahce 2.

I just installed OJS on the cloud, but I don’t know how it works with Apache2. Apache2 is using port 80, so I cannot use php -S to set it run on port 80. Right now, when I access my public ip, I can only see the default apache2 page. How can I configure Apache so that I can access OJS by accessing the public ip?

Thanks for helping

Hi @botshawn,

It’s not recommended to use the built-in PHP server – instead, configure Apache to execute your PHP scripts. That’s more a question of web server configuration than OJS, so you might have better luck finding what you’re looking for on StackOverflow.

Regards,
Alec Smecher
Public Knowledge Project Team