- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: httpd.conf file
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
Discussions
Discussions
Discussions
Forums
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
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
тАО08-06-2002 12:31 AM
тАО08-06-2002 12:31 AM
httpd.conf file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-06-2002 12:38 AM
тАО08-06-2002 12:38 AM
Re: httpd.conf file
look at
http://www.onlamp.com/pub/a/apache/2000/03/02/configuring_apache.html
http://www.pandc.org/proxy/slides-recent/slide22.htm
http://www.apache-ssl.org/httpd.conf.example
What exactly is your question
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-06-2002 12:42 AM
тАО08-06-2002 12:42 AM
Re: httpd.conf file
I think you must specify the addresses in which the webserver will listen. Uncomment the line Bind * and try. If it doesn??t work post the error mesagges that should appear in the errors file.
Best regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-06-2002 12:50 AM
тАО08-06-2002 12:50 AM
Re: httpd.conf file
I think you will receive more help here if you drop a line what your problem is, or what you want to achieve.
N.B.
You don't have to care for the BindAddress directive if you don't plan to set up virtual hosts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-06-2002 01:20 AM
тАО08-06-2002 01:20 AM
Re: httpd.conf file
I would have been easier to understand if this file was in the main thread .
To make it work on your system (virtuel hosting):
uncomment listen directives as follows :
listen
listen
listen
replace main_ip ,virtual 1,virtual 2 by the ip address of your main server and your virtuals hosts.
If you built with DSO your Apache , then add also :
LoadModule vhost_alias_module lib/modules/mod_vhost_alias.so
But I think it's not the case..
hope that help
Benoit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-06-2002 02:06 AM
тАО08-06-2002 02:06 AM
Re: httpd.conf file
config file and before I add the virtual
items , the web server is work well. But
when I add the virtual items the site isn't
work well. my main domain is xxx , virtual domain is www.yyy.com and bbs.yyy.com .
After I edit the config file and restart httpd,
the main page did not output insted it the virutal site page outputed.
So I attach the config file for solve the problem . thankyou .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-06-2002 06:36 AM
тАО08-06-2002 06:36 AM