Difference between revisions of "Set up apache"
From Linuxintro
imported>ThorstenStaerk (New page: To set up apache with SUSE Linux: * open a console * call the installer yast -i apache2 To start apache, issue /etc/init.d/apache2 start = TroubleShooting = '''Symptom:''' apache...) |
imported>ThorstenStaerk |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | To set up apache | + | To set up [[apache]] [[find out your distribution]] and proceed accordingly: |
+ | |||
+ | = SUSE Linux = | ||
* [[open a console]] | * [[open a console]] | ||
* call the installer | * call the installer | ||
− | yast -i apache2 | + | [[yast]] -i apache2 |
To start apache, issue | To start apache, issue |
Latest revision as of 02:13, 13 August 2013
To set up apache find out your distribution and proceed accordingly:
SUSE Linux
- open a console
- call the installer
yast -i apache2
To start apache, issue
/etc/init.d/apache2 start
TroubleShooting
Symptom:
apache2: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
Solution: Enter server name into /etc/apache2/apache2.conf:
ServerName servername