Submitted by renb on Sat, 02/27/2010 - 19:10
I'm a fan of the command line so..
prompt# zypper in apache2
prompt# zypper in -t pattern lamp_server
Should retrieve it all and install.
Start up the server..
prompt# rcapache2 start
and start it at boot..
prompt# chkconfig -a apache2
Check it: browse to http://localhost
It Works!
Ren

open new shell or reboot
to make sure rcapache2 is in your $PATH
can't start apache
Hi, thanks for this. :-)
But I can't get it to start up the server; it doesn't seem to recognize rcapache2. I just installed opensuse 11.2 on a Dell Latitude laptop so it's a clean install. Any help would be very much appreciated as I'm a n00b at Linux.
Post new comment