Lamp-poc takes forever to start

My lamp-poc remix is taking forever to start, is this normal or is this supposed to mean there is a bug in my code?

Add a character or two to glitch.json then delete it.

Also, don’t use lamp-poc, you should use hello-httpd as lamp-poc has a lot of security issues (remote code download, logs are public, etc.)

6 Likes

Oki but there’s another problem in hello-httpd (sorry if this bugs you) but all databases are erased or deleted after some time and that’s a problem.

Really? Did you run the SQL script in the console? (see readme)

2 Likes

I did

mysql -u root
CREATE DATABASE forum;

in the terminal, but it gets wiped out after some time.

Odd, that sucks. MySQL isn’t supported on Glitch and that may be why.

3 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.