- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Hii.. Help me in starting apache
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2006 11:07 PM
07-20-2006 11:07 PM
Hii.. Help me in starting apache
I downloaded apache webserver and i installed it in my machine.. the problem occurs while starting it..the steps involved are
1) ./configure prefix=/usr/local/apache
2) make
3) make install
till these i've no problem.. the problem arises when i run the following command
usr/local/apache/bin/apachectl start
httpd: Could not determine the server's fully qualified domain name, using 192.168.X.XXX for ServerName
how to rectify this problem and make apache start
Thanks in advane
Rammu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2006 01:22 AM
07-21-2006 01:22 AM
Re: Hii.. Help me in starting apache
If you want to continue on this path, you would have to read and understand Apache's configuration file at /usr/local/apache/conf/httpd.conf. You'd have to configure it according to your needs.
Almost all Linux distributions have Apache included in their standard packaging (often .rpm or .deb packages, or whatever). These packages are pre-configured for your distribution and save you a lot of work. The pre-packaged Apache might even be configured to start up automatically: you would usually get a functional default web page containing messages like "Welcome to using your new Foobar 2.34 Linux server".
If you're a newbie, I recommend that you ignore your previous installation attempt and use your distribution's package management software to install the distribution's Apache package(s). If you're using Fedora, the package management software is called "yum" (the text version) or "yumex" (the GUI version). If you don't have the GUI version installed, type "yum install yumex" as root.
If you're using Debian, the preferred package management command is "aptitude". Other distributions may have other commands.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2006 07:03 PM
07-23-2006 07:03 PM
Re: Hii.. Help me in starting apache
Check for the following..
1) open the /etc/sysconfig/network
and check if you have given the FQDN if not then give so.
2) also check by giving the hostname command, see if it returns the FQDN if not then do change by giving the same command and the FQDN.
and if you are a newbie i would suggest you to use the httpd.conf file rather then downloading a apache from the site.
the path is : /etc/httpd/conf/httpd.conf
try it ...
cheers,
miceee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2006 08:14 PM
07-23-2006 08:14 PM
Re: Hii.. Help me in starting apache
- /etc/hosts file
- output of "hostname" command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 02:40 AM
07-24-2006 02:40 AM