Problem with installing phpbb on my website

Get help with installation and running phpBB 3.3.x here. Please do not post bug reports, feature requests, or extension related questions here.
Post Reply
monsieurUK
Registered User
Posts: 2
Joined: Sat Apr 01, 2023 10:40 pm

Problem with installing phpbb on my website

Post by monsieurUK »

Hello :)
I use a VPS with openBSD. It has openHTTPd as the web server :)
Something must be wrong though
I have uploaded everything to the /var/www/htdocs/forum

I go to my website: http://monsieur.host.bsdforall.org/foru ... ll/app.php

But when I press install tab, it says 404 not found :(

http://monsieur.host.bsdforall.org/foru ... hp/install

Code: Select all

404 Not Found
OpenBSD httpd
Could u please suggest me something? I assume that something is wrong with the httpd.conf file?
That's my web server configuration

Code: Select all

server "monsieur.host.bsdforall.org" {
        listen on * port 80
        location "/.well-known/acme-challenge/*" {
                root "/acme"
                request strip 2
        }
        location "*.php" {
                fastcgi socket "/run/php-fpm.sock"
		root "/htdocs/"
        }

}

#server "monsieur.host.bsdforall.org" {
#	listen on * port 80
#	location "/.well-known/acme-challenge/*" {
#		root "/acme"
#		request strip 2
#	}
#	location * {
#		block return 302 "https://$HTTP_HOST$REQUEST_URI"
#	}
#}

server "monsieur.host.bsdforall.org" {
	listen on * tls port 443
	tls {
		certificate "/etc/ssl/monsieur.host.bsdforall.org.pem"
		key "/etc/ssl/private/monsieur.host.bsdforall.org.key"
	}
	location "/pub/*" {
		directory auto index
	}
	location "/.well-known/acme-challenge/*" {
		root "/acme"
		request strip 2
	}
        location "*.php" {
                fastcgi socket "/run/php-fpm.sock"
		root "/htdocs/"
        }
}
Thank you :)
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26551
Joined: Fri Aug 29, 2008 9:49 am

Re: Problem with installing phpbb on my website

Post by Mick »

You would be better off asking on a support site for your server installation, while we try our best we’re not server setup experts here.
  • "The more connected we get the more alone we become" - Kyle Broflovski©
  • "The good news is hell is just the product of a morbid human imagination.
    The bad news is, whatever humans can imagine, they can usually create.
    " - Harmony Cobel
monsieurUK
Registered User
Posts: 2
Joined: Sat Apr 01, 2023 10:40 pm

Re: Problem with installing phpbb on my website

Post by monsieurUK »

Okay, I will ask, thank you very much :)
Post Reply

Return to “[3.3.x] Support Forum”