Apache Installation testen?

Hallo, Community,

ich habe mir gemäß Anleitung einen LAMP Server installiert, wie kann ich testen, ob er läuft?

LG,

Reinardo

I doubt most folks here speak/read German, so hopefully you can translate
this.

Which openSUSE version, and what steps have you taken to install the LAMP
server?

Once you have it installed, did you start up the various parts of the LAMP
setup, including MariaDB, Apache httpd, etc.?

The simplest test is probably for Apache httpd; if httpd is running, be
sure the firewall allows access (TCP 80) and then you should be able to
access a default ‘It works’ page from an HTTP client. Some commands to help:


#Configure the firewall to allow TCP 80 under 'Allowed Services' via Yast:
sudo /sbin/yast firewall

#Start the Apache httpd service:
sudo systemctl start apache2

#Test the web service from this or another box:
curl -v 'http://server.address.goes.here/'
#or point a web browser on another machine to this box

If things do not work, describe how and hopefully we can help more.


Good luck.

If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below…

This will be moved to the German section and is CLOSED for the moment.

Wird zum deutschsprachichen Teil verschoben und ist zur Zeit gesperrt.

Wieder offen. Es kann (auf deutsch) diskutiert werden.