- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Apache httpd.conf
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
тАО01-31-2004 07:43 AM
тАО01-31-2004 07:43 AM
Apache httpd.conf
I'm having trouble knowing where to put the web pages and allowing access. When I go to another machine on my intranet and type the IP and port 80 I get a "Forbidden" page but it does identify the srever as running. Could someone help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2004 08:50 AM
тАО01-31-2004 08:50 AM
Re: Apache httpd.conf
Here are some samples:
http://66.102.7.104/search?q=cache:uqWtBHuoAd8J:www.ccl.net/cca/software/UNIX/apache/tj3.1/httpd.conf.shtml+httpd.conf&hl=en&ie=UTF-8
http://dev.w3.org/cvsweb/validator/httpd/conf/httpd.conf
http://robert-web.de/httpdconf.shtml (in German, but you can see the ideas)
And a document discussing how it's done:
http://httpd.apache.org/docs/configuring.html
HTH,
Mic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2004 08:55 AM
тАО01-31-2004 08:55 AM
Re: Apache httpd.conf
Basically, in your httpd.conf, you have a DocumentRoot line. That's where your web pages (including index.html) go. There's also a Port line in httpd.conf; that tells what port to use. If you have "Port 1080", you cannot use http ... myserver:80 -- you must use http ... myserver:1080.
Answering from memory; I think I'm correct, but I know there are a lot of possible permutations to this.
It would be easiest to debug if you posted your httpd.conf, but if this server is ever going to be visible from the Internet, it's not a good idea without a lot of "hiding" of information. (It's the idea of why give someone the outline of the key to your house so they can forge a key.)
Mic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2004 12:44 PM
тАО01-31-2004 12:44 PM
Re: Apache httpd.conf
This is Apache 2.0.48, let me know if you need a 1.3 file, I have that too.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-01-2004 07:05 AM
тАО02-01-2004 07:05 AM