Set up apache
From Linuxintro
Revision as of 11:30, 13 January 2010 by 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...)
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:
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