Results 1 to 10 of 12
anyone here can help/guide me how to configure and load the apache web server in suse10.3? i'm new here......
- 02-28-2008 #1Just Joined!
- Join Date
- Feb 2008
- Posts
- 7
suse 10.3 apache web server
anyone here can help/guide me how to configure and load the apache web server in suse10.3? i'm new here...
- 02-28-2008 #2
Installing apache is as simple as running YAST -> Software -> Software Management. Search for apache and choose the apache2 package for installation. If the installation is successful, you can run apache by doing
To run apache automatically at boot time, doCode:#service httpd start
The web pages are stored in /srv/www/htdocs or alternatively you can place them in ~/public_html and access them by doing something like http://servername/~userid/somepage.html . You may also want to install php, mysql and php-mysql.Code:#chkconfig httpd on
- 03-06-2008 #3Just Joined!
- Join Date
- Feb 2008
- Posts
- 7
Thanks a lot mate. by the way i installed it by downloading the apache den manual installing it and it worked.
- 03-15-2008 #4Just Joined!
- Join Date
- Mar 2008
- Posts
- 2
Apache help
I use Yast to install Apache2 it seemed to install fine but when to run the.....service httpd start command I get ,"service: no such service httpd" can someone please help me
poone1
- 03-15-2008 #5Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,946
Try '/usr/sbin/apache2ctl start' or cd to /usr/sbin and type './apache2ct start'.
You can also set it to run at different run-level in Yast , System, System Services(Runlevel). Here you can check to see if it enabled and also set runlevels at which you want it to run if you don't want to manually start it all the time. Click on the Expert Mode radio button, hi-lite apache2 and check the run level boxes at bottom. Click the 'Start/Stop/Refresh' button in lower left to start, click the Set/Reset button to enable or disable a service.
- 03-15-2008 #6
- 03-15-2008 #7Just Joined!
- Join Date
- Feb 2008
- Posts
- 7
try #/prefix/bin/apache2ctl -k start where prefix is the directory where the apache is installed
- 03-16-2008 #8Just Joined!
- Join Date
- Mar 2008
- Posts
- 2
thanks
thank for that help type Apache2 worked.....

- 04-07-2008 #9Just Joined!
- Join Date
- Apr 2008
- Posts
- 1
help
I have never install linux before, but I was slated with installing Suse 10.3 in order to install Nagios! I loaded Suse but I am stuck with Nagios specifically with Apache2, sorry to hijack your post lenfree84!! I start the Software install, yast, find apache2, select it to install, accept, confirm, then I get the message, apache 2 cannot be installed due to missing dependencies, which is where I startecd with Nagios and how I ended up here. Oh and I can't even find c/c++ in the menu to complete the dependencies for Nagios? Sorry folks I am lost!!
thx.
- 04-08-2008 #10
What media are you using for the installation? The C/C++ tools are available on the dvd or the online repositories. The online repositories can be configured by doing YAST -> software -> community repositries. Add the main OSS, non OSS and any other repositories you need. You can then install the packages you need by going to YAST -> Software -> Software Management.


Reply With Quote
