Proven over 15 years in hosting. Your VPS with BeAdmin is ready to go out of the box.
Germany
Netherlands
Sweden
Switzerland
Spain
USA
Apache is a web server that handles HTTP requests and reads .htaccess on every request. It is compatible with most PHP-based CMSs (WordPress, Joomla, Drupal) without extra configuration. A good fit if your project relies on .htaccess or the classic PHP-FPM combo.
You'll need a server with BeAdmin — our partners ship a ready‑to‑use VPS the moment you order.
Proven over 15 years in hosting. Your VPS with BeAdmin is ready to go out of the box.
European reliability made simple. Launch BeAdmin with your VPS in just one click.
In BeAdmin, Apache runs in one of two modes:
0.0.0.0:80 and 0.0.0.0:443 directly — incoming requests reach it straight from the internet.127.0.0.1:8808 (HTTP) and 127.0.0.1:8843 (HTTPS), while Nginx accepts external requests and proxies them to Apache.The mode is picked automatically during installation: if Nginx is already installed in the panel, you get the combo; otherwise — standalone.
Apache and Nginx can also run as independent services with their own sites. This mode kicks in if you set free ports manually via Installation settings while installing Apache (e.g. for an internal site).
In the side menu open Web servers → Apache. Before the module is installed you see a welcome screen with the Install button — it runs the installation with auto-detected mode and ports (Nginx present — combo, otherwise — standalone).
The gear icon next to the button opens the Installation settings dialog where ports and IP can be set manually:
0.0.0.0 (all interfaces).80/443 for standalone mode and 8808/8843 for the Nginx + Apache combo.For now, BeAdmin lets you create virtual hosts only in expert mode — the <VirtualHost> config is edited by hand in a syntax-highlighted editor.
Minimal flow:
example.com) and click Proceed.To delete a host, use the trash icon next to its name in the side menu.
For details on enabling PHP, working with .htaccess, and editing the <VirtualHost> template, see Apache. Virtual hosts in expert mode.