Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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......
  1. #1
    Just Joined!
    Join Date
    Feb 2008
    Posts
    7

    Smile 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...

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    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
    Code:
    #service httpd start
    To run apache automatically at boot time, do
    Code:
    #chkconfig httpd on
    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.

  3. #3
    Just 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.

  4. #4
    Just Joined!
    Join Date
    Mar 2008
    Posts
    2

    Unhappy 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

  5. #5
    Linux 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.

  6. #6
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Quote Originally Posted by poone1 View Post
    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
    Sorry, I made an error above. The Apache 2 service is known as apache2 and not httpd in openSUSE. This means that you need to do
    Code:
    #service apache2 start

  7. #7
    Just Joined!
    Join Date
    Feb 2008
    Posts
    7
    try #/prefix/bin/apache2ctl -k start where prefix is the directory where the apache is installed

  8. #8
    Just Joined!
    Join Date
    Mar 2008
    Posts
    2

    Thumbs up thanks

    thank for that help type Apache2 worked.....


  9. #9
    Just Joined!
    Join Date
    Apr 2008
    Posts
    1

    Unhappy 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.

  10. #10
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    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.

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...